Danny Yoo
|
f39b192fee
|
test cases appear to be running again
|
2011-09-06 14:33:22 -04:00 |
|
Danny Yoo
|
55ca576a43
|
test cases seem to be running again
|
2011-09-06 13:58:21 -04:00 |
|
Danny Yoo
|
7d1d93f8ac
|
removing the launcher from info.rkt to avoid permission issues
|
2011-09-06 13:43:34 -04:00 |
|
Danny Yoo
|
a377ccb67b
|
changing the code so we don't nest as badly
|
2011-09-05 15:46:34 -04:00 |
|
Danny Yoo
|
79e92ccd0c
|
stack trace includes callees as well
|
2011-09-05 13:07:45 -04:00 |
|
Danny Yoo
|
58fc1b400a
|
js-impl now records just the paths in the implementation; compile time is when we suck the content into the file
|
2011-09-05 12:01:17 -04:00 |
|
Danny Yoo
|
77fc448ed9
|
going to institute a simple cache
|
2011-09-03 21:40:50 -04:00 |
|
Danny Yoo
|
8a7661df5c
|
eliminating some params from the make system; trying to introduce caching
|
2011-09-03 21:29:34 -04:00 |
|
Danny Yoo
|
97ccebb298
|
making the timing messages a parameter for the builder
|
2011-09-03 20:23:23 -04:00 |
|
Danny Yoo
|
27e3a444b1
|
reducing cost of fracture by using hashtable
|
2011-09-03 19:29:32 -04:00 |
|
Danny Yoo
|
086f6c283f
|
tracing the time down to assembly
|
2011-09-03 18:54:20 -04:00 |
|
Danny Yoo
|
794b3a5cd7
|
still annotating and trying to figure out where the time is going
|
2011-09-03 17:38:53 -04:00 |
|
Danny Yoo
|
355d477b90
|
Merge branch 'master' into compile-speed
|
2011-09-03 17:24:12 -04:00 |
|
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 |
|