Matthew Flatt

Results 446 comments of Matthew Flatt

The "Inlining expected" error should be fixed by 80f84f21322.

Thanks for the report! I've tracked this down to an issue with version of the Cairo drawing library that DrRacket uses. If it's useful to you to patch your installation,...

It's not that `find-executable-path` is different (it generally won't work in a sandbox), but that it's being called on Mac OS X and Windows. It's called because something is looking...

Great! On further investigation, I see no reason for the default search path for shared libraries to include the DLL/framework path that is embedded in the Racket executable; the normally...

It looks like the file has been corrupted, since there are a bunch of zero bytes starting at file offset 29902. The right error message would be something about a...

Hm... I thought it was, but that's because I've had the change (uncommitted, as it turns out) in my checkout for months! I'd be much more comfortable if we had...

This API seems generally good to me. I'm unclear on how alignment is meant to interact between the layer and `draw-layer`. If the offset passed to `draw-layer` is not aligned,...

I'm ok with either 2 or 3. I almost brought up the atomic-mode issue myself, but I think other methods already have that problem, in which case this change wouldn't...

FWIW, some internal history to add to Robby's thorough external history: The list in our implementation originally came from wxWindows. At that time, the numbers varied across platforms, and essentially...

It looks like `cairo_pdf_surface_set_metadata` was added in Cairo 1.15.10. That means it's not in the 1.14.12 builds that we distribute for Windows and Mac OS, and it wouldn't be in...