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

[BUGFIX release] Ensure that it is possible to experiment with syntax. #15208

Merged
merged 1 commit into from
May 4, 2017

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented May 4, 2017

This corrects an issue in 2.13 where experimentalMacros was being cleared once each callback had been ran once therefore making it impossible to add syntax that work across multiple tests.

This also adds a test to excercise the registerMacros concept, just to make sure that we maintain the general capability (though the APIs can certainly change).

@rwjblue rwjblue requested a review from mmun May 4, 2017 17:53
This corrects an issue in 2.13 where `experimentalMacros` was being cleared
once each callback had been ran once therefore making it impossible to add
syntax that work across multiple tests.

This also adds a test to excercise the `registerMacros` concept, just to
make sure that we maintain the general capability (though the APIs can
certainly change).
@rwjblue rwjblue merged commit 72b1cf9 into emberjs:master May 4, 2017
@rwjblue rwjblue deleted the fix-experimental-syntax branch May 4, 2017 19:47
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.

None yet

2 participants