Commit af10890
fix: remove valid enum values from CE7247 reserved word list
The keyword-as-identifier.mdl regression test (added in 3e7d2d7) uses
Empty, Object, Owner, and Type as enumeration values. Mendix accepts
these via mx check, but our executor rejected them with CE7247, failing
TestMxCheck_DoctypeScripts on CI.
Removes empty/object/owner/type from mendixReservedWords. Remaining
Mendix-specific entries (changedby, changeddate, con, context,
createddate, currentuser, guid, id, mendixobject, submetaobjectname)
are not exercised by the test and may still be genuinely reserved.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 941934d commit af10890
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
251 | | - | |
252 | | - | |
253 | | - | |
| 251 | + | |
| 252 | + | |
254 | 253 | | |
255 | 254 | | |
256 | 255 | | |
| |||
0 commit comments