Agustín Borgna

Results 4 issues of Agustín Borgna

Instances declared with `StandaloneDeriving` are not recognized by `withStatic`, and they don't get their static version defined. The following program does not compile (`missing instance for (Static (Show D))`). ```haskell...

enhancement

The group parameters in the `main!` macro are matched with [`ident` fragment identifiers](https://github.com/iai-callgrind/iai-callgrind/blob/8beffcb39470e6b4a0f8a2f6e7f639954041f1b1/iai-callgrind/src/macros.rs#L231), so passing a path instead of a bare name does not work. It should use `path` instead....

enhancement

Our CI automation is missing some things that would help avoid errors and cleanup the code. This is a wishlist of things that can be improved: - [x] Fix all...

S-needs-triage

QuiZX is not intended to have all the features of PyZX, but certainly the core stuff. Here's where it's at: - ZX-diagrams - [X] building ZX-diagrams and doing basic graph...