-
-
Notifications
You must be signed in to change notification settings - Fork 6.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
fix: do not transform internally imported files #9900
fix: do not transform internally imported files #9900
Conversation
6acbbee
to
d522909
Compare
Hah, OOM on circus 🙈 |
Does this OOM due to the cache thing? Probably... I can skip it |
e234611
to
3c87e31
Compare
3c87e31
to
5cb78d8
Compare
Codecov Report
@@ Coverage Diff @@
## master #9900 +/- ##
==========================================
+ Coverage 64.41% 64.43% +0.02%
==========================================
Files 291 291
Lines 12410 12417 +7
Branches 3059 3062 +3
==========================================
+ Hits 7994 8001 +7
Misses 3770 3770
Partials 646 646
Continue to review full report at Codecov.
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Summary
Any internal module should never be transformed at runtime, so let's just bail early rather than having
ScriptTransformer
skip them (or not, which is super wasteful).Test plan
Green CI