Commit Graph

107 Commits

Author SHA1 Message Date
Danny Yoo
4b5e2b98e1 ripping out the xhtmlness out of the get-html-template 2011-09-03 15:29:30 -04:00
Danny Yoo
534bb2ad89 typos 2011-09-03 15:14:50 -04:00
Danny Yoo
e36dddf430 changing build to write html and js separately 2011-09-03 15:11:47 -04:00
Danny Yoo
eb2c71232c trying to trace where the time is going 2011-09-02 10:54:51 -04:00
Danny Yoo
97681d43ec tracing one place where we might be writing modules twice 2011-09-02 10:29:22 -04:00
Danny Yoo
bb08cf1140 adding comment to see what modules are being included 2011-09-02 10:24:20 -04:00
Danny Yoo
5020563e34 window console 2011-08-30 14:53:37 -04:00
Danny Yoo
84d404af0c stack traces are starting to work 2011-08-30 13:04:40 -04:00
Danny Yoo
36e3fb39cf trying to fix stack tracing 2011-08-30 12:53:07 -04:00
Danny Yoo
e0a55875fe need to reduce time to compile 2011-08-29 12:17:26 -04:00
Danny Yoo
e6547a9aa2 kludge: copying the resource structure, because for some reason, something bad is happening with regards to dynamic-require-for-syntax. 2011-08-14 19:37:20 -04:00
Danny Yoo
d5c842c7fe temporarily turnning of resource-query: something broke badly 2011-08-14 19:29:46 -04:00
Danny Yoo
4e614d2f5f working on resource loading 2011-08-12 16:54:55 -04:00
Danny Yoo
ef0911ca61 got the system to recognize resources; now to write them. 2011-08-12 16:26:15 -04:00
Danny Yoo
deb6c235ce trying to eliminate stupid blocks 2011-08-08 12:20:03 -04:00
Danny Yoo
0d6af5f66a use strict 2011-08-07 20:51:00 -04:00
Danny Yoo
3eba4cda54 adding a little to the .xhtml packager so we can see how long evaluation takes 2011-08-05 17:57:11 -04:00
Danny Yoo
7b33558d6d adding viewport directive 2011-07-27 16:55:08 -04:00
Danny Yoo
ed5894b92c optimization pass 2011-07-13 17:52:50 -04:00
Danny Yoo
7878b2ae85 trying to save the private exports 2011-07-13 16:08:30 -04:00
Danny Yoo
c030b53333 adjusting the builder so that compression will work as an option 2011-07-11 22:40:16 -04:00
Danny Yoo
c13d181361 coersing example is working finally 2011-07-11 19:23:01 -04:00
Danny Yoo
b9e7ae57e6 chasing initialization bug 2011-07-11 18:48:33 -04:00
Danny Yoo
ca7c8eb9a3 Chased issue where we lose the trampoline down to incorrect use of setTimeout. Yikes. 2011-07-11 15:48:58 -04:00
Danny Yoo
34c9d7954b debugging pause 2011-07-11 14:59:43 -04:00
Danny Yoo
1e5690e0d5 restoring the image library 2011-07-08 13:58:07 -04:00
Danny Yoo
4aabe044fc fixed 2011-07-08 13:24:23 -04:00
Danny Yoo
91c2460a23 in the middle of fixing require for js-implemented modules 2011-07-08 13:20:29 -04:00
Danny Yoo
e0429d565a fixing a few type errors 2011-07-07 19:03:46 -04:00
Danny Yoo
a4944ecc9c moving run-more-tests up one directory 2011-07-06 21:28:11 -04:00
Danny Yoo
e2869e744e trying to trace why there's a second newline after color display 2011-07-06 20:55:22 -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
f483d9b687 did I break something? 2011-06-08 18:15:24 -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
9050882d4d trying to integrate with moby's vectors 2011-06-07 16:48:56 -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
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
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
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
837fdf480d adjusting the generated code so it waits until the runtime is ready. 2011-05-30 12:17:03 -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
71d8854084 cleaning up code 2011-05-27 15:23:00 -04:00
Danny Yoo
6028c19f80 runtime includes jquery now 2011-05-27 15:12:16 -04:00
Danny Yoo
702337f6f9 trying to trace issue with arity matching 2011-05-27 11:08:33 -04:00
Danny Yoo
f56253f229 moving files around some more 2011-05-26 19:18:21 -04:00
Danny Yoo
380890b13d fixing bug with print-values 2011-05-25 17:50:16 -04:00
Danny Yoo
608ffd2f34 whalesong command line builder starting to work 2011-05-25 15:01:03 -04:00
Danny Yoo
d9bb1dd631 trying to get the packager to build standalone xhtmls. 2011-05-24 16:12:16 -04:00
Danny Yoo
246549465e working on packaging some more 2011-05-23 17:23:53 -04:00
Danny Yoo
801b636765 test cases print their file name just to help me trace when the tests fail 2011-05-23 14:54:38 -04:00