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 Beta] Bump router.js so that getHandlers is invoked lazily #14044

Merged
merged 1 commit into from
Aug 9, 2016

Conversation

trentmwillis
Copy link
Member

This picks up recent changes from router.js. In particular, it makes getHandler lazy so that the work is not done upfront if it can be deferred until later (as is needed for lazy Engines). See the PR for the changes here.

It also picks up the shaping fixes that @chadhietala made.

cc/ @rwjblue

@rwjblue
Copy link
Member

rwjblue commented Aug 8, 2016

Can you prefix the commit with [BUGFIX beta]?

@trentmwillis
Copy link
Member Author

Sure thing, was unsure what prefix to use.

@chadhietala chadhietala changed the title Bump router.js so that getHandlers is invoked lazily [BUGFIX Beta] Bump router.js so that getHandlers is invoked lazily Aug 9, 2016
@trentmwillis
Copy link
Member Author

@rwjblue looks like this should be good to go now.

@rwjblue rwjblue merged commit 6f54026 into emberjs:master Aug 9, 2016
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.

2 participants