greghendershott / rackjure

Provide a few Clojure-inspired ideas in Racket. Where Racket and Clojure conflict, prefer Racket.
BSD 2-Clause "Simplified" License
236 stars 17 forks source link

Make tests work in Racket 5.3.2 #26

Closed greghendershott closed 10 years ago

greghendershott commented 10 years ago

In Racket 5.3.2, the expand tests would error with:

link: module mismatch;
 possibly, bytecode file needs re-compile because dependencies changed
  exporting module: "/Applications/Racket_v5.3.2/collects/racket/private/kw.rkt"
  exporting phase level: 0
  internal explanation: variable not provided (directly or indirectly)
  at: #%app
  in: new-app

Use another approach to check whether the default or custom #%app is used.