-
Notifications
You must be signed in to change notification settings - Fork 654
chore(assert): release [email protected]
#4934
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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4934 +/- ##
=======================================
Coverage 92.15% 92.15%
=======================================
Files 487 487
Lines 38765 38765
Branches 5390 5390
=======================================
Hits 35722 35722
Misses 2987 2987
Partials 56 56 ☔ 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.
Went through all APIs. All looked reasonable to me. LGTM.
I am being nitpicky, but I have some thoughts while reviewing this package:
|
Error messages ending with "." seem just common as well as the error message without "." (Try seach for "new Error" in std). This doesn't seem the issue for
Sounds a good idea, but doesn't look like a blocker for 1.0.0-rc.1. Sounds like a good enhancement candidate after the stabilization |
There are 100+
It's appended to the error message. Either way, not blocking.
Yes, it's conventional, but it doesn't completely make sense. Either way, not blocking.
I'll open a new issue when I can. |
One last thing - should we consider #4934 a blocker? |
If you mean #3771, then no. It can be landed as a fix after the stabilization. |
My bad - typo. Ok. |
Towards #4717