Skip to content
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

Avoid barback for precompilation if possible. #1481

Merged
merged 1 commit into from
Dec 2, 2016
Merged

Conversation

nex3
Copy link
Member

@nex3 nex3 commented Dec 1, 2016

Previously we were always loading an AssetEnvironment when we
precompiled any executable. Now we only load that environment if some
package dependended on by some executable actually uses a transformer.
Otherwise, we precompile from disk. The new approach is substantially
faster and produces better error messages.

Closes #1473

Previously we were always loading an AssetEnvironment when we
precompiled any executable. Now we only load that environment if some
package dependended on by some executable actually uses a transformer.
Otherwise, we precompile from disk. The new approach is substantially
faster and produces better error messages.

Closes #1473
@nex3 nex3 force-pushed the barback-free-snapshots branch from 34d93e0 to 027b707 Compare December 1, 2016 21:27
Copy link
Member

@munificent munificent left a comment

Choose a reason for hiding this comment

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

👍

@nex3 nex3 merged commit 98ecbde into master Dec 2, 2016
@nex3 nex3 deleted the barback-free-snapshots branch December 2, 2016 00:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants