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

Update weaver to understand deprecated enum values. #139

Merged

Conversation

jsuereth
Copy link
Contributor

@jsuereth jsuereth commented May 1, 2024

Besides the stability marker, we now have a deprecation note we allow.

Besides the stability marker, we now have a deprecation note we allow.
@jsuereth jsuereth requested a review from lquerel as a code owner May 1, 2024 11:48
Copy link

codecov bot commented May 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.4%. Comparing base (6f2b636) to head (9c5dd47).

Additional details and impacted files
@@           Coverage Diff           @@
##            main    #139     +/-   ##
=======================================
+ Coverage   72.3%   72.4%   +0.1%     
=======================================
  Files         40      40             
  Lines       2206    2193     -13     
=======================================
- Hits        1595    1589      -6     
+ Misses       611     604      -7     

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

Copy link
Contributor

@lquerel lquerel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

…ld_tools

- We allow deprecated to deviate from stability.  deprecate OVERRIDES any stability annotation.   (Note: we should update resolution to prevent stabilitty: deprecated in the future)
- Fix all tests
- Add a test for snippet generation from build_tools regarding deprecation + stability.
@jsuereth jsuereth merged commit 2e3ef4b into open-telemetry:main May 1, 2024
19 checks passed
@jsuereth jsuereth deleted the fix-weaver-deprecated-enum-instance branch May 1, 2024 15:11
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.

2 participants