Commit Graph

643 Commits

Author SHA1 Message Date
Danny Yoo
328d4278fc fixing test case 2011-06-09 18:32:25 -04:00
Danny Yoo
55a95d3c54 Merge remote-tracking branch 'origin/master' 2011-06-09 18:27:34 -04:00
Danny Yoo
e6b2196f3f need to show something dynamic 2011-06-09 17:29:26 -04:00
Danny Yoo
5239323dd2 missing files added 2011-06-09 17:18:39 -04:00
Danny Yoo
e1bf8e18bf lightened the background 2011-06-09 17:12:41 -04:00
Danny Yoo
91c4942ab7 dom-play example is starting to look cool 2011-06-09 17:02:04 -04:00
Danny Yoo
dbfe7c3d2c starting to get the javascript-implemented module stuff working 2011-06-09 16:13:21 -04:00
Danny Yoo
47f668832e trying to get at the namespace of a javscript-implemented module. 2011-06-09 13:42:32 -04:00
Danny Yoo
f79886060c trying to teach the make system about javascript-implemented modules. 2011-06-09 12:43:36 -04:00
Danny Yoo
51490ec16b fixing bug with current-print and newlines 2011-06-09 12:15:31 -04:00
Danny Yoo
8d665dc8a2 figured out the bug. Silly function taking in more arguments than it needs. 2011-06-09 11:55:17 -04:00
Danny Yoo
f483d9b687 did I break something? 2011-06-08 18:15:24 -04:00
Danny Yoo
3cdf1bfbb1 fixing browser-evaluate tests, though I'll need to revisit them when I get symbols in 2011-06-08 14:53:05 -04:00
Danny Yoo
8aefb25cb7 still fixing 2011-06-08 14:42:52 -04:00
Danny Yoo
6f3c22963e need to trace why the browser tests are suddenly failing 2011-06-08 14:37:04 -04:00
Danny Yoo
710fae7eab fixing bug in printing errors 2011-06-08 14:05:02 -04:00
Danny Yoo
25a33e54ce experiment: viewport width and viewport height are accessible. 2011-06-08 13:23:43 -04:00
Danny Yoo
71f356a100 doc fix 2011-06-07 18:14:52 -04:00
Danny Yoo
79a2dedd2d getting more of the real types in 2011-06-07 17:53:52 -04:00
Danny Yoo
9050882d4d trying to integrate with moby's vectors 2011-06-07 16:48:56 -04:00
Danny Yoo
cfdcd215be simple tests for the floating point number writing. 2011-06-07 15:06:21 -04:00
Danny Yoo
0aaf587341 integrating the toDomNode stuff in. 2011-06-07 14:57:11 -04:00
Danny Yoo
63e372ad22 Merge remote-tracking branch 'origin/master' 2011-06-06 22:22:39 -04:00
Danny Yoo
8c74cc1c38 appears to have resolved the testing issue with Chrome. Multiple instances of JQuery can screw things up tremendously. 2011-06-06 17:46:49 -04:00
Danny Yoo
7ddbd48ba4 adjusting the stack limit code to be nicer to firefox 3. Also added missing trampoline check in current-print. 2011-06-06 15:17:32 -04:00
Danny Yoo
f095311284 trying to isolate the crash a bit more 2011-06-06 14:24:25 -04:00
Danny Yoo
2c53a1d102 continuing to try to isolate the crash. Runnign test-browser-evaluate twice consecutively seems to do it. 2011-06-06 14:13:57 -04:00
Danny Yoo
bd2487a051 adjusted the test system to use just one browser window instance instead of several, but I'm still running into the browser crash. Ugh. 2011-06-06 11:34:01 -04:00
Danny Yoo
14bbb3523d failures saved as list rather than exceptions, since memory usage seemed a lot higher than expected. 2011-06-05 16:13:18 -04:00
Danny Yoo
31f96bd40a Merge remote-tracking branch 'origin/master' 2011-06-05 16:12:39 -04:00
Danny Yoo
c92f018aa8 compressing the output of the compiler with google-closure. Fixing the typechecks on numbers 2011-06-03 17:10:24 -04:00
Danny Yoo
84f643cb3d trying to use the closure compiler to reduce the size of the runtime 2011-06-03 16:45:43 -04:00
Danny Yoo
c3d89605ff moving toWrittenString, toDisplayedString, and toDomNode up to helpers 2011-06-03 11:32:06 -04:00
Danny Yoo
bea918820e numeric constants are now using jsnums 2011-06-02 17:00:12 -04:00
Danny Yoo
58294db03d integrating jsnums 2011-06-02 16:23:17 -04:00
Danny Yoo
0add763beb the runtime includes the libraries from Moby, although they do not use them yet. 2011-06-02 14:30:42 -04:00
Danny Yoo
61fa1f691e Notes on how we need to be able to attach external resources. 2011-06-02 12:38:54 -04:00
Danny Yoo
d90aec1d57 added ''#%futures to the list of primitives 2011-06-01 14:28:54 -04:00
Danny Yoo
35284eafbe fixing some tests 2011-06-01 14:18:15 -04:00
Danny Yoo
5445ae1afc Merge remote branch 'origin/master' 2011-06-01 13:09:32 -04:00
Danny Yoo
6bdab5a83a trying to clean up requires in prepwork 2011-06-01 11:43:36 -04:00
Danny Yoo
e6ebaa1d3d re-enabling some optimizations 2011-05-31 15:18:22 -04:00
Danny Yoo
5a04541fe3 Working on making it easy to run whalesong from the shell.
whalesong.rkt now provides two additional commands:

    get-runtime: prints the runtime into standard output

    get-javascript: compiles the given program and writes to standard output
2011-05-30 17:20:31 -04:00
Danny Yoo
ad04fd4425 Systematizing exception throwing so they all go through plt.runtime.raiseX 2011-05-30 17:20:05 -04:00
Danny Yoo
0bf99cde69 runtime should load first before any modules are evaluated. 2011-05-30 12:34:51 -04:00
Danny Yoo
837fdf480d adjusting the generated code so it waits until the runtime is ready. 2011-05-30 12:17:03 -04:00
Danny Yoo
5238d2b389 adding command to print the runtime. 2011-05-30 11:30:28 -04:00
Danny Yoo
f3a28e26ef trying to add a hook into the maker to deal with js-implemented modules. 2011-05-27 17:15:03 -04:00
Danny Yoo
433ec3f044 grabbing the js stuff from js-vm 2011-05-27 16:30:12 -04:00
Danny Yoo
21a405fb6f commenting out a lot; will start enabling moby runtime in a moment. 2011-05-27 15:36:04 -04:00