Benoit Giannangeli
Benoit Giannangeli
I don't really see why it's needed? `Platform.isIOS` exists without it https://api.dart.dev/stable/2.14.4/dart-io/Platform/isIOS.html
Don't merge this yet. The following is panicking, I don't really know how to debug this @SnowballSH ? ``` Avalanche Compiled at 2024-04-25-13:52 by Yinuo Huang (SnowballSH) go info depth...
### Summary When an inlay hints takes several lines, the current line highlight is off by that amount of lines.  ### Reproduction Steps _No...
### Zig Version 0.14.0-dev.121+ab4c461b7 ### Steps to Reproduce and Observed Behavior `std.process.Child.run` crashes, only in `ReleaseFast` mode, when trying to close `/dev/null`. Here how i'm using it: https://github.com/buzz-language/buzz/blob/execute/src/lib/buzz_os.zig#L192-L273 Here's the...
This would remove some ambiguities in the language grammar and force user to explicity choose between `var` and `const` when declaring a variable.
Handle multiline REPL input in the wasm repl: - [ ] Do [the work](https://github.com/buzz-language/buzz/commit/dfbf000ce7f77973557721eaf12fc4a674e67719) in [wasm_repl.zig](https://github.com/buzz-language/buzz/blob/main/src/wasm_repl.zig) - [ ] Handle the prompt changes on the [web side](https://github.com/buzz-language/buzz-lang.dev/blob/main/docs/repl.md?plain=1#L87)
There's room in a boxed nan to fit more a i48 integer rather than a i32
Produce an executable for a given script. - Could we do this with MIR still? - LLVM? - Separate executable `buzzc`? We would still use buzz state and stack in...