Skip to content

Conversation

@alan-agius4
Copy link
Collaborator

Compiler host readResource is always called with POSIX seperators. However the denormalizePath method doesn't convert forward slashes to back slashes which causes getModifiedResourceFiles to return an empty Set.

We were also assuming that _changedFiles is an FS path which was not the case as it's original type is Path

Fix #15012

Compiler host `readResource` is always called with POSIX seperators. However the `denormalizePath` method doesn't convert forward slashes to back slashes which causes `getModifiedResourceFiles` to return an empty `Set`.

We were also assuming that `_changedFiles` is an FS path which was not the case as it's original type is `Path`

Fix #15012
@alan-agius4 alan-agius4 added the target: patch This PR is targeted for the next patch release label Jul 8, 2019
@alan-agius4 alan-agius4 requested a review from clydin July 8, 2019 12:17
@hiepxanh
Copy link
Contributor

hiepxanh commented Jul 9, 2019

hope this will be fix soon, I love to try angular Ivy

@kyliau kyliau merged commit 85011b3 into angular:master Jul 9, 2019
@alan-agius4 alan-agius4 deleted the ivy-rebuild branch July 9, 2019 20:34
@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 13, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

target: patch This PR is targeted for the next patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Ivy can only work in inline-template mode

5 participants