Commit Graph

6 Commits (74ec52769c52e72b3e505a89dbd7aafdd7b14ef7)

Author SHA1 Message Date
Addison Crump 74ec52769c
update: use cow not ref 2 years ago
Addison Crump d6bb3c46ed
sym => symbol 2 years ago
Addison Crump 17a8ccd388
address remaining notes 2 years ago
Addison Crump 601841f648
bless the api changes 2 years ago
Tamir Duberstein 8961be9526
Do not escape newlines on Err(LoadError).unwrap()
Wrap verifier logs in a newtype whose `Debug` impl emits unescaped
newlines. This improves ergonomics in tests where we `Result::unwrap()`
those load errors; when these fail today they emit the errors with
newlines escaped, making them incredibly difficult to read.
2 years ago
Dave Tucker f833f1fc1d xtask: Add cargo-public-api
Adds cargo-public-api. This allows for public API changes to get caught
in CI, requiring new changes to be "blessed" by using:

  cargo xtask public-api --bless

When this file is changed for aya, Alessandro will need to review the PR.

Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
2 years ago