
mflatt
2020-11-7 18:24:25
Everyone in this thread probably noticed the commit message, but in case not: I concluded that BC should be fixed. The issue is that unsafe-struct-ref
should not be just dropped, because the struct might be an impersonator. Authentic structure types end up using unsafe-struct*-ref
, which is still dropped when its result is not used.

phanthero
2020-11-8 00:39:25
Does racket-mode work with Tramp at all? I’m getting this error after C-c C-c
: ; /ssh:me@remoteIP:/home/me/foo.rkt does not exist
@greg
Racket is installed on both my local machine and the remote machine