Chase Wilson

Results 68 issues of Chase Wilson

I'm currently using [`ropey`](https://docs.rs/ropey) in my LSP where `logos` is the backing lexer, and I'd like to be able to use a `Rope` natively within my generated lexer. The `Source`...

Scope analysis using [ddlog](https://github.com/vmware/differential-datalog). Implements incremental scope analysis using a [datalog](https://en.wikipedia.org/wiki/Datalog) variant allowing concise and high-level descriptions of analyses, with future goals towards writing more complex analyses, code path analysis...

C-enhancement
T-Runner
A-scope

* Ran rustfmt across the codebase * Added rustfmt checks to the github ci

For parity with primitives and other standard types, the following features would be amazing - [ ] `core::ops::Not` and `std::ops::Not` for `BigUint` - [ ] Checked operations for `BigUint`, e.g....

There's no option to delete the default executable or to change the executable paths, e.g. changing the powershell version

enhancement

Tracking issue for a static/leaky string interner

enhancement

Running `x build src/tools/miri` doesn't include miri as part of the built rust toolchain, meaning that `cargo +custom-toolchain miri` doesn't work cc @jyn514

E-help-wanted
A-bootstrap
E-medium
C-bug

Validating [this json](https://gist.github.com/Kixiron/72ae6fc21327dfb0a902fc1c18c884fc#file-target-json) with [this schema](https://gist.github.com/Kixiron/72ae6fc21327dfb0a902fc1c18c884fc#file-schema-json) yields a `schema_path` of `[PathChunk::Keyword("oneOf")]` which points to nothing, I'd expect the schema path to be something like `/definitions/Neg` or `/definitions/Node/3`, something that actually...

I'm honestly unsure whether this is a `serde-json` issue or a `serde` issue so feel free to redirect me if this is the wrong place. But in the following code...

I’ve been running into an issue where large documents (few hundred MiB) being parsed cause massive amounts of memory usage that can slow or even crash (drastically crash, sometimes causing...