summaryrefslogtreecommitdiff
path: root/NEWS
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
commit826a054761d0f12f243883a001b2392279580a7f (patch)
treeac3743a14310ea7127b5f48bdc4ba01ae0218955 /NEWS
parent4bb12c208bab5740fdfa0f77b5c2b279fb941b99 (diff)
downloadgeiser-chez-826a054761d0f12f243883a001b2392279580a7f.tar.gz
geiser-chez-826a054761d0f12f243883a001b2392279580a7f.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.
Diffstat (limited to 'NEWS')
-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: