Sam Tobin-Hochstadt

Results 486 comments of Sam Tobin-Hochstadt

A somewhat different way to do this would be to make `~indexed` a pattern form, so you'd write: ``` (define-simple-macro (set!-multi ((~indexed tmp x) ...) rhs) (let-values ([(tmp ...) rhs])...

Unfortunately this is the racket semantics for `for/sum`, so this is not fixable.

Here's a reduced example. As is, it compiles correctly with `pdflatex` but uses the wrong fonts. If you take out the two `\usepackage` lines, then the fonts are correct, but...

Sorry that I missed this follow-up but this is not sufficient. XeTeX works great, but some situations prohibit it, as I said in my initial comment.

Can you please reopen this issue? It continues to be a problem.

The problem is in the docs. Is there any way to change the things loaded in the doc build (ie, not `for-label`) to not use the gui?

@mflatt @rfindler We discussed this yesterday. The issue is that `#lang pcf traces 14` pops up the traces window, which requires the gui to be used by the implementation of...

I think I would use the abbreviation "TR" less, and maybe not at all.

This happens in 6.2.1 as well, but doesn't include the path (probably because some source location gets lost). Currently, it's causing a DrDr failure here: http://drdr.racket-lang.org/32675/pkgs/racket-test/tests/zo-path.rkt

DrDr failure fixed by ab4514b, but the underlying issue is still there.