fix: align BSON properties with Mendix schema for mx diff compatibility#109
Merged
ako merged 1 commit intomendixlabs:mainfrom Apr 7, 2026
Merged
fix: align BSON properties with Mendix schema for mx diff compatibility#109ako merged 1 commit intomendixlabs:mainfrom
ako merged 1 commit intomendixlabs:mainfrom
Conversation
- Add missing CustomSettings and Tracing fields to ServerConfiguration - Remove invalid IsReusableComponent from module BSON serialization - Prevent orphaned mxunit files on insert failure in writer_units - Add mx diff diagnostics workflow to debug-bson skill Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
AI Code ReviewCritical Issues Moderate Issues Minor Issues
What Looks Good
Recommendation Automated review via OpenRouter (Nemotron Super 120B) — workflow source |
4 tasks
ako
approved these changes
Apr 7, 2026
Collaborator
ako
left a comment
There was a problem hiding this comment.
Clean split from #107. All four changes are well-motivated independent bug fixes:
writer_settings.go: MissingCustomSettings/Tracingfields fixmx diffcrashwriter_modules.go:IsReusableComponentremoval fixes crash on Mendix 11.6.4writer_units.go: Orphan mxunit cleanup on insert failure prevents project corruptiondebug-bson.md:mx checkvsmx difftolerance documentation is valuable operational knowledge
LGTM.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
CustomSettingsandTracingfields to ServerConfiguration BSON serializationIsReusableComponentfrom module BSON (not in Mendix schema)writer_unitsdebug-bsonskillSplit from #107 per code review — these are independent bug fixes unrelated to ALTER WORKFLOW.
Test plan
go build ./...passesgo test ./...passesmx diffshows no unexpected changes after roundtrip write🤖 Generated with Claude Code