Commit Graph

7 Commits

Author SHA1 Message Date
Louis Gesbert
6e0a3ee5ed Update list of reformatting commits 2022-10-04 14:54:18 +02:00
Louis Gesbert
0b0e774d1c More factorisation, in particular for variables 2022-08-12 17:18:06 +02:00
Emile Rolley
18284d9f9f git: update .git-blame-ignore-revs 2022-08-05 10:55:48 +02:00
Louis Gesbert
4726d00df8 Adjust test results
Nothing shocking here:
- division by zero now reported on the application rather than the
operator
- renumbering of printed bindlib variables
- some whitespace changes
2022-07-11 17:43:59 +02:00
Louis Gesbert
30297b27b8 Add dune rule to build tests
This allows a new magic command: `dune test -w`
2022-05-25 18:33:20 +02:00
Louis Gesbert
50f949ac9c Fix .git-blame-ignore-revs
(forgot to update after rebase)
2022-05-12 12:36:55 +02:00
Louis Gesbert
45925fe3fc Add a ".git-blame-ignore-revs" file
This helps have a reasonable `git blame` experience even in the presence
of reformat commits, by explicitely digging deeper when they are
encountered.

Use `git config --global blame.ignoreRevsFile .git-blame-ignore-revs` to
enable it locally.
2022-05-11 16:25:51 +02:00