justinethier / cyclone

:cyclone: A brand-new compiler that allows practical application development using R7RS Scheme. We provide modern features and a stable system capable of generating fast native binaries.
http://justinethier.github.io/cyclone/
MIT License
824 stars 44 forks source link

[No code change] Formatted foreign.sld and removed unused commented code #443

Closed arthurmaciel closed 3 years ago

arthurmaciel commented 3 years ago

@justinethier, do you know a better way to reformat files in order to produce a more readable git diff? I haven't changed any piece of code, but I always think a second look is always more secure.

justinethier commented 3 years ago

@arthurmaciel Agreed. I poked around with the Github diff settings and found that turning off whitespace makes it much easier to verify nothing was "broken" with these changes. Split view can help as well: https://github.com/justinethier/cyclone/pull/443/files?diff=split&w=1

Looks good!