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

refactor(ivy): remove load instruction #32067

Closed
wants to merge 1 commit into from

Conversation

crisbeto
Copy link
Member

@crisbeto crisbeto commented Aug 9, 2019

These changes remove the ɵɵload instruction which isn't being generated anymore.

@crisbeto crisbeto added action: review The PR is still awaiting reviews from at least one requested reviewer target: major This PR is targeted for the next major release comp: ivy labels Aug 9, 2019
@crisbeto crisbeto requested review from a team as code owners August 9, 2019 06:00
@ngbot ngbot bot added this to the needsTriage milestone Aug 9, 2019
Copy link
Member

@pkozlowski-opensource pkozlowski-opensource left a comment

Choose a reason for hiding this comment

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

LGTM, thnx @crisbeto - it was on my TODO list!

If you into those type of changes we could also replace ɵɵloadViewQuery and ɵɵloadContentQuery with just one instruction ( ɵɵloadQuery ?) as the 2 mentioned functions are the same now.

@crisbeto
Copy link
Member Author

crisbeto commented Aug 9, 2019

Cool! Will do next week.

@AndrewKushnir
Copy link
Contributor

AndrewKushnir commented Aug 9, 2019

@AndrewKushnir AndrewKushnir added the action: presubmit The PR is in need of a google3 presubmit label Aug 9, 2019
Copy link
Contributor

@kara kara left a comment

Choose a reason for hiding this comment

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

LGTM, one minor thing

packages/core/src/render3/i18n.ts Outdated Show resolved Hide resolved
@kara kara added 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: presubmit The PR is in need of a google3 presubmit action: review The PR is still awaiting reviews from at least one requested reviewer labels Aug 9, 2019
@crisbeto crisbeto force-pushed the load-instruction-cleanup branch 2 times, most recently from 9c54561 to bb25717 Compare August 12, 2019 05:11
@crisbeto crisbeto added the action: review The PR is still awaiting reviews from at least one requested reviewer label Aug 12, 2019
@crisbeto crisbeto removed their assignment Aug 12, 2019
@crisbeto crisbeto 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 Aug 12, 2019
@crisbeto
Copy link
Member Author

I've reworked in based on the feedback @kara.

crisbeto added a commit to crisbeto/angular that referenced this pull request Aug 12, 2019
Combines the `loadViewQuery` and `loadContentQuery` instructions since they have the exact same internal logic. Based on a discussion here: angular#32067 (review)
kara pushed a commit that referenced this pull request Aug 12, 2019
Combines the `loadViewQuery` and `loadContentQuery` instructions since they have the exact same internal logic. Based on a discussion here: #32067 (review)

PR Close #32100
Copy link
Contributor

@kara kara left a comment

Choose a reason for hiding this comment

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

LGTM

@kara kara removed the action: review The PR is still awaiting reviews from at least one requested reviewer label Aug 12, 2019
@kara kara added the action: cleanup The PR is in need of cleanup, either due to needing a rebase or in response to comments from reviews label Aug 12, 2019
These changes remove the `ɵɵload` instruction which isn't being generated anymore.
@crisbeto crisbeto removed their assignment Aug 12, 2019
@crisbeto crisbeto added action: merge The PR is ready for merge by the caretaker action: presubmit The PR is in need of a google3 presubmit and removed action: cleanup The PR is in need of cleanup, either due to needing a rebase or in response to comments from reviews action: merge The PR is ready for merge by the caretaker labels Aug 12, 2019
@kara kara added the action: merge The PR is ready for merge by the caretaker label Aug 12, 2019
@kara
Copy link
Contributor

kara commented Aug 12, 2019

VE presubmit

Ivy presubmit

@kara kara added merge: caretaker note Alert the caretaker performing the merge to check the PR for an out of normal action needed or note and removed action: presubmit The PR is in need of a google3 presubmit labels Aug 12, 2019
@kara
Copy link
Contributor

kara commented Aug 12, 2019

merge-assistance: global approval

@kara kara closed this in 914900a Aug 12, 2019
sabeersulaiman pushed a commit to sabeersulaiman/angular that referenced this pull request Sep 6, 2019
Combines the `loadViewQuery` and `loadContentQuery` instructions since they have the exact same internal logic. Based on a discussion here: angular#32067 (review)

PR Close angular#32100
sabeersulaiman pushed a commit to sabeersulaiman/angular that referenced this pull request Sep 6, 2019
These changes remove the `ɵɵload` instruction which isn't being generated anymore.

PR Close angular#32067
@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 15, 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 merge: caretaker note Alert the caretaker performing the merge to check the PR for an out of normal action needed or note target: major This PR is targeted for the next major release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants