This repository has been archived by the owner on Jan 9, 2023. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello 👋
🚨🚨🚨
loader.js just published its new version 4.0.2, which is covered by your current version range. After updating it in your project the build went from success to failure.
This means your software is now malfunctioning, because of this update. Use this branch to work on adaptions and fixes.
Happy fixing and merging 🌴
The new version differs by 16 commits .
1260b17
release v4.0.2
6ccb0a4
[BUGFIX PERF] don’t rebuild a module that has already been built, because that is very slow.
dc8a089
reified is now state on an internal member
610819a
Merge pull request #71 from ember-cli/perf
2510e1d
By removing the
new Array(length),
reifyis no longer an array allocation site (
ArraySingleArgumentConstructorStub). More specifically, it is no longer the site of an arbitrary length array allocation site . Although the same work (from a user-perspective) is happening, we merely moved the alloc to the Module constructor. By grouping it with the
Moduleallocation we allow
reifyto further specialize.
ec3a1d3
Merge pull request #72 from ember-cli/stuff
4128e53
rename to ember
10750a6
reduce the iterations
a16501e
Merge pull request #70 from ember-cli/benchmarks
2860a50
some benchmarks
7fac9d0
index.html to quickly load the file
b3c5954
Merge pull request #69 from ember-cli/fix-jit-issues
5f736c5
prevent some common JIT issues
a4ce9be
Release v4.0.1.
5f91a3e
Merge pull request #68 from rwjblue/move-loader.js-to-subdir
There are 16 commits in total. See the full diff.
This pull request was created by greenkeeper.io.
Tired of seeing this sponsor message? Upgrade to the supporter plan! You'll also get your pull requests faster ⚡It keeps your software up to date, all the time.