Thu, 03 May 2012 09:56:41 -0400 |
Adam Chlipala |
Catch duplicate top-level module names; fix dropping of constraints during incremental elaboration; document treatment of record types as type class instance types |
Wed, 02 May 2012 08:56:19 -0400 |
Adam Chlipala |
Don't modify the module cache after elaboration failures |
Wed, 02 May 2012 08:34:50 -0400 |
Adam Chlipala |
Better discovery of type class instances from recursive definitions |
Sun, 29 Apr 2012 16:23:03 -0400 |
Adam Chlipala |
'urweb daemon start' and 'urweb daemon stop' |
Sun, 29 Apr 2012 13:17:31 -0400 |
Adam Chlipala |
Initial support for reusing elaboration results |
Sun, 22 Apr 2012 09:08:45 -0400 |
Adam Chlipala |
-unifyMore |
Sat, 21 Apr 2012 14:57:00 -0400 |
Adam Chlipala |
Saving proper environments, to use in displaying nested error messages |
Sat, 21 Apr 2012 13:57:10 -0400 |
Adam Chlipala |
Avoid kindof failures in elaboration |
Mon, 16 Apr 2012 09:53:48 -0400 |
Adam Chlipala |
Simplify types for printing with '-dumpTypes' |
Mon, 09 Jan 2012 16:20:10 -0500 |
Adam Chlipala |
Prevent horrifying loops in unification variable graph |
Sat, 07 Jan 2012 11:01:21 -0500 |
Adam Chlipala |
Make wildification a bit smarter about ordering of new wildcard declarations |
Fri, 06 Jan 2012 09:40:20 -0500 |
Adam Chlipala |
Revert last unification tweak |
Thu, 05 Jan 2012 19:13:31 -0500 |
Adam Chlipala |
Tweak new unification heuristic |
Thu, 05 Jan 2012 17:10:43 -0500 |
Adam Chlipala |
Prevent unifications of 'others' pieces in record summaries, when both pieces contain unification variables (to prevent undesired unifications) |
Sun, 18 Dec 2011 12:00:36 -0500 |
Adam Chlipala |
Order constructors properly in wildification, to avoid spuriously displeasing the new scoping check |
Sun, 18 Dec 2011 11:29:13 -0500 |
Adam Chlipala |
Add a new scoping check for unification variables, to fix a type inference bug |
Sat, 03 Dec 2011 16:39:45 -0500 |
Adam Chlipala |
Nicer record summary error messages |
Sat, 05 Nov 2011 13:12:07 -0400 |
Adam Chlipala |
Tweaks to choices of source positions to use in error messages, including for subSgn |
Sat, 05 Nov 2011 11:33:59 -0400 |
Adam Chlipala |
Strengthen consNeq, to avoid unwise unifications |
Sat, 05 Nov 2011 09:56:52 -0400 |
Adam Chlipala |
Fix confusing error message when record unification fails because enclosed types are incompatible |
Wed, 02 Nov 2011 09:37:20 -0400 |
Adam Chlipala |
Remove debug print |
Wed, 02 Nov 2011 08:39:01 -0400 |
Adam Chlipala |
Handle application in decompileCon |
Sat, 29 Oct 2011 17:30:34 -0400 |
Adam Chlipala |
Shorter, more focused error messages about undetermined unification variables |
Fri, 28 Oct 2011 08:54:44 -0400 |
Adam Chlipala |
Clear reducedSummaries |
Thu, 27 Oct 2011 08:36:31 -0400 |
Adam Chlipala |
Harmonize have/need terminology in error messages; display canceled record summaries on errors |
Fri, 21 Oct 2011 08:51:30 -0400 |
Adam Chlipala |
Catch UnboundNamed exceptions that arise from missing signature items |
Sat, 15 Oct 2011 10:31:30 -0400 |
Adam Chlipala |
Change error message display order: only show disjointness/type class failures if all record unifications succeeded |
Sat, 08 Oct 2011 14:16:13 -0400 |
Adam Chlipala |
Fix wildification for signatures with synonyms |
Sat, 03 Sep 2011 08:57:13 -0400 |
Adam Chlipala |
Better detection of type class witnesses in local bindings |
Sun, 07 Aug 2011 16:53:06 -0400 |
Adam Chlipala |
'-dumpTypes' |
Sat, 06 Aug 2011 13:07:50 -0400 |
Adam Chlipala |
Better wildification, avoiding some unintentional variable capture |
Thu, 04 Aug 2011 16:44:05 -0400 |
Adam Chlipala |
Fix opening of shadowing, principal-signatured modules that open other modules |
Tue, 14 Jun 2011 08:54:45 -0400 |
Adam Chlipala |
Implicit argument insertion for local variables |
Thu, 20 Jan 2011 15:11:45 -0500 |
Adam Chlipala |
Some fixes for tasks and onError handlers |
Sat, 15 Jan 2011 15:06:33 -0500 |
Adam Chlipala |
Fix type-checking of views to match change to sql_query type |
Thu, 06 Jan 2011 19:26:31 -0500 |
Adam Chlipala |
Handle opening of modules that define signatures |
Thu, 23 Dec 2010 11:23:31 -0500 |
Adam Chlipala |
Recursive record unification errors, for more detail |
Mon, 20 Dec 2010 09:34:10 -0500 |
Adam Chlipala |
Implement constrained type kinding properly; bump mono inline threshhold |
Sat, 18 Dec 2010 14:17:45 -0500 |
Adam Chlipala |
Change tasks to support parametric code; add clientLeaves |
Sat, 18 Dec 2010 10:56:31 -0500 |
Adam Chlipala |
postBody type |
Thu, 16 Dec 2010 18:40:49 -0500 |
Adam Chlipala |
Restore behavior of not complaining about undetermined unification variables when there are other errors |
Thu, 16 Dec 2010 13:35:40 -0500 |
Adam Chlipala |
Fiddly tweaks |
Wed, 15 Dec 2010 09:37:36 -0500 |
Adam Chlipala |
Smarter record unification |
Thu, 02 Dec 2010 14:11:18 -0500 |
Adam Chlipala |
Instantiate any Unit unification variables that remain after elaboration |
Sat, 13 Nov 2010 14:38:06 -0500 |
Adam Chlipala |
More hnormKind for isUnitCon |
Tue, 19 Oct 2010 10:13:24 -0400 |
Adam Chlipala |
Smarter handling of unification variables for 'kindof' on projections |
Sun, 10 Oct 2010 20:33:10 -0400 |
Adam Chlipala |
:::_ notation; switch to TooDeep error message |
Sun, 10 Oct 2010 15:54:51 -0400 |
Adam Chlipala |
Fix infinite looping bug in Great Unification Fix |
Sun, 10 Oct 2010 15:37:14 -0400 |
Adam Chlipala |
Tweaking unification fix to apply to demo/more |
Sun, 10 Oct 2010 14:41:03 -0400 |
Adam Chlipala |
Hopeful fix for the Great Unification Bug |
Sun, 10 Oct 2010 13:07:38 -0400 |
Adam Chlipala |
Flex kinds for type-level tuples; ::_ notation |
Thu, 16 Sep 2010 15:34:50 -0400 |
Adam Chlipala |
Fix typing of cut operators; fix lexing of XML comments |
Tue, 07 Sep 2010 08:28:07 -0400 |
Adam Chlipala |
Server-side 'onError' |
Sun, 13 Jun 2010 10:55:20 -0400 |
Adam Chlipala |
More generous wildification, covering map-records |
Thu, 03 Jun 2010 14:44:08 -0400 |
Adam Chlipala |
Undo fancy wildification; instead, client code should include extra wildcard con declarations |
Tue, 01 Jun 2010 12:50:53 -0400 |
Adam Chlipala |
Try harder to place wildified 'con' declarations properly |
Tue, 01 Jun 2010 10:44:57 -0400 |
Adam Chlipala |
Improve consNeq to detect unequal projected cons |
Thu, 27 May 2010 10:56:52 -0400 |
Adam Chlipala |
Fix bug in module path generation with module roots; push wildification through substructures |
Sun, 11 Apr 2010 14:11:17 -0400 |
Adam Chlipala |
Tweaks to table signatures and MonoOpt summarizing |
Sun, 04 Apr 2010 12:29:34 -0400 |
Adam Chlipala |
Pushing policies through |