John Clements
John Clements
Apologies if I'm missing something obvious here, but I think my first question is this: what method are you using to install (or upgrade) racket? Are you installing using an...
@jesboat , my sincere apologies for hijacking this thread (momentarily): I'm wondering how you'd like your name to appear in the Racket v8.18 release notes. My best guess currently is...
Huh. Okay, well, I just did some exploration, and it looks like Matthias added `check-satisfied` in 2014, but it appears that I never added support for it in the stepper....
Hmm.... are you saying that the stepper-skip-completely is on there before the stepper even gets hold of it?
I'm probably telling you things you already know, but syntax properties are transferred from syntax supplied to transformers to their results, as described in file:///tmp/rkttmp/racket-8.15.900/doc/reference/stxprops.html#%28tech._stx._prop._preserved%29 . My next guess is...
Response to your first sentence: Right, yes, that's what I was thinking, along with a hypothetical later transformer step that transfers that mark to all top-level forms. Is that not...