Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Temporary fix for module tracer by disabling rewrite #829

Closed
wants to merge 3 commits into from

Conversation

cblappert
Copy link
Contributor

Added regression test and re-enabled resolve initialized modules.

Also, fixed bug in cli.

for (let [loc, error] of errors) {
foundFatal = foundFatal || error.severity === "FatalError";
Copy link
Contributor

Choose a reason for hiding this comment

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

Look 20 lines up --- same code. Probably should get same treatment.

this.modules.initializedModules.set(id, value);
}
}*/
Copy link
Contributor

Choose a reason for hiding this comment

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

What's with the commented out code?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Its the new code that figures out when modules are initialized or not, but it doesn't quite work, I'll uncomment it in the next PR.

@hermanventer hermanventer deleted the fix_moduletracer branch August 1, 2017 18:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants