Anutosh Bhat
Anutosh Bhat
Could you try fixing the failing test from test 1 ?
Went through the PR again. Still not sure if that's the best condition that we can use for addressing this case.
I came across this issue while trying to address something similar and I realize this now ends up giving an even more complicated result than before and even if we...
``` In [8]: expr - expr Out[8]: 0 ``` What do we expect here ? As we can see using `expand()` above gives us `O(x**3)` but I think we should...
Hey @JoelSjogren @chococandy63 @carlosal1015 I believe #522 should be the correct fix for this. Y'all can have a look
Exactly. It's a simpler approach and supports compatibility with cpp-argparse 3.xx
hey can we change the deafult options for latexmk i want to use lualatex for pdf generation but latexmk throws error showing it uses pdflatex
Haven't had a chance to look into this. Will have a look tomorrow !
Ok these are my thoughts here 1) So technically the gruntz is responsible for all 3 outputs here, which means instead of limit we can straight up call gruntz and...
Could you maybe add a TODO here saying that we can add the C backend once the above issue you raised has been fixed ? https://github.com/lcompilers/lpython/blob/fbbdbdd83e866a4ebbb7a5541bd7989be60c5fe1/integration_tests/CMakeLists.txt#L768-L769 I guess that would...