Matthew Flatt

Results 417 comments of Matthew Flatt

This seems generally like a fine idea to me. I expected `--xexpr` to be an output option at the same level as `--html`, though. Would providing the choice that way...

Thanks for investigating! Among the installations that I have readily available to check, it looks like only Solaris/OpenIndiana doesn't support `-S`. So, it seems possible that using `-S` should be...

It looks like the change didn't break any builds, at least. If you have a chance to double-check a source snapshot from https://snapshot.racket-lang.org/ (a minimal source build would be enough...

Thanks! Closing as merged in fe5e3342f4f035edf3ee69ddae6fce4d1e113bd2.

One more thought: Does it matter whether you're using a tiling window manager like Sway or something else? One possibility is that the Racket GUI toolkit is fighting with the...

I imagine these values are generated for characters in supplementary planes. Should input handling track surrogate pairs and join them to form those characters?

I don't think the bits described in the quoted documentation are the relevant ones. Those seem maybe part of a `uchr` resource. Meanwhile, the result is a `UniChar` array, which...

Closing as fixed by #334.

This idea seems ok to me. Some thoughts on the implementation here: * It looks like there's a problem with `symbol-hash` on a generated symbol before interning is forced, as...

> You added the "discard" flag back on `string->symbol`. It has always been on `gensym->unique-string`. Is there a good reason why these two procedures should behave differently? I think it...