You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: JSON number type inference and mxcli new locale duplicates
Fixmendixlabs#9: Numbers like 41850.0 were inferred as Integer because Go's %v
drops the .0 suffix. Now checks the raw JSON text for a decimal point.
Fix#1: mx create-project generates duplicate locale files in nested
subdirectories under themesource/atlas_core/locales/, causing MxBuild
to crash with "An item with the same key has already been added".
Strip these duplicates after project creation.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments