From: Eric B. <er...@us...> - 2008-10-26 23:43:28
|
Colin Paul Adams wrote: > I've just suddenly started seeing half-a-dozen > > [GIAAA] internal error. > > messages. It was because validity check on inspect instructions was not implemented yet. There is a new version of the compiler in Subversion. Validity check on inspect instructions is not fully implemented yet, but at least it reports the following errors instead of the internal errors: [VOMB-2] class XM_XSLT_SUB_PICTURE (204,9): inspect choice `a_per_mille' is not a constant attribute. ---- [VOMB-2] class XM_XSLT_SUB_PICTURE (204,22): inspect choice `a_percent' is not a constant attribute. ---- [VOMB-2] class XM_XSLT_SUB_PICTURE (206,9): inspect choice `a_digit_sign' is not a constant attribute. ---- [VOMB-2] class XM_XSLT_SUB_PICTURE (208,9): inspect choice `a_zero_digit_sign' is not a constant attribute. ---- [VOMB-2] class XM_XSLT_SUB_PICTURE (210,9): inspect choice `a_decimal_separator' is not a constant attribute. ---- [VOMB-2] class XM_XSLT_SUB_PICTURE (212,9): inspect choice `a_grouping_separator' is not a constant attribute. -- Eric Bezault mailto:er...@go... http://www.gobosoft.com |