racket/collects/drracket
Robby Findler f9cc17670c track dependencies from files with errors separately
from when the file doesn't have an error

More precisely, keep two sets of depndencies for a given
open tab. If the file expanded without error then we consider
that authoratative and keep that set of dependencies around
even if a later expansion fails. So there are two sets of
dependencies for each tab. When expansion succeeds, we reset
both of them, but if expansion fails then we reset only one,
preserving the set we got from the last successful expansion

please include in the release
(cherry picked from commit 11f74fc571)
2013-04-16 10:49:38 -04:00
..
private track dependencies from files with errors separately 2013-04-16 10:49:38 -04:00
acks.rkt add Burke to acks 2013-04-12 11:37:10 -04:00
arrow.rkt
check-syntax.rkt make-traversal's optional argument is now ignored 2013-03-06 12:31:50 -06:00
default-code-style.rkt
doc.icns
drracket.creator
drracket.filetypes
drracket.rkt add support for firing up a REPL to poke at DrRacket 2013-04-05 22:39:19 -05:00
drracket.utiexports
drracket.wmclass
info.rkt
installer.rkt
main.rkt
pltdoc.icns
sprof.rkt add a preference to control whether or not there is an extra 2012-03-24 20:20:05 -05:00
syncheck-drracket-button.rkt Added lock-icon 2012-06-26 15:00:05 -06:00
syncheck.rkt
tool-lib.rkt make the get/extend extension more flexible 2013-04-06 19:04:05 -05:00
tool.rkt