Jengamon
Jengamon
It is out of bounds, but the span is meant to represent EOI for the parser library I am using (Chumsky). This case is meant to handle if someone were...
My main.rs: ``` rust extern crate tar; extern crate bzip2; extern crate base64; extern crate docopt; extern crate rustc_serialize; const USAGE: &'static str = " Validates and packages a Gravity...
Cargo.lock: ``` toml [root] name = "gravity-packer" version = "0.1.0" dependencies = [ "base64 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "bzip2 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "docopt 0.6.80 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)", "tar 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", "walkdir 0.1.5...
[[Star of Extinction]]
I'm on Mac on version 0.11.0-dev.669+bd5a8f86a, and this is still a problem.
Confirmed that this also happens on Linux with zig version 0.11.0-dev.5400+c49e4d534. Problematic line might be build.zig:3430 from the stack track I get.
I get this today: ``` 2023-03-27 07:09:09 +0000 cmake --install build -- Install configuration: "Release" run docgen (langref.html): error: The following command crashed: /private/tmp/zig-20230327-16118-ybj3ad/build/zig2 build-exe --name cImport_builtin --color on --enable-cache...
hrm still getting this error, is there any way to just fix the langref and get this error fixed? Do we know what exactly is going wrong with building the...
```edgeql select count(schema::Type[is schema::ObjectType]); ``` returns ``` {55} ``` so idk
This goes away in chrome, as I was testing in Safari 16.