Chase Wilson

Results 68 issues of Chase Wilson

Serde has the [`rename` (container)](https://serde.rs/container-attrs.html#rename) and [`rename` (field)](https://serde.rs/field-attrs.html#rename) attributes which allow renaming things for {de}serialization. Currently dhall doesn't have this, which leads to code being broken in a rather confusing...

help wanted

I've got a multi-threaded benchmark running within an `.iter_custom()` call and I'd rather be able to return each thread's execution time instead of the averaged time across all threads, since...

Serde implements panicking `u128`/`i128` implementations by default ([`Serialize`](https://github.com/serde-rs/serde/blob/master/serde/src/ser/mod.rs#L619-L622), [`Deserialize`](https://github.com/serde-rs/serde/blob/master/serde/src/de/mod.rs#L981-L987)), so attempting to use those types causes panics

I absolutely love the project and would love to be able to use it within powershell

enhancement
help wanted
shell

Currently we read from the input connections within timely operators but I suspect this is causing sub-optimal performance both for ddshow and (more importantly) the target program since it means...

bug
enhancement

In an effort to stay backwards compatible with timely's builtin logging streams, DDShow currently uses separate tcp streams for timely, differential and progress logging. However, with the introduction of `ddshow-sink`...

enhancement

The fields of `Shape` weren't previously public, now they're accessable

Currently the various register types (`Register`, `AsmRegister8`, `AsmRegister64`, ...) don't implement `Hash`, which means they can't be stored within a `HashMap` or `HashSet` which limits some things you can do...

* Started trying to remove `num` from the dependency tree * Removed some of the "default dependencies" from generated crates, this should allow better compilation scheduling since crates don't have...

dco-required

If ddlog is run with an `-i` argument that's a relative path (e.g. `ddlog -i .\simple.dl`) it generates invalid code (mainly in the Cargo.toml but probably elsewhere) Sample invalid code...