Skip to content

Commit

Permalink
Fix behavior of Leaf context encoding and improve Leaf errors (#212)
Browse files Browse the repository at this point in the history
* Rewrite LeafEncoder completely to behave much better, conform better to Codable requirements, and actually support superEncoder(). Add a bunch of missing test coverage.

* Conform LeafError to AbortError and DebuggableError for better error reporting.

* Add API check to workflow
  • Loading branch information
gwynne authored Aug 17, 2022
1 parent 7dcd710 commit 04f262e
Show file tree
Hide file tree
Showing 6 changed files with 416 additions and 188 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ jobs:
with:
with_coverage: false
with_tsan: true
with_public_api_check: true
Loading

0 comments on commit 04f262e

Please sign in to comment.