Skip to content

test(ivy): run compiler compliance tests without rebuilding core,common#25248

Closed
alxhub wants to merge 1 commit intoangular:masterfrom
alxhub:ngtsc-fast-compliance
Closed

test(ivy): run compiler compliance tests without rebuilding core,common#25248
alxhub wants to merge 1 commit intoangular:masterfrom
alxhub:ngtsc-fast-compliance

Conversation

@alxhub
Copy link
Copy Markdown
Member

@alxhub alxhub commented Aug 1, 2018

Previously the compiler compliance tests ran and built test code with
real dependencies on @angular/core and @angular/common. This meant that
any changes to the compiler would result in long rebuild processes
for tests to rerun.

This change removes those dependencies and causes test code to be built
against the fake_core stub of @angular/core that the ngtsc tests use.
This change also removes the dependency on @angular/common entirely, as
locality means it's possible to reference *ngIf without needing to link
to an implementation.

Previously the compiler compliance tests ran and built test code with
real dependencies on @angular/core and @angular/common. This meant that
any changes to the compiler would result in long rebuild processes
for tests to rerun.

This change removes those dependencies and causes test code to be built
against the fake_core stub of @angular/core that the ngtsc tests use.
This change also removes the dependency on @angular/common entirely, as
locality means it's possible to reference *ngIf without needing to link
to an implementation.
@mary-poppins
Copy link
Copy Markdown

You can preview d5c7e7b at https://pr25248-d5c7e7b.ngbuilds.io/.

@vicb vicb added target: major This PR is targeted for the next major release comp: ivy labels Aug 3, 2018
@vicb vicb added the action: merge The PR is ready for merge by the caretaker label Aug 3, 2018
@kara kara closed this in eb99930 Aug 3, 2018
@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 13, 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 target: major This PR is targeted for the next major release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants