Yuya Nishihara

Results 18 issues of Yuya Nishihara

# Checklist If applicable: - [ ] I have updated `CHANGELOG.md` - [ ] I have updated the documentation (README.md, docs/, demos/) - [ ] I have updated the config...

# Checklist If applicable: - [ ] I have updated `CHANGELOG.md` - [ ] I have updated the documentation (README.md, docs/, demos/) - [ ] I have updated the config...

# Checklist If applicable: - [x] I have updated `CHANGELOG.md` - [ ] I have updated the documentation (README.md, docs/, demos/) - [ ] I have updated the config schema...

# Checklist If applicable: - [ ] I have updated `CHANGELOG.md` - [ ] I have updated the documentation (README.md, docs/, demos/) - [ ] I have updated the config...

If the directory diff contains lots of changes across files, it's better to emit earlier results incrementally. The idea is borrowed from the following thread. The diff producer assigns incremental...

The `ignore::Walk` excludes various files by default. It might makes sense if user runs difft command manually, but difft can also be used as a directory diff backend of version...

# Checklist If applicable: - [ ] I have updated `CHANGELOG.md` - [ ] I have updated the documentation (README.md, docs/, demos/) - [ ] I have updated the config...

# Checklist If applicable: - [ ] I have updated `CHANGELOG.md` - [ ] I have updated the documentation (README.md, docs/, demos/) - [ ] I have updated the config...

This fixes crash in inline printer, which assumes that hunk lines are within range. I'm not pretty sure if this assumption holds anytime, but myers_diff appears not emitting the last...

I'm going to fix inline diff issue #704, and found that the inline format isn't covered by CLI tests. I could duplicate compare_all.sh to test various formats, but it's uneasy...