Skip to content

chore: normalize CRLF to LF in bug reports#26

Merged
ako merged 1 commit intomendixlabs:mainfrom
engalar:chore/normalize-crlf-to-lf
Mar 25, 2026
Merged

chore: normalize CRLF to LF in bug reports#26
ako merged 1 commit intomendixlabs:mainfrom
engalar:chore/normalize-crlf-to-lf

Conversation

@engalar
Copy link
Contributor

@engalar engalar commented Mar 25, 2026

Summary

  • Convert line endings from CRLF to LF in 3 files under docs/12-bug-reports/
  • Set core.autocrlf=input to prevent future CRLF pollution

Test plan

  • Confirm no spurious diff in working tree after merge

Copy link
Collaborator

@ako ako left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review: chore: normalize CRLF to LF in bug reports

Single commit, 3 files under docs/12-bug-reports/, pure CRLF→LF line ending normalization. No content changes. Looks good.

One note: The PR description mentions setting core.autocrlf=input to prevent future CRLF pollution, but there's no .gitattributes change in the diff. That git config setting is local to the contributor's machine and won't carry over to other clones. Consider adding a .gitattributes file with * text=auto as a follow-up to enforce LF at the repo level.

🤖 Generated with Claude Code

@ako ako merged commit 999527e into mendixlabs:main Mar 25, 2026
2 checks passed
ako pushed a commit that referenced this pull request Mar 26, 2026
Date attributes are stored as DomainModels$DateTimeAttributeType with
LocalizeDate=false in BSON. Added DateAttributeType (domain model) and
DateType (microflows) structs. Parser now distinguishes Date
(LocalizeDate=false) from DateTime (LocalizeDate=true). Updated all
type switches in executor, formatters, writers, and catalog.

Also fixed Long type mapping in cmd_dbconnection.go (DataTypes$LongType).

Fixes #26
ako pushed a commit that referenced this pull request Mar 26, 2026
26 unit tests covering:
- #18: loopEndKeyword (WHILE vs LOOP), WHILE loop header formatting
- #19: Long type mapping (convertASTToMicroflowDataType, GetTypeName)
- #25: DESCRIBE CONSTANT COMMENT output, escaping, absence
- #26: Date vs DateTime type mapping and constant formatting
- #27: isQualifiedEnumLiteral, enum RETURN without $ prefix
- #28: inline if-then-else parsing and expressionToString serialization
- #23: deriveColumnName from attribute, caption, fallback, special chars

Issue #20 (XPath tokens) already covered by bugfix_test.go.
ako added a commit that referenced this pull request Mar 26, 2026
, #28)

Regenerated ANTLR parser from merged grammar to resolve conflicts
in auto-generated files.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.

2 participants