Commit Graph

218 Commits

Author SHA1 Message Date
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
Danny Yoo
2777b193ff another test added 2011-09-09 17:08:55 -04:00
Danny Yoo
0de37fae86 continuing to shrink code down. Eliminating the use of simulator in test suite; I don't think we'll need the simulator any more. 2011-09-09 14:19:56 -04:00
Danny Yoo
9e11017b7e getting rid of primitive procedures 2011-09-09 13:56:01 -04:00
Danny Yoo
9f978f5592 reducing code size by renaming MACHINE to M, RUNTIME to RT 2011-09-08 17:18:15 -04:00
Danny Yoo
11799d3a9c renaming RUNTIME references to RT to see if that shortens code. 2011-09-08 17:10:16 -04:00
Danny Yoo
a76cc2c262 Merge branch 'master' into dom 2011-09-08 15:42:23 -04:00
Danny Yoo
7d74c021d2 finally, tests passing 2011-09-08 15:41:13 -04:00
Danny Yoo
9428b69d44 test case isn't passing. Trying to find out why. 2011-09-08 15:35:20 -04:00
Danny Yoo
1618b3d180 more tests 2011-09-08 15:09:23 -04:00
Danny Yoo
6b78d5154f fixed bug with insert-right that was causing broken invariant 2011-09-08 14:48:08 -04:00
Danny Yoo
e30a1d0be1 in the middle of trying to make tests run 2011-09-08 11:59:13 -04:00
Danny Yoo
ac72b21e7d test cases; needing to add implementations for insert-right and insert-left 2011-09-08 11:51:44 -04:00
Danny Yoo
418943d8ec small test 2011-09-07 19:59:38 -04:00
Danny Yoo
5bb2373305 fixed isList so it checks for cycles 2011-09-07 19:32:42 -04:00
Danny Yoo
2126c6c513 adding tests for css updating; be careful: trying to make text-decoration blink appears to have no effect 2011-09-07 17:00:59 -04:00
Danny Yoo
901b4d9305 adding some test cases for navigating, editing the tree 2011-09-07 16:47:37 -04:00
Danny Yoo
5d62bbd9b6 initial test cases on views 2011-09-07 16:22:23 -04:00
Danny Yoo
bf5698c0fa fixing quasiquotation 2011-09-07 13:43:06 -04:00
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
c69f8fa742 trying to work on statements 2011-09-04 20:10:37 -04:00
Danny Yoo
d6759935cd major api change: view focus now only treats its input as an id, rather than a general selector. We'll have extension to this later. 2011-09-02 13:56:34 -04:00
Danny Yoo
81e05b1ac8 test cases for the bools 2011-09-01 11:54:56 -04:00
Danny Yoo
d2a0a17056 positive and negative predicates 2011-09-01 11:42:48 -04:00
Danny Yoo
f9b37470f8 adding test case for check-expect 2011-08-31 18:39:16 -04:00
Danny Yoo
5a9b1a1eea adding chars 2011-08-31 18:08:04 -04:00
Danny Yoo
bd5f0ba6f8 tests for andmap ormap running 2011-08-31 16:11:15 -04:00
Danny Yoo
330cc75f12 tests on list stuff 2011-08-31 16:04:13 -04:00
Danny Yoo
baa268bce9 minimal tests for min, max 2011-08-31 15:57:28 -04:00
Danny Yoo
8eb3020ba7 Modifying the testing framework to be more robust when test files change. Don't encode the contents of the tests files during compile time. 2011-08-31 15:50:47 -04:00
Danny Yoo
2cdebebd51 something funny is happening when running string tests 2011-08-31 15:28:36 -04:00
Danny Yoo
8d1723a31b testing implementations 2011-08-31 15:21:31 -04:00
Danny Yoo
df065ed67f adding more primitives 2011-08-31 15:12:52 -04:00
Danny Yoo
3c347acc3a a few more tests of sharing 2011-08-30 17:16:09 -04:00
Danny Yoo
9299793e76 tests with sharing 2011-08-30 17:05:15 -04:00
Danny Yoo
315f222fbe adding preliminary sharing to the library 2011-08-30 16:54:57 -04:00
Danny Yoo
20204f0565 trying to trace why the sharing module is doing the wrong thing. 2011-08-30 16:07:14 -04:00
Danny Yoo
302d046165 fixing the base (untraced) language 2011-08-30 02:10:03 -04:00
Danny Yoo
ebc8919614 disabling some test that looked pretty suspicious 2011-08-30 01:48:19 -04:00
Danny Yoo
f1ed02095c fixing compile-time error on using kernel primitives: turned into runtime errors as appropriate 2011-08-19 18:24:18 -04:00
Danny Yoo
9ef4e5ef45 adding some more primitives 2011-08-19 15:05:07 -04:00
Danny Yoo
47d2708f23 looking at error report 2011-08-19 14:55:19 -04:00
Danny Yoo
8ec8f3043c adding some tests 2011-08-19 14:41:33 -04:00
Danny Yoo
e03398802c number? doc stub 2011-08-18 16:34:47 -04:00
Danny Yoo
32368a81c4 continuing to switch over to the browser-evaluate planet package 2011-08-18 16:17:36 -04:00
Danny Yoo
9dced96ab2 switching over to use browser-evaluate planet package 2011-08-18 16:10:48 -04:00
Danny Yoo
0438950e28 test cases for number? 2011-08-17 16:58:14 -04:00
Danny Yoo
16eab25f16 quick and dirty implementations of some string functions 2011-08-16 18:21:06 -04:00
Danny Yoo
b74d2f8a90 correcting the test case, since get-module-bytecode is doing image-related stuff now 2011-08-15 13:37:28 -04:00
Danny Yoo
8d54e85f14 correcting spelling mistake in test case 2011-08-08 11:34:49 -04:00
Danny Yoo
0d92fe0961 Merge branch 'master' into inlining
Conflicts:

	compiler/compiler.rkt
	js-assembler/assemble.rkt
	tests/test-parse-bytecode.rkt
