| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
This change is not necessary.
Sorry, something went wrong.
There was a problem hiding this comment.
ok, thks for suggestion.
Sorry, something went wrong.
There was a problem hiding this comment.
Thanks for submitting this PR! The change in line 10 is not needed. The change in line 11 looks good to me, although I left a comment suggesting something that might be a bit better still. Can you update the PR at least to remove the changes in line 10?
Sorry, something went wrong.
There was a problem hiding this comment.
This might be slightly better as:
`--icu-data-dir parameters)${os.EOL}`;
Sorry, something went wrong.
Sorry, something went wrong.
There was a problem hiding this comment.
Thks, I submit the new PR in #14342
Sorry, something went wrong.
|
@nathansmile Did you intentionally close this PR? It seems like you force-pushed the upstream master branch instead of your changes. |
Sorry, something went wrong.
|
When I'm updating the code, I don't want to add a new commit, or there will be 2 commits for this issue (I think it's not necessary). So I hard reset and force push the branch to my origin branch. After that I found this PR closed by me. What a surprise! Then I submit another PR. |
Sorry, something went wrong.
|
@nathansmile If you want to just update the last commit in a branch, you can try: git checkout your-branch
(do the change)
git commit --amend
(change the commit message if needed)
git push --force-with-leaseThe last commit will be updated in the PR automatically. |
Sorry, something went wrong.
FWIW I think once you push a new commit onto the branch you can reopen the PR. The easier fix is not to push between resetting and making the new commit. |
Sorry, something went wrong.
|
@vsemozhetbyt Thanks a lot~ That is what I need. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
replace string concatenation in test/parallel/test-icu-data-dir.js with template literals
Checklist
Affected core subsystem(s)