Commit Graph

45 Commits

Author SHA1 Message Date
Danny Yoo
0773472d59 documenting the new functions view-has-attr? and remove-view-attr 2011-11-22 02:46:34 -05:00
Danny Yoo
899d9c127e forgot that regexp.match returns null when it doesn't find anything 2011-11-22 01:29:50 -05:00
Danny Yoo
80b49b6f83 fixing info.rkt 2011-11-21 19:14:08 -05:00
Danny Yoo
de0f72b249 getting rid of the raiseOperatorIsNotClosure in favor of raiseOperatorApplicationError 2011-11-21 19:06:26 -05:00
Danny Yoo
2c44867618 trying to address issue 67 on bad error messages. 2011-11-21 17:40:37 -05:00
Danny Yoo
8c632c57cf light edit 2011-11-11 15:51:51 -05:00
Danny Yoo
5671cd6086 added an additional clause for 5.2, but I haven't changed any code from the 5.1.2 parser. However, there appears to be a bug in Typed Racket in 5.2 that's causing a miscompile. I've reported the bug as http://bugs.racket-lang.org/query/?cmd=view&pr=12356. 2011-11-11 13:54:27 -05:00
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
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
ed80c24241 eliminating the dynamic stack height calculation: it appears to break iOS badly 2011-11-08 13:29:09 -05:00
Danny Yoo
c814cd80d6 bumping up the version in the docs to 1.5 2011-11-07 23:52:38 -05:00
Danny Yoo
7bb2a7b205 updating info.rkt 2011-11-07 23:48:27 -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
93d7991960 integrating the tests 2011-11-07 17:01:15 -05:00
Danny Yoo
dcb2e9fb10 ripping out the avltree stuff with the llrbtree implementation, which we'll use to get immutable hash tables. 2011-11-07 15:46:22 -05:00
Danny Yoo
3066822ad0 in the middle of repairing bugs in hashcode 2011-11-04 13:56:35 -04:00
Danny Yoo
6ac094325a port-count-lines. Something's still broken. 2011-11-02 16:27:58 -04:00
Danny Yoo
d6ce74a273 eliminating the inlining; forcing compilation through regular compile. For some reason, though, compile times have gone up more than I expected. 2011-11-02 16:00:55 -04:00
Danny Yoo
b78eddfa42 tracing bug with expand-out-images 2011-11-02 15:42:23 -04:00
Danny Yoo
95fba70f4d trying to fight the code expansion 2011-11-02 15:27:38 -04:00
Danny Yoo
0522354d84 primitive compliation is in 2011-11-02 14:38:16 -04:00
Danny Yoo
c9dc713a00 renaming some functions to make it more clear that the role is for open coding 2011-11-02 12:44:15 -04:00
Danny Yoo
6f89bc60b2 trying to implement the optimization on primitive application, to reduce code size. 2011-11-02 12:14:49 -04:00
Danny Yoo
79c273dc88 bumping up internal version string 2011-10-05 17:42:03 -04:00
Danny Yoo
1169401292 sigs-cs019 is failing; trying to trace why. 2011-10-03 16:40:39 -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
a66d15e4e4 more primitives 2011-09-30 13:02:15 -04:00
Danny Yoo
2251e7bf0e fixing ie header stuff 2011-09-29 17:42:39 -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
1a63f418ac read-line appears to be doing something 2011-09-25 16:09:27 -04:00
Danny Yoo
0c139d52e1 bumping up the internal version number 2011-09-23 17:33:22 -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
51be2041db db-cacheing 2011-09-23 11:39:57 -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
e0a55875fe need to reduce time to compile 2011-08-29 12:17:26 -04:00
Danny Yoo
28585e3eb0 still fixing module imports 2011-05-22 20:16:31 -04:00