racket/collects/tests/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 make the queue-callback/res function queue low-priority callbacks 2012-12-09 08:55:09 -06:00
snip
autosave-recovery-gui.rkt
easter-egg.rkt
example-tool.rkt
follow-log.rkt add gc log following info to the drr performance monitor 2013-02-16 07:39:33 -06:00
get-defs-test.rkt
hangman.rkt
image-and-comment-box.rkt
incremental-keybindings-test.rkt
info.rkt
io.rkt
language-test.rkt
memory-log.rkt remove fancy delay dance around load-collections-xref 2012-12-26 22:37:45 -06:00
module-lang-test.rkt
no-write-and-frame-leak.rkt add a basic test of the logger GUI 2012-12-27 10:23:48 -06:00
online-compilation-zo-creation.rkt fix a bug that inhibited online compilation from writing out .zo files 2013-03-14 16:36:51 -05:00
randomly-click-language-dialog.rkt
randomly-click-preferences.rkt
repl-test-debug.rkt
repl-test-debugprofile.rkt
repl-test-misc.rkt
repl-test-raw.rkt
run.sh
sample-solutions-one-window.rkt Fix lots of indentation mistakes. 2013-03-14 10:55:47 -04:00
sample-solutions-testsuite-tp.scm
snips.rkt
stepper-test.rkt
syncheck-direct.rkt
syncheck-eval-compile-time.rkt
syncheck-test.rkt adjust test case for improved ->i handling in check syntax 2013-02-27 21:30:37 -06:00
teaching-lang-coverage.rkt
teaching-lang-executable-creation.rkt
teaching-lang-save-file.rkt
teaching-lang-sharing-modules.rkt
teachpack.rkt
test-docs-complete.rkt
test-engine-test.rkt
time-keystrokes.rkt