-
Couldn't load subscription status.
- Fork 100
fix: Restore support for claim_generator_hints. #915
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
Conversation
Add claim URI or Ingredient URI when possible
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #915 +/- ##
==========================================
- Coverage 78.81% 78.80% -0.02%
==========================================
Files 146 146
Lines 34646 34648 +2
==========================================
- Hits 27307 27305 -2
- Misses 7339 7343 +4 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why support this? No one ever implemented it and it wasn't written to any claims. It was briefly in the spec, but removed quickly. Was there some test case that caused this to show up as an error?
|
We had a sample from a customer and we support other 1.0 features |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why support this? No one ever implemented it and it wasn't written to any claims. It was briefly in the spec, but removed quickly. Was there some test case that caused this to show up as an error?
I guess it makes sense at this level to not call it an error, but we won't let you produce the field at the upper later or show it in our reports.
|
Makes sense |
Changes in this pull request
Support for 1.0 Claim claim_generator_hints field that was inadvertently removed.
Checklist
TO DOitems (or similar) have been entered as GitHub issues and the link to that issue has been included in a comment.