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

Backport @ember/ordered-set fix to 3.1 #5633

Merged
merged 5 commits into from
Sep 13, 2018
Merged

Backport @ember/ordered-set fix to 3.1 #5633

merged 5 commits into from
Sep 13, 2018

Conversation

dcyriller
Copy link
Contributor

Port #5557 to release branch 3.1

Related issue here #5576

These cases were all previously working due to transpilation from `let`
to `var`. You *cannot* reference a block scoped variable (`let` /
`const`) during the variables own initializer.
@dcyriller dcyriller changed the title Backport fix transpilation issues with @ember/ordered-set Backport @ember/ordered-set fix to 3.1 Sep 13, 2018
@dcyriller dcyriller changed the title Backport @ember/ordered-set fix to 3.1 WIP: Backport @ember/ordered-set fix to 3.1 Sep 13, 2018
@dcyriller dcyriller changed the title WIP: Backport @ember/ordered-set fix to 3.1 Backport @ember/ordered-set fix to 3.1 Sep 13, 2018
@runspired
Copy link
Contributor

@dcyriller I'm unsure why this is failing to build in production, will pull down and try it locally.

@dcyriller
Copy link
Contributor Author

dcyriller commented Sep 13, 2018

@runspired just found out that we have to bump ember-cli-uglify version to successfully build in production.

This should be the only addition in this backport.

@runspired runspired merged commit 6a564ce into emberjs:release-3-1 Sep 13, 2018
@dcyriller dcyriller deleted the port-ordered-set-to-3-1 branch September 13, 2018 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants