-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Move scraper error outside of phase1 stable packages #2580
Conversation
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
e67eb52
to
a56f286
Compare
Codecov Report
@@ Coverage Diff @@
## main #2580 +/- ##
=======================================
Coverage 92.03% 92.03%
=======================================
Files 273 273
Lines 15446 15446
=======================================
Hits 14215 14215
Misses 849 849
Partials 382 382
Continue to review full report at Codecov.
|
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.
What's the idea here? Remove all unstable types from packages that we plan to declare stable?
@tigrannajaryan indeed I want all the packages that we plan to mark stable to have only stable code |
* Contributes to open-telemetry#2572 * Restored support for __builtin_expect() * Typo
Remove all unstable types from packages that we plan to declare stable.
Updates #2476
Signed-off-by: Bogdan Drutu bogdandrutu@gmail.com