Ondřej Čertík
Ondřej Čertík
`super()` in Python is a function. Is the idea to add this function as a method to a class? In Python it's not a method, but a global intrinsic function....
bc.. Thanks for reporting it. We discussed this on IRC -- but just a note for Fredrik J.: we think it'd be good to have this. I think we maybe...
bc.. We mean in the sympy case. Is the precision stored somewhere in the Real class? p. Original comment: "http://code.google.com/p/mpmath/issues/detail?id=111#c3":http://code.google.com/p/mpmath/issues/detail?id=111#c3 p. Original author: "https://code.google.com/u/104039945248245758823/":https://code.google.com/u/104039945248245758823/
See https://github.com/lfortran/lfortran/issues/4431 for the WASM failure.
I've noticed this too when installing the shell with pixi globally on my machine. Is there any workaround?
Perfect! I found a workaround: I can manually increase the version number in the build: ```diff --- a/crates/shell/pixi.toml +++ b/crates/shell/pixi.toml @@ -11,7 +11,7 @@ rust = ">=1.90.0,
See https://github.com/lfortran/lfortran/issues/4431 for the WASM failure.
We already make an exception for allocatable strings, so we can also make an exception for polymorphic assignments. The main motivation for `--realloc-lhs` to be off by default is performance...
In either case, we have to have two modes configurable with `--realloc-lhs` and `--no-realloc-lhs`. By default we will start with `--no-realloc-lhs`, which leaves the door open to later switch to...
Yes, when integer is passed to a real argument or vice versa we need to give a semantic error.