Difftastic: A diff that understands syntax
1–10 of 224 posts
Re: Difftastic: A diff that understands syntax
#2Re: Difftastic: A diff that understands syntax
#3Since moving to short lived feature branches it is less useful to me.
Re: Difftastic: A diff that understands syntax
#4Re: Difftastic: A diff that understands syntax
#5One thing I do find interesting (and a wish were different) is that only programming languages are supported, rather than data formats as well.
For example, two JSON documents may be valid but formatted slightly differently, or a common task for me is comparing two YAML files.
Comparing config files that have a well defined syntax and or can be abstracted into a tree (JSON, YAML, TOML, etc.) would be absolutely lovely, even and including (if possible) Markdown and its ilk.
Re: Difftastic: A diff that understands syntax
#6Re: Difftastic: A diff that understands syntax
#7This looks absolutely amazing. One thing I do find interesting (and a wish were different) is that only programming languages are supported, rather than data formats as well. For example, two JSON documents may be valid but formatted slightly differently, or a common task for me is comparing two YAML files. Comparing config files that have a well defined syntax and or can be abstracted into a tree (JSON, YAML, TOML,…
HTML and XML are missing, too.
Re: Difftastic: A diff that understands syntax
#8Is there a good reason why diff tools generally don’t use AST?