-
Notifications
You must be signed in to change notification settings - Fork 283
Endless diffing upon relatively small git diff payload with HTML output #415
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
Comments
Hello @mensfeld, that issue is regarding the cli in the other repository. The problem seems to be the huge line length. Feel free to send a PR to add the flag, I can do it but I need to find some time. |
Thank you for the clarification. I can try exposing this option but to be honest my JS knowledge is pretty limited :( If I can I will submit a PR, otherwise I will wait for your help 🙏 |
Thank you 🙏 |
Uh oh!
There was an error while loading. Please reload this page.
Step -1: Before filing an issue check out the troubleshooting section
Step 0: Describe your environment
Ubuntu 20.04
5.1.11
cli and3.4.11
diff2html--matching none
Step 1: Describe the problem:
Steps to reproduce:
curl https://gist.githubusercontent.com/mensfeld/4711d1a697ce0dbf1b0fecac4da1b67d/raw/751b28ae26e8961398a369290010366fd651cb3b/base.diff > base.diff
yarn run diff2html --matching none -i file -o stdout base.diff
Update: when running with
json
as the format, finishes fastdiff example:
https://gist.githubusercontent.com/mensfeld/4711d1a697ce0dbf1b0fecac4da1b67d/raw/751b28ae26e8961398a369290010366fd651cb3b/base.diff
Observed Results:
Runs forever with 100% CPU
Expected Results:
Since the base diff ain't that big, I would expect it to finish.
The text was updated successfully, but these errors were encountered: