| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Thanks for this work! I don't think we need to make such an effort for git to detect these as renames as long as reviewing these PRs makes sense and doesn't include hundreds of files :) also, please fix lint errors and amend the commit message for it to comply with guidlines |
Sorry, something went wrong.
|
Thanks for your review. I have updated the commit message and the code according to Lint. |
Sorry, something went wrong.
|
commits still don't adhere guidelines |
Sorry, something went wrong.
Migrate the remaining source map tests in the `test/message` folder from Python to JS. Fixes: nodejs#47707 test: migrate message source map tests from Python to JS
|
I squashed my commits, hope it works this time. |
Sorry, something went wrong.
Sorry, something went wrong.
|
Hi @MoLow, how can I pass the failed tests? |
Sorry, something went wrong.
Sorry, something went wrong.
I ran a rebuild |
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
|
@MoLow Thanks for your review! |
Sorry, something went wrong.
Migrate the remaining source map tests in the `test/message` folder from Python to JS. Fixes: nodejs/node#47707 test: migrate message source map tests from Python to JS PR-URL: nodejs/node#49238 Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Migrate the remaining source map tests in the `test/message` folder from Python to JS. Fixes: nodejs/node#47707 test: migrate message source map tests from Python to JS PR-URL: nodejs/node#49238 Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
| Back | FazBrowse Home | New Git URL |
Some JS files are detected as deleted and newly created even though they are very similar. I also mentioned the reason here #47707 (comment). IMHO, it is because the default similarity index for git diff is 50%.
Same for most .snapshot files ( they are also detected as deleted ), the main difference between the original .out file and the .snapshot file is .snapshot files have more details like Object.<anonymous>.
Example:
Should I replace these Object.<anonymous>?
Also, #47707 (comment)