sorawee / fmt

A code formatter for Racket
Other
72 stars 6 forks source link

do not comment-out so-called "hash-bang" #31

Closed xgqt closed 2 years ago

xgqt commented 2 years ago

On UNIX-like systems #! on top of the file tells the shell to run the specified interpreter when file is called without one. Right now fmt comments-out hash-bang on top of the file making it impossible to run racket scripts in PATH.

image

sorawee commented 2 years ago

Thanks for the report!

xgqt commented 2 years ago

Thanks for the report!

That was super quick, thanks a lot!