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

fix(compiler-cli): fix relative source paths on windows for extracted msg #17915

Merged
merged 1 commit into from
Jul 7, 2017

Conversation

ocombe
Copy link
Contributor

@ocombe ocombe commented Jul 4, 2017

PR Type

What kind of change does this PR introduce?

[x] Bugfix

What is the current behavior?

The extracted source file paths was supposed to be relative, but we used a simple replace that doesn't work on windows (because we used two paths formatted differently), and the path was absolute instead of relative.

Issue Number: #16639

What is the new behavior?

The paths are relative on all platforms

Does this PR introduce a breaking change?

[x] No

@ocombe ocombe requested a review from vicb July 4, 2017 09:25
@ocombe ocombe added area: i18n action: review The PR is still awaiting reviews from at least one requested reviewer labels Jul 4, 2017
@vicb
Copy link
Contributor

vicb commented Jul 5, 2017

Could you update the commit message to reflect what the change fix ? (ie "fix relative path on windows" maybe)

vicb
vicb previously requested changes Jul 5, 2017
Copy link
Contributor

@vicb vicb left a comment

Choose a reason for hiding this comment

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

update the commit message to reflect what has been fixed

@angular angular deleted a comment from mary-poppins Jul 6, 2017
@angular angular deleted a comment from mary-poppins Jul 6, 2017
@ocombe ocombe changed the title fix(compiler-cli): better relative source paths for extracted messages fix(compiler-cli): fix(compiler-cli): fix relative source paths on windows for extracted msg Jul 6, 2017
@ocombe ocombe dismissed vicb’s stale review July 6, 2017 08:19

commit message updated

@vicb vicb added action: merge The PR is ready for merge by the caretaker and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels Jul 6, 2017
@vicb
Copy link
Contributor

vicb commented Jul 6, 2017

aio failure is unrelated to this change

@mary-poppins
Copy link

You can preview 5efe56e at https://pr17915-5efe56e.ngbuilds.io/.

@jasonaden jasonaden merged commit 671a175 into angular:master Jul 7, 2017
jasonaden pushed a commit to jasonaden/angular that referenced this pull request Jul 8, 2017
jasonaden pushed a commit to jasonaden/angular that referenced this pull request Jul 8, 2017
jasonaden pushed a commit to jasonaden/angular that referenced this pull request Jul 8, 2017
@ocombe ocombe changed the title fix(compiler-cli): fix(compiler-cli): fix relative source paths on windows for extracted msg fix(compiler-cli): fix relative source paths on windows for extracted msg Jul 12, 2017
asnowwolf pushed a commit to asnowwolf/angular that referenced this pull request Aug 11, 2017
@ocombe ocombe deleted the fix-source-path-16639 branch August 22, 2017 12:21
juleskremer pushed a commit to juleskremer/angular that referenced this pull request Aug 28, 2017
@ocombe ocombe mentioned this pull request Sep 19, 2017
20 tasks
@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 12, 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 area: i18n cla: yes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants