Uh oh!
There was an error while loading. Please reload this page.
fixes #8673; Add operator's associativity check for stacks/infix_to_p… - #8674
Conversation
…ks/infix_to_postfix_conversion.py
rohan472000
left a comment
There was a problem hiding this comment.
@amirsoroush you can run github actions again now, as your ruff failure issues has been fixed by my PR #8680, so, it shouldn't be fail this time.
… bug-fix-expression-tree
tianyizheng02
commented
May 22, 2023
@amirsoroush Could you put |
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Tianyi Zheng <tianyizheng02@gmail.com>
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Tianyi Zheng <tianyizheng02@gmail.com>
tianyizheng02
commented
Jul 31, 2023
I've already fixed the ruff errors in #8913, so we can merge this once that PR gets merged |
amirsoroush
commented
Jul 31, 2023
@tianyizheng02 Do I need to push an empty commit for tests to be passed? |
tianyizheng02
commented
Jul 31, 2023
Once that other PR is merged, pulling the latest commits from the main branch should be enough |
tianyizheng02
commented
Jul 31, 2023
@amirsoroush The other PR has been merged so try updating your branch |
tianyizheng02
commented
Aug 1, 2023
Thanks for your contribution! |
Fixes#8673
Describe your change:
I also added a doctest to reveal the problem.
Checklist:
Fixes: #{$ISSUE_NO}.