difftastic_test2
Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
6 of 411 committers (1.5%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.5%) to scientific vocabulary
Keywords from Contributors
Repository
Basic Info
- Host: GitHub
- Owner: Wilfred
- License: mit
- Language: Rust
- Default Branch: master
- Size: 1.38 GB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 4
Metadata Files
README.md
Difftastic is a structural diff tool that compares files based on their syntax.
For installation instructions, see Installation in the manual.
Basic Example

In this JavaScript example, we can see:
(1) Difftastic understands nesting. It highlights the matching { and
}, but understands that foo() hasn't changed despite the leading
whitespace.
(2) Difftastic understands which lines should be aligned. It's aligned
bar(1) on the left with bar(2) on the right, even though the
textual content isn't identical.
(3) Difftastic understands that line-wrapping isn't
meaningful. "eric" is now on a new line, but it hasn't changed.
One Minute Demo
This one minute screencast demonstrates difftastic usage with both standalone files and git.
Languages
Difftastic supports over 30 programming languages, see the manual for the full list.
If a file has an unrecognised extension, difftastic uses a textual diff with word highlighting.
Known Issues
Performance. Difftastic scales relatively poorly on files with a large number of changes, and can use a lot of memory.
Display. Difftastic has a side-by-side display which usually works well, but can be confusing.
Robustness. Difftastic regularly has releases that fix crashes.
Non-goals
Patching. Difftastic output is intended for human consumption, and it
does not generate patches that you can apply later. Use diff if you
need a patch.
(Patch files are also line-oriented, which is too limited for difftastic. Difftastic might find additions and removals on the same line, and it tracks the relationship between line numbers in the old and new file.)
Merging. AST merging is a hard problem that difftastic does not address.
FAQ
Isn't this basically --word-diff --ignore-all-space?
Word diffing can't do this.
Difftastic parses your code. It understands when whitespace matters,
such as inside string literals or languages like Python. It understands
that x-1 is three tokens in JS but one token in Lisp.
Can I use difftastic with git?
You can! The difftastic manual includes instructions for git usage. You can also use it with mercurial.
If you're a magit user, check out this blog post showing one way to use difftastic with magit.
Does difftastic integrate with my favourite tool?
Probably not. Difftastic is young. Consider writing a plugin for your favourite tool, and I will link it in the README!
Can difftastic help me with merge conflicts?
Yes! As of version 0.50, difftastic understands merge conflict markers
(i.e. <<<<<<<, ======= and >>>>>>>).
Pass your file with conflicts as a single argument to difftastic. Difftastic will construct the two conflicting files and diff those.
$ difft file_with_conflicts.js
Can difftastic do merges?
No. AST merging is a hard problem that difftastic does not address.
AST diffing is a also lossy process from the perspective of a text diff. Difftastic will ignore whitespace that isn't syntactically significant, but merging requires tracking whitespace.
Can I use difftastic to check for syntactic changes without diffing?
Yes. Difftastic can check if the two files have the same AST, without calculating a diff. This is much faster than normal diffing, and useful for building tools that check for changes.
For example:
$ difft --check-only --exit-code before.js after.js
This will set the exit code to 0 if there are no syntactic changes, or 1 if there are changes found.
Translation
License
Difftastic is open source under the MIT license, see LICENSE for more details.
This repository also includes tree-sitter parsers by other authors in
the vendored_parsers/ directory. These are a mix of the MIT license and the
Apache license. See vendored_parsers/*/LICENSE for more details.
Files in sample_files/ are also under the MIT license unless stated
otherwise in their header.
Owner
- Name: Wilfred Hughes
- Login: Wilfred
- Kind: user
- Location: Bay Area, USA
- Website: https://www.wilfred.me.uk/
- Twitter: _wilfredh
- Repositories: 423
- Profile: https://github.com/Wilfred
PL enthusiast, Emacs addict, and an advocate for human factors.
GitHub Events
Total
Last Year
Committers
Last synced: over 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Wilfred Hughes | me@w****k | 2,354 |
| Max Brunsfeld | m****d@g****m | 2,150 |
| Rick Winfrey | r****y@g****m | 984 |
| joshvera | j****h@j****m | 447 |
| Timothy Clem | t****m@g****m | 343 |
| Rob Rix | r****x@g****m | 277 |
| Kolja Lampe | r****e@g****m | 263 |
| Damien Guard | d****g@g****m | 234 |
| Amaan Qureshi | a****2@g****m | 210 |
| Joran Honig | j****g@g****m | 192 |
| Anantha Kumaran | a****n@g****m | 183 |
| Antonio de Jesus Ochoa Solano | a****o@g****m | 177 |
| sogaiu | 9****2 | 159 |
| Ayman Nadeem | a****m@g****m | 149 |
| ganezdragon | g****3@g****m | 144 |
| fwcd | f****l@g****m | 143 |
| Alex Pinkus | a****s@g****m | 130 |
| mhoffm | m****m@p****e | 119 |
| Maksim Novikov | m****k@g****m | 110 |
| Yuya Nishihara | y****a@t****g | 104 |
| Uy Ha | h****y@g****m | 103 |
| Stephan Seitz | s****z@f****e | 92 |
| 6cdh | c****h@g****m | 89 |
| Jonathan Arnett | j****0@g****m | 88 |
| Patrick Förster | p****r | 88 |
| Torsten Schmits | t****s@g****m | 83 |
| calixteman | c****t@g****m | 81 |
| Eugene Yokota | e****n@g****m | 80 |
| Philip Zander | p****r@g****m | 75 |
| Tim Whiting | t****m@w****g | 73 |
| and 381 more... | ||
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
