Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support dep required for map[any]any #312

Merged
merged 1 commit into from
Mar 14, 2024
Merged

Conversation

danielgtaylor
Copy link
Owner

This was missed in #303, needed to potentially support other formats like CBOR/msgpack/YAML/etc that may create maps where keys may not all be strings. The one caveat is the checked dependent key type will always be a string, but I think that's acceptable for now.

Copy link

codecov bot commented Mar 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.13%. Comparing base (bd6977a) to head (0341d1a).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #312   +/-   ##
=======================================
  Coverage   95.12%   95.13%           
=======================================
  Files          19       19           
  Lines        2769     2773    +4     
=======================================
+ Hits         2634     2638    +4     
  Misses         98       98           
  Partials       37       37           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@danielgtaylor danielgtaylor merged commit 07a489e into main Mar 14, 2024
5 checks passed
@danielgtaylor danielgtaylor deleted the dep-required-any-map branch March 14, 2024 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant