You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we aim to make output more readable, we want to do the same for the formatchecker. At the moment, we are using diff which may be hard to interpret.
A suggestions is to use meld instead which is a graphical diff visualizer. We can add this to the Makefile so that you have something like mformatcheck which uses meld instead of diff.
The text was updated successfully, but these errors were encountered:
As we aim to make output more readable, we want to do the same for the formatchecker. At the moment, we are using diff which may be hard to interpret.
A suggestions is to use
meld
instead which is a graphical diff visualizer. We can add this to the Makefile so that you have something likemformatcheck
which usesmeld
instead of diff.The text was updated successfully, but these errors were encountered: