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 A whole bunch of missing newlines at EOFs (and a few other spaceages). 2012-10-19 06:47:24 -04:00
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 adjust tests for the new language dialog 2012-11-03 15:49:33 -05:00
image-and-comment-box.rkt
incremental-keybindings-test.rkt adjust the timeouts to two drracket tests and add a little syncronization help in a third 2012-05-31 10:56:13 -05:00
info.rkt
io.rkt A bunch of fprintf' -> eprintf' conversions (and a few related things). 2012-05-06 12:06:00 -04:00
language-test.rkt adjust tests for the new language dialog 2012-11-03 15:49:33 -05:00
memory-log.rkt remove fancy delay dance around load-collections-xref 2012-12-26 22:37:45 -06:00
module-lang-test.rkt module lang test now up to date with error message changes 2012-07-17 22:33:56 -05:00
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 fixed repl-test-misc.rkt for the error message changes 2012-07-19 06:26:43 -05:00
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 adjust tests for the new language dialog 2012-11-03 15:49:33 -05:00
syncheck-direct.rkt
syncheck-eval-compile-time.rkt A bunch of fprintf' -> eprintf' conversions (and a few related things). 2012-05-06 12:06:00 -04:00
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 adjust tests for the new language dialog 2012-11-03 15:49:33 -05:00
teaching-lang-executable-creation.rkt
teaching-lang-save-file.rkt adjust tests for the new language dialog 2012-11-03 15:49:33 -05:00
teaching-lang-sharing-modules.rkt adjust tests for the new language dialog 2012-11-03 15:49:33 -05:00
teachpack.rkt adjust tests for the new language dialog 2012-11-03 15:49:33 -05:00
test-docs-complete.rkt
test-engine-test.rkt adjust tests for the new language dialog 2012-11-03 15:49:33 -05:00
time-keystrokes.rkt