[MLton-commit] r4215

Matthew Fluet MLton@mlton.org
Sun, 13 Nov 2005 18:05:38 -0800


Record fix of cyclic mlb files bug
----------------------------------------------------------------------

U   mlton/trunk/doc/changelog

----------------------------------------------------------------------

Modified: mlton/trunk/doc/changelog
===================================================================
--- mlton/trunk/doc/changelog	2005-11-12 21:35:34 UTC (rev 4214)
+++ mlton/trunk/doc/changelog	2005-11-14 02:05:37 UTC (rev 4215)
@@ -1,5 +1,10 @@
 Here are the changes since version 20041109.
 
+* 2005-11-11
+  - Fixed a bug in the interleaving of lexing/parsing and elaborating of
+    ML Basis files, which would raise an unhandled Force exception on
+    cyclic basis references.  Thanks to John Dias for the bug report.
+
 * 2005-11-10
   - Fixed two bugs in Time.scan.  One would raise Time on a string with a
     large fractional component.  Thanks to Carsten Varming for the bug