Matthew Hammer

Results 57 issues of Matthew Hammer

- [x] derive equality and cloning for ASTs of candid types (type `IDLType` and related types) - [x] derive (binary) deserializer for ASTs of candid types - [ ] derive...

The candid values saved by`dfx` via `didc` were not accepted by `candiff` to diff, because of some mismatch of input being a tuple versus a (bare) un-tupled value. This PR...

> can interpret its own output Meaning that given an output representing a diff, the tool can perform this diff as an `edit` (new subcommand, joining `echo` and `diff`). The...

enhancement
Tools

**Is your feature request related to a problem? Please describe.** When building CI workflows, we need a human-readable representation of how two Candid values relate when they are not equal....

enhancement
Tools

We discussed wanting a new `vessel` feature to support multiple packages in one repo. In particular, we'd like to continue to use `vessel` but have it support 1. moving the...

- Demonstrate a way to use the graph library - Revisit the internal demo app from last year; clean up and simplify the data model for public consumption