From 5655afa27b5eb4b2f75c923ad4de178ab8ae27a1 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Thu, 9 Jan 2014 00:48:57 +0100 Subject: 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. --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'NEWS') 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: -- cgit v1.2.3