racket/collects/drracket
Robby Findler 79b5e4dc3a fix a bug that inhibited online compilation from writing out .zo files
when it compiles required files

Now that this is fixed, the compilation manager will be (once again)
active when doing online compilation, so if the "Populate compiled
directories" checkbox is check (which it is by default) in the details
section of the language dialog, then online compilation will, as it
compiles your file, write out .zo files that will also be used by the
Run button.

The actual fix to this bug is the change in expanding-place.rkt (and
all it really does is move the setting of the
current-load/use-compiled and current-load parameters earlier so that
CM sees only the modified parameter settings and so doesn't give up on
compilation.

The rest of the changes are a test case (and change to drracket to
support the test case)
2013-03-14 16:36:51 -05:00
..
private fix a bug that inhibited online compilation from writing out .zo files 2013-03-14 16:36:51 -05:00
acks.rkt add ackn 2013-02-19 08:56:03 -07:00
arrow.rkt improve the way check syntax draws arrows 2011-08-13 15:03:26 -05:00
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 added scrbl as an extension 2010-11-18 13:21:39 -06:00
drracket.rkt A bunch of fprintf' -> eprintf' conversions (and a few related things). 2012-05-06 12:06:00 -04: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 got rid of some uses of collection-path 2010-07-25 15:15:57 -05:00
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 broke up check syntax into multiple files 2010-08-07 14:35:02 -05:00
tool-lib.rkt adjust drracket so check syntax can add its preferences itself 2013-01-08 01:01:40 -06:00
tool.rkt ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00