diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2014-01-09 00:48:57 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2014-01-09 00:55:20 +0100 |
commit | 826a054761d0f12f243883a001b2392279580a7f (patch) | |
tree | ac3743a14310ea7127b5f48bdc4ba01ae0218955 /NEWS | |
parent | 4bb12c208bab5740fdfa0f77b5c2b279fb941b99 (diff) | |
download | geiser-guile-826a054761d0f12f243883a001b2392279580a7f.tar.gz geiser-guile-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-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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: |