Ondřej Čertík

Results 1795 comments of Ondřej Čertík

I think we should have just one "test" in the symbol table, which represents the class definition, it will be of type Struct. And the corresponding StructType will be the...

What does LPython currently put into the symbol table for `test = TypeVar("test")`? It seems it should just keep note of this variable internally in AST->ASR, but not expose it...

I see, the `test = TypeVar("test")` is a Variable of type `TypeParameter` which is used for templates. Then in CPython this `test` gets shadowed. We *could* shadow it the same...

@Vipul-Cariappa awesome, thank you for this. How does it work --- is it renaming the LLVM symbols? In the old LLVM versions, LLVM itself could shadow symbols. But newer LLVM...

Thanks for the information. I answered at https://lfortran.zulipchat.com/#narrow/stream/197339-general/topic/LPython.3A.20Interactive.20Shell.20Discussion.

I think the subclass has to be automatically cast to the base class in this case.

@m3lab-zzl I approved the runs, now the CI should run automatically for you from now on.

You have to adjust the CI to build it, I think you require some new packages in this PR.

Thanks! For the ssh keys to work I think one must submit as a branch in the repository itself, I just did it here: https://github.com/certik/theoretical-physics/pull/107 ,let's see how the website...

Awesome, here is the link of the test page: https://certik.gitlab.io/tpr-test/107/merge/. Thank you so much for improving this. I am still looking for people to help out, I think the notes...