X Tutup
Skip to content

fix(router): fix regression with generating links to async routes#3650

Closed
btford wants to merge 1 commit intomasterfrom
fix-router-link-to-async-route-regression
Closed

fix(router): fix regression with generating links to async routes#3650
btford wants to merge 1 commit intomasterfrom
fix-router-link-to-async-route-regression

Conversation

@btford
Copy link
Copy Markdown
Contributor

@btford btford commented Aug 14, 2015

I'm labelling this P0 because @IgorMinar and I suspect it's currently blocking sync.

I got Igor's blessings on the code itself in person, but we're still not sure if this resolves the sync issue. If Igor confirms this resolves sync, this should be ready to merge. If it doesn't resolve sync, we can deescalate this, but it's still a legit issue.

@btford
Copy link
Copy Markdown
Contributor Author

btford commented Aug 14, 2015

And in general, I think this reveals poor test coverage for all the possible different scenarios related to async routes. Once #3335 is resolved, I'd like to spend some time improving the test coverage and code quality in this area.

@btford btford added this to the alpha-35 milestone Aug 14, 2015
@btford
Copy link
Copy Markdown
Contributor Author

btford commented Aug 14, 2015

The internal test in question didn't go green, but the error it's throwing is now unrelated to routing. Yay (kind of)~!

I pushed this to presubmit in as advised by @IgorMinar.

@btford btford closed this in 26d2ea8 Aug 14, 2015
@mhevery mhevery deleted the fix-router-link-to-async-route-regression branch October 29, 2015 16:30
@angular-automatic-lock-bot
Copy link
Copy Markdown

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup