summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2014-01-09 00:48:57 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2014-01-09 00:55:20 +0100
commit5655afa27b5eb4b2f75c923ad4de178ab8ae27a1 (patch)
tree157d6ad76f3f0ee498ec129e04ebb16ebcf7f027
parent4574cdadbd9635d67ef7344b8d7b206f8a47dfe0 (diff)
downloadgeiser-5655afa27b5eb4b2f75c923ad4de178ab8ae27a1.tar.gz
geiser-5655afa27b5eb4b2f75c923ad4de178ab8ae27a1.tar.bz2
Racket: fix for evaluations inside typed/racket modules
When evaluating (re)definitions in a typed module, it's necessary that the form evaluated is wrapped with #%top-interaction, so that typed racket's redefinition of that macro enters into play and the system records the type information of the new value. Many thanks to Sam Tobin-Hochstadt for the tip, and for his encouraging words.
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3bf55d9..6131f19 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+* Version 0.5.1
+
+ Bug fixes:
+
+ - Better support for Typed Racket: (re)definitions now work for
+ typed/racket modules (thanks to Sam Tobin-Hochstadt).
+
* Version 0.5 (Dec 9, 2013)
New features: