Commit Graph

205 Commits

Author SHA1 Message Date
Danny Yoo
a405f49f29 fixed memq as sk does, and also fixing the test case expectations. 2011-11-09 21:54:56 -05:00
Danny Yoo
8962a9f79e pulling from sk's cs019 language 2011-11-09 21:44:54 -05:00
Danny Yoo
78737142d0 correcting implementation of cs019 list selectors, since they want to deal with shared structures 2011-11-09 16:23:27 -05:00
Danny Yoo
7aeb2d5043 updating the signature support with latest sources from sk 2011-11-09 14:06:44 -05:00
Danny Yoo
bcbfa5f10e exercising hash-values, hash-keys, hash-map, hash-for-each 2011-11-09 11:56:38 -05:00
Danny Yoo
005fa3f762 correcting hash-keys hash-values namespace issue 2011-11-09 11:39:07 -05:00
Danny Yoo
258f99ac4c adding simple test for circularity 2011-11-08 15:48:43 -05:00
Danny Yoo
36801f7c54 hash-equal? 2011-11-07 19:13:30 -05:00
Danny Yoo
4c4d4437b8 hash-count 2011-11-07 19:07:34 -05:00
Danny Yoo
c02c40f93e hash-copy 2011-11-07 19:02:07 -05:00
Danny Yoo
db278efcd1 string-copy 2011-11-07 18:53:53 -05:00
Danny Yoo
e417662c31 dots for the teaching language 2011-11-07 18:42:30 -05:00
Danny Yoo
2e077e257d hash-has-key 2011-11-07 18:15:18 -05:00
Danny Yoo
d75e72d476 updating the hash test 2011-11-07 17:53:56 -05:00
Danny Yoo
a273a12091 crossing out a few hash functions from my todo list 2011-11-07 17:46:31 -05:00
Danny Yoo
923d418840 integrating the immutable hashes 2011-11-07 17:39:21 -05:00
Danny Yoo
93d7991960 integrating the tests 2011-11-07 17:01:15 -05:00
Danny Yoo
6e9733afec cheaply computing equal-hash-table codes. 2011-11-04 18:05:21 -04:00
Danny Yoo
c8bc9c182d trying to trace equal-hash-code with structures. 2011-11-04 17:49:31 -04:00
Danny Yoo
522b1866c8 trying to trace equal-hash-code with structures. 2011-11-04 17:46:50 -04:00
Danny Yoo
6b20b6e1fc in the middle of repairing bugs in hashcode 2011-11-04 13:57:14 -04:00
Danny Yoo
3066822ad0 in the middle of repairing bugs in hashcode 2011-11-04 13:56:35 -04:00
Danny Yoo
07b44b2239 introducing getEqualHashCode 2011-11-04 13:28:08 -04:00
Danny Yoo
fd28c199e9 hashes beginning to run. 2011-11-03 18:12:30 -04:00
Danny Yoo
e72671fa77 fringe 2011-10-18 15:10:33 -04:00
Danny Yoo
706dcd8b75 fringe 2011-10-18 15:08:14 -04:00
Danny Yoo
0c2fb7ce11 removing the weird executable bit 2011-10-03 18:40:33 -04:00
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
2854bd7cd5 adding structure type properties 2011-10-03 17:39:54 -04:00
Danny Yoo
8629e8c2ab more tests. signatures are doing more. 2011-10-03 17:09:05 -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
ec4cfc3c06 exercising cs019 language 2011-10-03 16:00:16 -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
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
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
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
Danny Yoo
23bd9eb999 fix for checking procedure arity. Thanks to Jens for the bug report. 2011-09-19 12:01:34 -04:00
Danny Yoo
0f7320f946 need to test map 2011-09-19 11:27:24 -04:00
Danny Yoo
605bcbc76a get-module-bytecode hacks off the syntax portion of the bytecode, because we're seeing some weirdness. Thanks to Matthew Flatt for bringing the error report. 2011-09-16 12:29:29 -04:00
Danny Yoo
82a2f9e880 the more tests are running again 2011-09-15 14:19:21 -04:00
Danny Yoo
38cb67a63c trying to figure out where the infinite loop is coming from in forward-backward movement 2011-09-12 12:17:40 -04:00
Danny Yoo
43bff9fefe comments 2011-09-12 10:50:00 -04:00