raco decompile: fix for #%foreign
Merge to v6.0.1
original commit: e9b97c494c
This commit is contained in:
parent
4f0c0ad3df
commit
90f45301b8
|
@ -21,6 +21,7 @@
|
|||
(namespace-require ''#%flfxnum)
|
||||
(namespace-require ''#%extfl)
|
||||
(namespace-require ''#%futures)
|
||||
(namespace-require ''#%foreign)
|
||||
(for/list ([l (namespace-mapped-symbols)])
|
||||
(cons l (with-handlers ([exn:fail? (lambda (x) #f)])
|
||||
(compile l))))))]
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
#lang racket
|
Loading…
Reference in New Issue
Block a user