log

age author description
Tue, 06 Oct 2009 15:59:11 -0400 Adam Chlipala Initial versioned1 demo working
Tue, 06 Oct 2009 15:39:27 -0400 Adam Chlipala SELECT DISTINCT; eta expansion during Cjrization
Tue, 06 Oct 2009 13:11:03 -0400 Adam Chlipala Finalized Orm1 demo
Tue, 06 Oct 2009 10:34:27 -0400 Adam Chlipala Initial Orm1 demo
Tue, 06 Oct 2009 10:15:26 -0400 Adam Chlipala Fix a de Bruijn index bug in map fusion
Mon, 05 Oct 2009 17:24:21 -0400 Adam Chlipala Orm searching
Mon, 05 Oct 2009 17:00:04 -0400 Adam Chlipala Basic CRUD operations in Orm
Mon, 05 Oct 2009 16:36:38 -0400 Adam Chlipala Better location calculation for record unification error messages; infer kind arguments to module-projected variables
Mon, 05 Oct 2009 12:51:17 -0400 Adam Chlipala Mangle local table names to avoid keyword clashes in SQL
Sat, 26 Sep 2009 12:57:01 -0400 Adam Chlipala New release
Sat, 26 Sep 2009 12:45:19 -0400 Adam Chlipala Whitelisting tags that may be self-closed
Thu, 24 Sep 2009 15:45:37 -0400 Adam Chlipala Add tail call optimization to interpretation
Thu, 24 Sep 2009 15:36:44 -0400 Adam Chlipala Grid1 seems to work in latest Firefox
Thu, 24 Sep 2009 12:26:30 -0400 Adam Chlipala Fix sel() generation bug
Thu, 24 Sep 2009 11:15:21 -0400 Adam Chlipala demo/more compiles; small problem left with foreign keys in Grid1
Thu, 24 Sep 2009 10:50:23 -0400 Adam Chlipala Main demo pieces all seem to work with interpretation
Thu, 24 Sep 2009 10:42:59 -0400 Adam Chlipala demo/increment works with interpretation
Thu, 24 Sep 2009 07:52:57 -0400 Adam Chlipala Might have fixed demo/listEdit
Tue, 22 Sep 2009 17:12:20 -0400 Adam Chlipala demo/react works with interpretation
Tue, 22 Sep 2009 15:12:09 -0400 Adam Chlipala Quoting JavaScript working
Tue, 22 Sep 2009 14:15:29 -0400 Adam Chlipala Compiled an 'option' pattern-match
Tue, 22 Sep 2009 13:41:23 -0400 Adam Chlipala More interpreter debugging
Tue, 22 Sep 2009 13:27:47 -0400 Adam Chlipala Functions working with interpretation
Tue, 22 Sep 2009 13:23:27 -0400 Adam Chlipala Basic arithmetic working with interpretation
Tue, 22 Sep 2009 12:23:21 -0400 Adam Chlipala Hopefully complete refactoring of Jscomp to output ASTs; partial implementation of interpreter in runtime system (demo/alert works)
Tue, 22 Sep 2009 09:53:05 -0400 Adam Chlipala Iterative versions of some JavaScript list functions
Sat, 19 Sep 2009 16:18:54 -0400 Adam Chlipala New release
Sat, 19 Sep 2009 15:59:22 -0400 Adam Chlipala Plugged a JavaScript memory leak
Sat, 19 Sep 2009 14:56:03 -0400 Adam Chlipala Paging + filtering seemingly working, but runtime system isn't GCing signals properly, so performance goes south quickly
Sat, 19 Sep 2009 14:42:36 -0400 Adam Chlipala Progress on sorting + filtering
Sat, 19 Sep 2009 14:21:25 -0400 Adam Chlipala Paging mostly working; just need to get it working properly with filtering
Sat, 19 Sep 2009 13:55:37 -0400 Adam Chlipala Testing Dlist MaxLength with constant value
Sat, 19 Sep 2009 13:44:12 -0400 Adam Chlipala Testing Dlist StartPosition with constant offset
Sat, 19 Sep 2009 13:32:33 -0400 Adam Chlipala Grid sorting working
Sat, 19 Sep 2009 10:56:09 -0400 Adam Chlipala Hopefully fixed Jscomp bug that was breaking Grid
Fri, 18 Sep 2009 19:30:09 -0400 Adam Chlipala Fix C substring implementation
Thu, 17 Sep 2009 19:15:10 -0400 Adam Chlipala Pseudo-sort working with filters
Thu, 17 Sep 2009 19:01:04 -0400 Adam Chlipala Grid changed to use Dlist.replace; filters stopped working
Thu, 17 Sep 2009 17:17:49 -0400 Adam Chlipala Don't try to check if functions are already tail-recursive
Thu, 17 Sep 2009 17:11:23 -0400 Adam Chlipala tail example working
Thu, 17 Sep 2009 16:35:11 -0400 Adam Chlipala Basic tail recursion introduction seems to be working
Thu, 17 Sep 2009 14:57:38 -0400 Adam Chlipala Bad sort functions tested
Thu, 17 Sep 2009 14:42:02 -0400 Adam Chlipala Insert dummy Sort parameter
Thu, 17 Sep 2009 14:27:00 -0400 Adam Chlipala Make filter argument to render, not create
Thu, 17 Sep 2009 13:44:08 -0400 Adam Chlipala Don't try to compile sigString() calls to JavaScript
Thu, 17 Sep 2009 13:30:56 -0400 Adam Chlipala Disable GCC inlining to stop goofy errors
Thu, 17 Sep 2009 12:55:22 -0400 Adam Chlipala Find more opportunities for 'let' inlining with better purity information
Thu, 17 Sep 2009 09:25:03 -0400 Adam Chlipala Print char patterns in C
Tue, 15 Sep 2009 16:27:24 -0400 Adam Chlipala Filters displaying properly
Tue, 15 Sep 2009 16:06:12 -0400 Adam Chlipala Filters displaying awfully
Tue, 15 Sep 2009 15:48:53 -0400 Adam Chlipala Filters implementation type-checking
Tue, 15 Sep 2009 13:07:57 -0400 Adam Chlipala Fix JavaScript char literals; don't generate demo links to nonexistent files
Tue, 15 Sep 2009 12:41:54 -0400 Adam Chlipala Escape character constants; lift indices properly in Reduce 'case' simplification
Tue, 15 Sep 2009 12:23:42 -0400 Adam Chlipala Fixed a Mono_reduce bug, which was breaking selection enabling in Grid
Tue, 15 Sep 2009 11:18:20 -0400 Adam Chlipala Selection working, but switching it on isn't
Tue, 15 Sep 2009 10:50:49 -0400 Adam Chlipala Fix Postgres timestamp round-tripping
Tue, 15 Sep 2009 10:43:01 -0400 Adam Chlipala Fix MySQL timestamp input
Tue, 15 Sep 2009 10:18:56 -0400 Adam Chlipala Summary row with aggregates
Tue, 15 Sep 2009 09:45:46 -0400 Adam Chlipala Include 'key' type in Grid
Tue, 15 Sep 2009 09:40:51 -0400 Adam Chlipala Dropped in initial aggregate types