-
-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Partly revert d53a197 & 36fc539 to workaround #233 To workaround #233, this partly reverts commits - "highlight universe when set-up fails at run-time". d53a197 - "fix resource administration in run and launch-many-worlds". 36fc539 Otherwise, when the object `[((new-world (if #,rec? aworld% world%)) w #,@Args)]` and `[((new-universe universe%) u #,@Args)]` are created in the main thread, the continuation marks of the stepper are somehow broken. A more appropriate fix should be applied in the future. * Forward `check-with` errors to the main thread and report initial check-with error w/ big-bang stack * Test stepper with `big-bang` In `big-bang` tests, if the tick frequency is too high, some `to-draw` steps (e.g. the one immediately following the launch of big-bang) can be absent in stepper because no such calls were made. This commit adds the `(quasiquote (repetition ,lo ,hi ,steps))` form to stepper tests to account for skippable steps.
- Loading branch information
Showing
6 changed files
with
247 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,6 @@ | |
"redex-lib" | ||
"racket-index" | ||
"scheme-lib" | ||
"srfi-lite-lib" | ||
"compatibility-lib" | ||
"gui-lib" | ||
"racket-test" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.