Ondřej Čertík

Results 1574 comments of Ondřej Čertík

I think that would be great. Let me know if you want to meet to discuss more.

The SymEngine Float is not the same as Python float. Two different objects and Python uses a different hash functions to calculate its hash.

Looks like this uncovered a lot of bugs. We'll fix them all. A quick workaround is to create an empty / default element if `pos > n`, since that is...

@meow464 let me know if you need help.

To update the reference tests, do: ``` ./run_tests.py -u ``` And commit the changes.

Let me know if you need help.

@Pranavchiku as we discussed: * [ ] use the SemanticAbort exception, but catch at at the statement level. Keep constructing ASR. I think we should for now not add error...

The `optional_06.f90` test is not registered.

I think `f` should be a Variable, of type FunctionType. The Variable should have `presence` and it already does. The Variable can possibly also link to a Function symbol for...

The https://github.com/lfortran/lfortran/issues/3811 issue is not fixed yet, it's still open.