From 4c73b39cd18657eba4e8516399258a29d72a171c Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Sat, 15 Sep 2012 18:26:30 +0200 Subject: racket: correctly jump to symbols defined in .ss modules Racket is returning by default their canonical "rkt" name, which sometimes is not what's in the filesystem. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 68ac481..9788b2b 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,8 @@ Bug fixes: - Racket: correctly reloading modules that contain submodules (this one was breaking for instance code based on plai-typed). + - Racket: correctly jumping to symbols defined in files with .ss + extension. New features: -- cgit v1.2.3