Commit Graph

1452 Commits

Author SHA1 Message Date
Danny Yoo
884a4d3abb added printing of locations if prop:exn:srcloc is supported 2011-10-03 18:38:43 -04:00
Danny Yoo
13c385bd8b trying to get propExnSrcloc to do something 2011-10-03 18:21:01 -04:00
Danny Yoo
2351c6d80e the constructor didn't look at the argcount register properly. Fixed 2011-10-03 17:59:17 -04:00
Danny Yoo
2854bd7cd5 adding structure type properties 2011-10-03 17:39:54 -04:00
Danny Yoo
b5913fa876 fixing construction of the structure constructor when there's structure inheritance 2011-10-03 17:20:58 -04:00
Danny Yoo
8629e8c2ab more tests. signatures are doing more. 2011-10-03 17:09:05 -04:00
Danny Yoo
27ea253b35 mutators explicitly return void 2011-10-03 16:51:54 -04:00
Danny Yoo
1169401292 sigs-cs019 is failing; trying to trace why. 2011-10-03 16:40:39 -04:00
Danny Yoo
fcc1c10632 working on the namespace errors due to the structure values coming from another module. 2011-10-03 16:31:23 -04:00
Danny Yoo
1699c33bdc tracing violation of my implementation: it's not doing define: quite right; it's interacting badly with local. Looking to see why. 2011-10-03 16:12:31 -04:00
Danny Yoo
658f46d526 trying to implement signatures 2011-10-03 16:08:34 -04:00
Danny Yoo
ec4cfc3c06 exercising cs019 language 2011-10-03 16:00:16 -04:00
Danny Yoo
8fb599b926 Adding catchall exception handler. 2011-10-03 14:24:48 -04:00
Danny Yoo
a254acf05f slightly more robust way to build the paths 2011-10-03 14:10:12 -04:00
Danny Yoo
0eab74e2e0 updating text 2011-10-03 13:38:13 -04:00
Danny Yoo
435ed2a556 testing that the module compiles ok 2011-10-03 13:30:42 -04:00
Danny Yoo
f0d231bd81 working on error messages 2011-10-03 13:05:19 -04:00
Danny Yoo
1447b39167 adding guards around reading modules. 2011-10-03 12:21:16 -04:00
Danny Yoo
89d485ed29 writing comment to myself re: why there's weird code in View.prototype.initialRender. Hack hack hack... 2011-09-30 18:51:25 -04:00
Danny Yoo
79c36704ca adjusting defaults for web-world drawing 2011-09-30 18:17:45 -04:00
Danny Yoo
85c4a02870 damaging check-top-level-not-defined because I don't have runtime access to namespaces in Whalesong at the moment... 2011-09-30 17:32:46 -04:00
Danny Yoo
58b20acfb7 removing dead code 2011-09-30 17:25:16 -04:00
Danny Yoo
892db78669 cs019's version of define seems to be doing something. 2011-09-30 17:24:42 -04:00
Danny Yoo
40957f141f pulling when and unless from the original definitions 2011-09-30 16:52:04 -04:00
Danny Yoo
6d7970f097 pulling in defn for lambda 2011-09-30 16:43:13 -04:00
Danny Yoo
c4c4c95204 a few more changes to try to get the signature implementation working 2011-09-30 16:16:48 -04:00
Danny Yoo
d8edb171dc adding bindings for the teaching primitives 2011-09-30 13:50:33 -04:00
Danny Yoo
a66d15e4e4 more primitives 2011-09-30 13:02:15 -04:00
Danny Yoo
c066bdf568 continuing to add primitives 2011-09-30 12:32:31 -04:00
Danny Yoo
1a9824b1d0 adding some missing primitive bindings 2011-09-30 12:15:25 -04:00
Danny Yoo
a63082088d exposing image, resource and web-world automatically as part of the cs019 language 2011-09-30 11:51:02 -04:00
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