X Tutup
Skip to content

fix(template_compiler): Fix erroneous cycle detection#6474

Closed
tbosch wants to merge 1 commit intoangular:masterfrom
tbosch:fix_jit
Closed

fix(template_compiler): Fix erroneous cycle detection#6474
tbosch wants to merge 1 commit intoangular:masterfrom
tbosch:fix_jit

Conversation

@tbosch
Copy link
Copy Markdown
Contributor

@tbosch tbosch commented Jan 14, 2016

Before, the check for cycles was wrong and lead to false positives.

Fixes #6404

Before, the check for cycles was wrong and lead to false positives.

Fixes angular#6404
@tbosch tbosch added action: merge The PR is ready for merge by the caretaker type: bug/fix P1: urgent labels Jan 14, 2016
@tbosch
Copy link
Copy Markdown
Contributor Author

tbosch commented Jan 14, 2016

This make the current beta.1 almost unusable in JS with JIT. We need to merge this soon!

@usernamealreadyis
Copy link
Copy Markdown

}}}
click_cla: bce5f12
Before, the check for cycles was wrong and lead to false positives.

Fixes #6404

}}}

@mary-poppins
Copy link
Copy Markdown

Merging PR #6474 on behalf of @jeffbcross to branch presubmit-jeffbcross-pr-6474.

@jeffbcross jeffbcross self-assigned this Jan 14, 2016
@mhevery mhevery closed this in eda4c3e Jan 14, 2016
@tbosch tbosch deleted the fix_jit branch February 4, 2016 00:39
@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.

Labels

action: merge The PR is ready for merge by the caretaker cla: yes type: bug/fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Component nesting broken in beta.1

6 participants

X Tutup