Commit Graph

1271 Commits

Author SHA1 Message Date
Danny Yoo
c8f1ef07d4 corrected the weirdness with saving the old argcount before restarting computation. Now the makeRestartFunction handles this low-level detail for us. 2011-09-29 18:14:52 -04:00
Danny Yoo
2251e7bf0e fixing ie header stuff 2011-09-29 17:42:39 -04:00
Danny Yoo
ff4723e9b0 Merge commit 'origin/master' 2011-09-29 17:22:46 -04:00
Danny Yoo
fbcbe4fa6f addressing issue 50 with regards to ie compatibility 2011-09-29 17:20:56 -04:00
Danny Yoo
a1009db26e legacy ie library for excanvas stuff 2011-09-29 16:51:39 -04:00
Danny Yoo
a76c8142bc turning off the preservation enabled: ineffective for shrinking size 2011-09-28 14:26:20 -04:00
Danny Yoo
b7489b5b0c some cleanup; also turning on the context preservation stuff in hopes that it will make the generated code smaller 2011-09-28 14:23:53 -04:00
Danny Yoo
657d74e37b correcting names of structure accessors and mutators 2011-09-27 17:29:34 -04:00
Danny Yoo
ea578d6ff4 adding the isolating bug into the test suite. 2011-09-27 17:24:05 -04:00
Danny Yoo
804bd5e80a conform working again 2011-09-27 17:16:25 -04:00
Danny Yoo
baff56f6d0 still chasing 2011-09-27 17:03:37 -04:00
Danny Yoo
2b0d6a2ea8 turning off caching 2011-09-27 16:13:21 -04:00
Danny Yoo
d2eb1dea77 chased after lexical scoping bug introduced by combination of let1 + multiple values. 2011-09-27 16:04:04 -04:00
Danny Yoo
40820a96b4 continuing to isolate the bug. It looks like when we get the values back, we're somehow scrambling the order? Very strange 2011-09-27 11:30:44 -04:00
Danny Yoo
e4f9481bc1 catching tail-calling bug. Appears the siuation is: if the tail call is a values, but there's some let bindings that we need to wipe out, we haven't done the proper cleanup. 2011-09-27 11:08:13 -04:00
Danny Yoo
f189201ee0 trying to make the code more robust to things like watchPosition erroring out when enableHighAccuracy is set to true. 2011-09-26 15:11:38 -04:00
Danny Yoo
1635c0a5d2 adding printout saying that the manifest is being written out too. 2011-09-26 14:59:21 -04:00
Danny Yoo
f8b9496a86 modifying geolocation watchposition to request high accuracy readings, which should trigger GPS 2011-09-26 14:22:43 -04:00
Danny Yoo
17433b6c19 splitting off the internal-facing docs to internals.scribl. 2011-09-26 14:22:19 -04:00
Danny Yoo
08f036d2f4 splitting off the internal-facing docs to internals.scribl. 2011-09-26 14:22:06 -04:00
Danny Yoo
1ecf32896d adding apple-mobile-specific flags to see if we can get rid of the browser bar. Changing the name of the manifest file to appcache per html5 recommendations 2011-09-26 14:15:17 -04:00
Danny Yoo
0b50152aca adding a timestamp into the manifest to make it easier for web servers to detect when the files have changed. 2011-09-26 14:01:48 -04:00
Danny Yoo
f7bcbff5ed initial support for offline webapp 2011-09-26 12:30:42 -04:00
Danny Yoo
37b788cd37 ripping out dependency on ryanc/db package since we don't use it anymore 2011-09-25 20:40:55 -04:00
Danny Yoo
54d8dd1c1c Merge remote-tracking branch 'origin/master' 2011-09-25 20:34:44 -04:00
Danny Yoo
58246ac277 compressing jsnumbers 2011-09-25 20:26:50 -04:00
Danny Yoo
cba2b31e45 more support for some character stuff 2011-09-25 16:38:49 -04:00
Danny Yoo
1a63f418ac read-line appears to be doing something 2011-09-25 16:09:27 -04:00
Danny Yoo
98ea5bfc13 read-byte, some jslinting of baselib-primitives 2011-09-25 15:54:43 -04:00
Danny Yoo
0c139d52e1 bumping up the internal version number 2011-09-23 17:33:22 -04:00
Danny Yoo
b28c3cdfa1 caching without sqlite 2011-09-23 17:29:43 -04:00
Danny Yoo
20e684dc62 turning off bump-version from part of the regular build 2011-09-23 15:24:14 -04:00
Danny Yoo
2a93508d41 trying to do more profiling 2011-09-23 15:20:20 -04:00
Danny Yoo
69afabe3a6 trying to figure out why the runtime behavior of compilation is so variable; I sometimes get 13.23 seconds, and sometimes 5.73 seconds, and I have no control over why. Really strange. 2011-09-23 13:32:26 -04:00
Danny Yoo
1a872c52d0 debugging type error with caching 2011-09-23 13:03:44 -04:00
Danny Yoo
af50388450 fixed issue 15: turned off the require-for-template on the image library, and that seems to have resolved the conflict. 2011-09-23 12:45:43 -04:00
Danny Yoo
83ff8fafe9 adding a gzipping in there since the content is going to be fairly large. 2011-09-23 12:17:00 -04:00
Danny Yoo
9d3e72ae0a cache implemented. Need to add to the packager now. 2011-09-23 12:06:49 -04:00
Danny Yoo
59f58f9421 continuing to work on the dbcache 2011-09-23 11:55:38 -04:00
Danny Yoo
51be2041db db-cacheing 2011-09-23 11:39:57 -04:00
Danny Yoo
5c1495a0ce working on the cache 2011-09-22 16:54:06 -04:00
Danny Yoo
c05e90e5b8 skeletons for the caching 2011-09-22 16:39:54 -04:00
Danny Yoo
a17c773e7e Narrowing the definition of MainModuleSource so that it's always a path, not a general Source 2011-09-22 16:30:55 -04:00
Danny Yoo
68d2881d7d adding notes on bumping the version number. 2011-09-22 15:57:46 -04:00
Danny Yoo
6598c4d0d1 trying to introduce promises so I can pre-cache some of the compilations 2011-09-22 14:31:53 -04:00
Danny Yoo
cf9412710b Merge commit '7cf22f4a1c149e6335e2a31353f7ca406eabfe86'
Conflicts:

	cs019/cs019.rkt
	js-assembler/runtime-src/baselib-contmarks.js
2011-09-21 13:33:43 -04:00
Danny Yoo
689d4f0016 adding missing parameters 2011-09-21 13:28:23 -04:00
Danny Yoo
56d3748d30 one more test case 2011-09-20 17:50:14 -04:00
Danny Yoo
9a7ee2dff4 constructor printing 2011-09-20 17:37:03 -04:00
Danny Yoo
bcf19edfe4 working on printing a bit more. 2011-09-20 17:17:34 -04:00