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): delete the old global-analysis based ivy compiler #27306

Closed

Conversation

alxhub
Copy link
Member

@alxhub alxhub commented Nov 27, 2018

This commit deletes the old Ivy compiler (enableIvy: true) which was based
on ngc's global analysis of the application and all libraries. This commit
also switches the behavior of enableIvy to use 'true' to enable ngtsc.

@mary-poppins
Copy link

You can preview 4eaf69f at https://pr27306-4eaf69f.ngbuilds.io/.

@@ -110,7 +98,6 @@ class AngularCompilerProgram implements Program {
private _programWithStubs: ts.Program|undefined;
private _optionsDiagnostics: Diagnostic[] = [];
// TODO(issue/24571): remove '!'.
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove this comment

This commit deletes the old Ivy compiler (enableIvy: true) which was based
on ngc's global analysis of the application and all libraries. This commit
also switches the behavior of enableIvy to use 'true' to enable ngtsc.
@alxhub alxhub force-pushed the ngtsc-remove-global-ivy-compiler branch from 4eaf69f to 0eece0e Compare November 28, 2018 20:02
@alxhub alxhub added the area: core Issues related to the framework runtime label Dec 11, 2018
@ngbot ngbot bot added this to the needsTriage milestone Dec 11, 2018
@alxhub alxhub closed this Dec 14, 2018
@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 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area: core Issues related to the framework runtime cla: yes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants