Ondřej Čertík
Ondřej Čertík
Conflicts have to be resolved anyway. Can you also please fix https://github.com/lfortran/lfortran/pull/7809#discussion_r2157694894.
I made it into an issue: https://github.com/lfortran/lfortran/issues/7846, you can just close it in the next PR.
Thanks. @gxyd how difficult will it be to merge this into the simplifier pass?
I think I figured out how to make it work without lazyvim. ``` git clone https://github.com/neovim/nvim-lspconfig ~/.config/nvim/pack/nvim/start/nvim-lspconfig ``` Add this into `init.vim`: ``` lua
@brucechan1123 you are on Windows directly. Here is one way how to find the problem: * Try it in WSL first, using my instructions above. Verify that it works. *...
This adds complexity to our backend, and LLVM optimizes this anyway in Release mode. Also very rarely is the condition simply false. It can end up being false at runtime,...
@NishantBansal2003 awesome, thanks for this PR! Let's improve the error message based on my comment above, and then we can merge it.
> Should I open a new issue for this? Yes, please do.
Thanks for the reminder. Go ahead and send a PR with the correct link and we'll add it in.
Instead of: ``` from lpython import i32, TypeVar test = TypeVar("test") class test: x: i32 = 0 y: i32 = 0 def __init__(self: test, x: i32, y: i32): self.x: i32...