[MLton-commit] r6348
Vesa Karvonen
vesak at mlton.org
Mon Jan 21 14:08:05 PST 2008
Fixed not to refer to a non-existent (removed) file.
Interestingly, I did not notice this problem earlier, because SML/NJ did
not give an error for it. I assume SML/NJ's CM, having compiled the file
earlier, just assumed it was still there. Later, when something else
changed, the file would need to be recompiled and SML/NJ noticed that the
file was no longer there. I would call this a bug in CM. I have not
tried to reproduce this.
----------------------------------------------------------------------
U mltonlib/trunk/com/ssh/generic/unstable/detail/ml/smlnj/unsealed.cm
----------------------------------------------------------------------
Modified: mltonlib/trunk/com/ssh/generic/unstable/detail/ml/smlnj/unsealed.cm
===================================================================
--- mltonlib/trunk/com/ssh/generic/unstable/detail/ml/smlnj/unsealed.cm 2008-01-21 17:45:20 UTC (rev 6347)
+++ mltonlib/trunk/com/ssh/generic/unstable/detail/ml/smlnj/unsealed.cm 2008-01-21 22:08:04 UTC (rev 6348)
@@ -24,7 +24,6 @@
../../util/hash-univ.sml
../../util/ops.sml
../../util/opt-int.sml
- ../../util/sequence.sml
../../value/arbitrary.sml
../../value/data-rec-info.sml
../../value/debug.sml
More information about the MLton-commit
mailing list