Ashwin Naren
Ashwin Naren
I'll add that the system it proposes can be done on a per-tab or per-window basis, it's really up to the embedder.
I don't think it is possible to wire the stdlib in until there is an actual installer that installs the executable in a folder with the stdlib and then setting...
Fixed by #5549.
I believe there is a fork at https://github.com/Bergmann89/xsd-parser that is fairly active.
Fixed by the switch to ruff, can't reproduce on the wasm demo anymore.
Works for me.
RustPython's typing.py is out of date by 5 minor versions or so (3.9 or 3.10 or something). #5590 should fix it, but there is some ast that needs to be...
Isn't Pattern::MatchOr for match statements (it's implemented now, as per #5628)? This is `BinaryOperation::Or` Disassembly $ ./target/debug/rustpython -m dis tmp.py 1 0 LoadConst (0) 1 LoadConst (("Awaitable", "Callable")) 2 ImportName...
Seems to be a bigger issue, #3746 or similar needs to be merged for this to be fixed.
> Interesting. I'm not sure. I did a quick experiment of pulling in the very latest typing.py, and got an unimplemented exception for `PatternMatch::MatchOr` If on the new branch, I...