racket / drracket

DrRacket, IDE for Racket
http://www.racket-lang.org/
Other
448 stars 95 forks source link

syncheck:add-definition-target's incorrect signature #402

Closed sorawee closed 4 years ago

sorawee commented 4 years ago

From https://github.com/greghendershott/racket-mode/issues/485#issuecomment-667206547:

Ha. Not only does the doc for syncheck:add-definition-target lack explanatory text, the bluebox signature seems wrong. It is not (syncheck:add-definition-target source-obj start finish style-name). Instead it seems to be this. Anyway, in that the (syntax-e id) is the interesting bit we want.

sorawee commented 4 years ago

Thanks, @rfindler! Fixed by 34e43d5cd703e95d64979.