fmt icon indicating copy to clipboard operation
fmt copied to clipboard

sorting

Open sorawee opened this issue 4 years ago • 3 comments

There are stuff that might be able to sort safely. See e.g. https://github.com/russellw/racket-format/blob/master/sort.rkt (though a lot of stuff in there are actually not safe to sort). Perhaps provide an option to sort?

sorawee avatar Oct 02 '21 15:10 sorawee

Are you thinking of things like require and provide specs?

jackfirth avatar Oct 03 '21 20:10 jackfirth

Yep. It's tricky though, especially when comments are involved. Perhaps only do it when there's no comment?

sorawee avatar Oct 03 '21 20:10 sorawee

Yes, that sounds right.

jackfirth avatar Oct 03 '21 20:10 jackfirth