Step -1: Before filing an issue check out the troubleshooting section
Step 0: Describe your environment
- OS:
Ubuntu 20.04
- diff2html version:
5.1.11 cli and 3.4.11 diff2html
- Using diff2html directly or using diff2html-ui helper: directly
- Extra flags:
--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
- Wait forever
Update: when running with json as the format, finishes fast
diff 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.