2011-08-08 11:00:01 -04:00
Danny Yoo
d8d4db8401 fixing test cases so things run under 5.1.2 2011-08-07 16:58:10 -04:00
Danny Yoo
4dbabb820f still debuggin 2011-08-05 16:50:14 -04:00
Danny Yoo
63cfe79d76 changed TestAndJump to emit else statements 2011-08-05 15:32:18 -04:00
Danny Yoo
665c3e1897 fixing the logs so we don't run into format errors 2011-08-01 11:46:40 -04:00
Danny Yoo
b573d0b762 toplevelref remembers if it's a constant or not 2011-07-30 20:12:11 -04:00
Danny Yoo
a8af8dc9b6 working on block optimization 2011-07-30 18:28:32 -04:00
Danny Yoo
3bcf4e74b8 fixing the test case 2011-07-28 17:31:42 -04:00
Danny Yoo
ba2544653b fixing up application 2011-07-28 17:28:14 -04:00
Danny Yoo
7e3baee864 added missing definition for list* 2011-07-28 17:17:01 -04:00
Danny Yoo
c7dd5cc99c trying to trace why apply isn't working with regards to a simple definition 2011-07-28 16:39:21 -04:00
Danny Yoo
a3c9b7c732 working on apply 2011-07-28 14:46:32 -04:00
Danny Yoo
bda73966c8 changing the constant back 2011-07-27 15:55:49 -04:00
Danny Yoo
46ffe7d142 tests for arity on javascript-exposed Racket functions 2011-07-27 15:53:50 -04:00
Danny Yoo
1451f1e755 oops, forgot to add in the hello-bf example 2011-07-27 13:07:09 -04:00
Danny Yoo
887e986487 moving tests 2011-07-22 18:47:03 -04:00
Danny Yoo
db6b46dade tests adjusted to dodge what appears to be a bug in zo-parse regarding splicing begin at a non-module toplevel. This is something that we'll probably not hit in module contexts. Hopefully. 2011-07-22 12:01:09 -04:00
Danny Yoo
32dd7388c4 rewriting the splicing begins to lets to dodge the bug in the 5.1.2 parser 2011-07-22 11:57:29 -04:00
Danny Yoo
b5bc821ef9 toplevel refs remember if they need to be checked 2011-07-22 11:15:10 -04:00
Danny Yoo
e445c61ed2 toplevel refs remember if they need to be checked 2011-07-22 11:06:25 -04:00
Danny Yoo
061ea53805 Changing the coersion example so it can show difference between computing the value and printing it out. 2011-07-18 10:53:23 -04:00
Danny Yoo
3134de4d87 Renaming TestAndBranch to TestAndJump, since I want to have a dedicated branch statement that reuses JavaScript's native if 2011-07-16 17:59:15 -04:00
Danny Yoo
5ca2e93565 somewhat unsatisfied; I still don't like some of the complexity of calling functions from js. 2011-07-14 17:12:17 -04:00
Danny Yoo
619abb1fca moving javascript-specific functions off to the js module 2011-07-14 15:33:04 -04:00
Danny Yoo
06aaf51cb8 switched over symbols to Symbol class 2011-07-14 15:12:19 -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
a01da31310 updating documentation with the example 2011-07-11 22:22:09 -04:00
Danny Yoo
e4c91b3917 making the example look nicer. 2011-07-11 22:03:23 -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
f4c426f41a images look like they're working 2011-07-11 15:59:42 -04:00
Danny Yoo
dbdde36997 cleanup 2011-07-10 19:17:13 -04:00
Danny Yoo
afd4ff8742 images test starting 2011-07-08 16:37:50 -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
a4944ecc9c moving run-more-tests up one directory 2011-07-06 21:28:11 -04:00
Danny Yoo
a080f6079c removing dependency on types 2011-07-06 17:00:42 -04:00
Danny Yoo
5149c99a12 continuing to refactor. 2011-07-05 17:49:31 -04:00