Skip to content

#229 Fix .editorconfig CurrentCulture mapping in MappaGlobalOptions#235

Merged
sanelli merged 1 commit into
mainfrom
229-fix-editorconfig-currentculture-mapping-in-mappaglobaloptions
Jun 21, 2026
Merged

#229 Fix .editorconfig CurrentCulture mapping in MappaGlobalOptions#235
sanelli merged 1 commit into
mainfrom
229-fix-editorconfig-currentculture-mapping-in-mappaglobaloptions

Conversation

@sanelli

@sanelli sanelli commented Jun 21, 2026

Copy link
Copy Markdown
Owner

Summary

  • Fix GetCultureInfoSettingsFromString so mappa.cultureinfosettings = CurrentCulture in .editorconfig resolves to CultureInfoSetting.CurrentCulture instead of None.
  • Add integration test CanMapStringToNumberWithCurrentCultureDefinedInEditorConfig covering editorconfig-only current culture for string-to-number parsing.
  • Bump version to 10.1.0-alpha.10.

Test plan

  • CanMapStringToNumberWithCurrentCultureDefinedInEditorConfig passes (11 theory cases)
  • Full test suite passes (1996 tests)
  • Coverage report generated via .\Scripts\RunTestsAndReportCoverage.ps1

Closes #229

Made with Cursor

Correct GetCultureInfoSettingsFromString to return CurrentCulture instead of None, add an editorconfig integration test for string-to-number parsing, and bump the generator version to alpha.10.

Co-authored-by: Cursor <cursoragent@cursor.com>
@sanelli sanelli linked an issue Jun 21, 2026 that may be closed by this pull request
3 tasks
@sanelli sanelli merged commit 214089a into main Jun 21, 2026
1 check passed
@sanelli sanelli deleted the 229-fix-editorconfig-currentculture-mapping-in-mappaglobaloptions branch June 21, 2026 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix .editorconfig CurrentCulture mapping in MappaGlobalOptions

1 participant