Jacqueline Firth
Jacqueline Firth
Closing this since it's a few years old and has conflicts with the current state of things. Let me know if you want to take another stab at this sometime...
So the dependency on the GUI framework might put a wrinkle in this, if #110 is a sign of trouble on the horizon. The GUI dependency only comes up for...
This seems doable. Does it need to catch duplication across multiple `provide` forms, or would duplication within a single `provide` form be enough? The latter is much easier to implement...
Are you thinking an interactive fix mode at the command line? Or already in the editor? My general sense is that when I'm doing interactive fixing, I'd probably want to...
Would also be handy to have an option to fix the next possible fix and all fixes of the same type, since usually if you want to fix one occurrence...
Putting the `adoption barrier` label on this because I think it's a mandatory feature before putting Resyntax in the langserver (jeapostrophe/racket-langserver#40) or in a github pull request bot. One thing...
Related: #281.
There's a bug in how `#|` and `|#` are handled that's easily fixable, but I don't see a way to support `#;` without either changes to Racket's reader to support...
Maybe, but I'm not sure, and it seems like it might be tricky. I'd rather just avoid the problem entirely, especially since any solution would be specific to `#lang racket/base`....
Typed Racket ones are tricky because I need to figure out where the rules should live. If they go in `resyntax`, then `resyntax` needs a dependency on TR. If they...