racket/collects/drracket
Robby Findler a122ea725d fix a bug in the kill-safe abstraction that is designed to protect
the state that online check syntax uses (indirectly via scribble)
to lookup documentation.

since the kill-safe abstraction moved some computation over to
another thread, the values of various parameters (current-directory
in this case) were not preserved. So when scribble then ended up
resolving a module path with the wrong current directory, this
bad value got cached. Then later, when check syntax tries to figure
out what file to open to jump to it, it got the cached bogus value
(even though current-directory was right when check syntax asked
for the filename).

closes PR 12538
2011-12-15 20:37:15 -06:00
..
private fix a bug in the kill-safe abstraction that is designed to protect 2011-12-15 20:37:15 -06:00
acks.rkt Fix acknowledgements. 2011-09-23 14:40:17 -04:00
arrow.rkt improve the way check syntax draws arrows 2011-08-13 15:03:26 -05:00
check-syntax.rkt add the place creation memory use to the memory-log test 2011-09-20 17:15:02 -05:00
default-code-style.rkt
doc.icns
drracket.creator
drracket.filetypes added scrbl as an extension 2010-11-18 13:21:39 -06:00
drracket.rkt fix a bug in PLTDRPAR 2011-02-17 12:28:22 -06:00
drracket.utiexports
drracket.wmclass set DrRacket WM_CLASS class name to "DrRacket" 2011-09-26 18:07:18 -06:00
info.rkt
installer.rkt
main.rkt
pltdoc.icns
sprof.rkt
syncheck-drracket-button.rkt Standardized SVG icon source sizes 2011-12-07 10:56:07 -07:00
syncheck.rkt
tool-lib.rkt don't continue after an error when scribbling via the 'scribble html' 2011-11-21 17:23:30 -06:00
tool.rkt ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00