Commit Graph

1869 Commits

Author SHA1 Message Date
Jens Axel Søgaard
ecd0a52d85 Behaviour of (letrec ([x x]) x) changed in Racket
The latest Racket has changed the behaviour of (letrec ([x x]) x).
Currently any program beginning with #lang whalesong fails due
to an "x undefined" error. The undefined value is now exported
from racket/undefined.
2014-06-30 00:28:01 +02:00
Danny Yoo
60a70798a8 Merge pull request #99 from jpolitz/master
Allow #f as a valid source location
2014-03-21 15:20:53 -07:00
Danny Yoo
8d8853fa76 Merge pull request #101 from m4burns/master
Minor runtime fixes
2014-03-21 15:20:42 -07:00
Marc Burns
1625670173 Fix lock double-release.
The exclusive lock for from-JavaScript closure invocation was released
twice when an exception was raised during evaluation.
2014-02-25 16:45:02 -05:00
Marc Burns
04ce8e34fe Add qualification to mainModules.
mainModules is not in scope here (JavaScript evaluator was V8
3.22.24.10).
2014-02-25 16:43:48 -05:00
Danny Yoo
c9922ef7d8 Merge pull request #100 from samth/master
Fix for 6.0
2014-01-02 11:49:19 -08:00
Sam Tobin-Hochstadt
479ed4d624 Make compatible with old versions. 2013-12-18 11:22:16 -05:00
Sam Tobin-Hochstadt
8f713bea59 Add info.rkt. 2013-10-07 10:50:56 -04:00
Joe Gibbs Politz
616376dc3f allow #f srclocs 2013-06-27 08:30:45 -04:00
Danny Yoo
ad106d5ab2 fixing some compile-time issues in the docs due to the PLaneT2 transition 2013-04-29 18:00:34 -06:00
Danny Yoo
951ac74f85 oops, forgot to add version test 2013-04-29 17:45:17 -06:00
Danny Yoo
211cf31fcf adding a few more tests. 2013-04-24 15:33:52 -06:00
Danny Yoo
e833430c99 Removing printfs. 2013-04-24 13:04:40 -06:00
Danny Yoo
fc8935121e correcting the comment: we're calling the procedure, not the handler. 2013-04-23 16:37:30 -06:00
Danny Yoo
744356b3a3 knocked out the painful bug with call-with-continuation-prompt: I was incorrectly computing environment size when constructing the prompt frame. 2013-04-23 16:13:19 -06:00
Danny Yoo
3c0d491705 correcting the raising of the right exception value to racket 2013-04-23 14:57:13 -06:00
Danny Yoo
9c0fb9f39e correcting error with compiling operands when they are kernel-primitive. 2013-04-23 14:54:42 -06:00
Danny Yoo
01cd1f5867 adding torture test runner 2013-04-22 15:11:35 -06:00
Danny Yoo
f55723b332 refactoring the sandbox 2013-04-19 22:03:39 -06:00
Danny Yoo
2d7e16bf22 tracing down issues with the compiler; looks like off-by-one errors. 2013-04-18 18:41:07 -06:00
Danny Yoo
1b695bed46 adding continuation-prompt-available? so we can do context checks. 2013-04-18 16:23:01 -06:00
Danny Yoo
7159c40459 adding call/ec 2013-04-18 15:54:08 -06:00
Danny Yoo
d9df598fe1 correcting unbound identifier error for the prompt call 2013-04-18 12:43:28 -06:00
Danny Yoo
df8416ec00 testing 2013-04-18 12:33:02 -06:00
Danny Yoo
64ef1dbdfd changing output from procedure to function 2013-04-18 12:21:17 -06:00
Danny Yoo
602f27ef4e repl tests in place; checking deviations now. 2013-04-18 12:10:17 -06:00
Danny Yoo
53adccebfc in the middle of getting the repl tests in place. 2013-04-18 11:43:01 -06:00
Danny Yoo
c6b89c6a2e cleanup 2013-04-17 17:58:41 -06:00
Danny Yoo
ffc469de40 added implementation of call-with-continuation-prompt. 2013-04-17 17:52:53 -06:00
Danny Yoo
a2a8a8c1ba cleanup 2013-04-17 17:12:44 -06:00
Danny Yoo
afcca54ea7 removed logs 2013-04-17 17:07:53 -06:00
Danny Yoo
5880fd8301 fixed the weirdness with prompted aborts. Need to add test case. 2013-04-17 17:06:21 -06:00
Danny Yoo
d916cecdc9 correcting the return values continuation. 2013-04-17 16:57:45 -06:00
Danny Yoo
57ef1d4a7d Correcting the behavior of the default abort handler so it reestablishes the prompt frame, so that another abort doesn't escape. 2013-04-17 16:38:47 -06:00
Danny Yoo
8fd768e4ef correcting the return from prompt linkage in the repl compiled output. 2013-04-17 16:12:33 -06:00
Danny Yoo
6f03e04ee8 abort still not doing the right thing... 2013-04-16 18:48:22 -06:00
Danny Yoo
d482c78ac4 still chasing abort bug 2013-04-16 18:15:47 -06:00
Danny Yoo
c5ccbe32e5 evaluation still broken. 2013-04-16 17:45:57 -06:00
Danny Yoo
0428a021bd trying to get rid of the current success handler. 2013-04-16 17:32:42 -06:00
Danny Yoo
00908c8435 Chasing after issue with abandoning current computation. 2013-04-16 17:14:13 -06:00
Danny Yoo
30e62139d6 Fixing printing of continuation prompt tags. 2013-04-16 16:26:05 -06:00
Danny Yoo
bbe46ea79d forgot call to sync 2013-04-16 13:10:27 -06:00
Danny Yoo
e823df2019 adding limit-memory flag to the sandboxed server, preliminary README. 2013-04-12 13:49:03 -06:00
Danny Yoo
198b118599 oops 2013-04-08 19:03:30 -06:00
Danny Yoo
4d00c1bb5e trying to get the module output working. 2013-04-08 19:00:18 -06:00
Danny Yoo
45aeb7d12a clearing on reset 2013-04-05 15:18:05 -06:00
Danny Yoo
753e1d80f9 syntax errors caught. 2013-04-05 14:57:38 -06:00
Danny Yoo
90851d27c6 adding an infinite loop to try to restart the server internally. 2013-04-05 14:16:36 -06:00
Danny Yoo
54bc7c45ce got the sandbox to start working. 2013-04-05 14:13:55 -06:00
Danny Yoo
1dfa615d5f in the middle of sandboxing the compiler. 2013-04-05 14:10:15 -06:00