[M3commit] CVS Update: cm3
Rodney M. Bates
rodney at elego.de
Mon Feb 23 02:50:32 CET 2009
CVSROOT: /usr/cvs
Changes by: rodney at birch. 09/02/23 02:50:32
Modified files:
cm3/m3-tools/m3tk/src/fe/: StandardAsText.m3 WiredStandard.m3
Log message:
Fix m3tk to recognize that in CM3, TEXT<:ROOT,
instead of TEXT<:REFANY. This was causing
packages obliqrt and obliqparse to fail to
build, citing static errors on the subtypes
of TEXT declared in Text8Short, etc. The
failing packages use stubgen during building,
which links in m3tk.
These failures were occurring only when building
using the Text branch. The subtypes have not
changed, but the branch brings them into the
closure compiled by m3tk. This is temporary,
but it exposed a long-standing bug.
More information about the M3commit
mailing list