-
Notifications
You must be signed in to change notification settings - Fork 21
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: panic for programmer error, more diagnostics, remove duplicated map lookup #126
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #126 +/- ##
==========================================
- Coverage 85.68% 85.56% -0.13%
==========================================
Files 24 24
Lines 1411 1413 +2
==========================================
Hits 1209 1209
- Misses 202 204 +2
☔ View full report in Codecov by Sentry. |
Benchmark ResultsLinux
|
Which package.json? |
@zkochan I was assuming you tested #123 with a Of course, I already tested it with my small Speaking of #116 (comment), if I try it with low semaphore, it will run forever, if I try it with the old codebase, it will panic with |
Yes, it contains circular dependencies, so I can't use it to test your changes. I tested your changes on a package.json without circular dependencies.
All the issues are most likely related to circular dependencies. |
@zkochan Can you test this with the
package.json
you used for #123 ?