greghendershott / frog

Frog is a static blog generator implemented in Racket, targeting Bootstrap and able to use Pygments.
916 stars 96 forks source link

Tests fail on Racket HEAD due to changed error message #219

Closed greghendershott closed 6 years ago

greghendershott commented 6 years ago

Racket HEAD -- what will become Racket 7 -- supplies a slightly different exn-message for exn:fail:syntaxs about provide-ing an identifier that's not defined.

This breaks Frog's feature of rephrasing that error message when using #lang frog/config and the user hasn't defined one of init, enhance-body, or clean.

As a result, our tests of this feature fail.

greghendershott commented 6 years ago

I just noticed that frog is mentioned on racket/racket#2099. The link there -- https://plt.eecs.northwestern.edu/pkg-build/server/built/test-fail/frog.txt -- currently gives me 404 Not Found. I think that means this was the issue and that commit 2bc070a did fix it.