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

feat(compiler): add change detector generation #4057

Closed
wants to merge 1 commit into from

Conversation

tbosch
Copy link
Contributor

@tbosch tbosch commented Sep 8, 2015

Runtime and Codegen.

Part of #3605

@tbosch tbosch added the action: review The PR is still awaiting reviews from at least one requested reviewer label Sep 8, 2015
@tbosch tbosch force-pushed the change_compiler branch 3 times, most recently from 758e221 to 6ab3b0d Compare September 9, 2015 15:52
createChangeDetectorDefinitions(componentType, strategy, this._genConfig, parsedTemplate);
if (IS_DART) {
return changeDetectorDefinitions.map(
definition => (dispatcher) =>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

first create ProtoChangeDetector and use it for all .instantiate methods

@tbosch tbosch added pr_state: LGTM action: cleanup The PR is in need of cleanup, either due to needing a rebase or in response to comments from reviews and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels Sep 9, 2015
@tbosch tbosch assigned tbosch and unassigned vsavkin Sep 9, 2015
@tbosch
Copy link
Contributor Author

tbosch commented Sep 9, 2015

Reviewed with @vsavkin in person

@tbosch tbosch force-pushed the change_compiler branch 3 times, most recently from 59607fd to a7833c2 Compare September 9, 2015 22:01
@tbosch tbosch added the action: merge The PR is ready for merge by the caretaker label Sep 9, 2015
@mary-poppins
Copy link

Merging PR #4057 on behalf of @tbosch to branch presubmit-tbosch-pr-4057.

@mary-poppins mary-poppins removed the action: merge The PR is ready for merge by the caretaker label Sep 9, 2015
@tbosch tbosch removed the action: cleanup The PR is in need of cleanup, either due to needing a rebase or in response to comments from reviews label Sep 9, 2015
@tbosch tbosch closed this in 12dd44f Sep 10, 2015
@tbosch tbosch deleted the change_compiler branch September 10, 2015 02:47
@angular-automatic-lock-bot
Copy link

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants