feenkcom / gtoolkit

Glamorous Toolkit is the Moldable Development environment. It empowers you to make systems explainable through experiences tailored for each problem.
https://gtoolkit.com
MIT License
1.11k stars 49 forks source link

Git tool shows readme as modified despite no obvious sign of modification #2596

Open asampal opened 2 years ago

asampal commented 2 years ago

After loading gt4processing with the following code, the repo's readme is marked as being changed, yet there is no evidence of any change when the diff view is opened. I suspect the diffs are wrt line ending (my platform is Windows) which were likely modified by git upon loading, but there is no indication that this is where the file is different.

Metacello new
    baseline: 'Processing';
    repository: 'github://hellerve/gt4processing:main/src';
    load.

image

Windows 11, GT 0.8.1545

duchainer commented 2 years ago

Should there be a mode/view like emacs' whitespace-mode that shows those characters clearly? Would that fix the issue?

[1] : https://www.emacswiki.org/emacs/ShowWhiteSpace