Daily Project Digest: 2026-09-15
Repository Stats
| Metric |
Count |
| Stars |
121 |
| Forks |
46 |
| Watchers |
6 |
| Open issues |
1 |
Commits (last 24h)
Pull Requests Merged (last 24h)
No PRs merged.
Pull Requests Opened (last 24h)
No new PRs.
Currently Open PRs
Issues Opened (last 24h)
- #1104
mxcli test hides mxbuild's error on an injection failure, and one leftover broken document then fails every later run of any test file (@MendixMau)
- #1103 Inside a
.test.mdl block, RETRIEVE … WHERE … LIMIT n is parsed by the OQL grammar and rejected (@MendixMau)
- #1102
System enumerations are invisible to show / describe / search, so their values can only be found by guessing until CE1613 (@MendixMau)
- #1101
COUNT(FILTER(…)) writes an Aggregate activity with no List property — passes check, fails the build with CE0012 (@MendixMau)
- #1100 The expression type checker is skipped inside a
LOOP body — E004 fires on a parameter and is silent on a loop variable (CE0117 at build) (@MendixMau)
Issues Closed (last 24h)
- #1097 Daily Digest: 2026-09-14
- #1085 marketplace update leaves CE0066 (entity access out of date) unresolved — no headless fix available
- #1080 mxcli diff-local: mprcontents directory not found
- #1078 roundtrip for microflow with error handler does not work - MDL is not complete
- #1077 roundtrip for annotation with multiple connections results in duplicate annotations
- #1073 CALL EXTERNAL ACTION — no way to pass empty/null binding for optional parameters; results in CE7252
- #1071
mxcli check --references reports "enumeration not found" for every enumeration, including ones the shipped model already uses
- #1069
ALTER PAGE … SET PageSize fails with "pluggable property not found" on a DataGrid 2 that CREATE accepted the same property on
- #1068 A scripted
PARALLEL SPLIT writes its paths but not their contents — the workflow loads, validates, and deadlocks at run time
- #1065 workflow DECISION outcomes corrupt the .mpr (load-time crash, NOT a CE)
- #1062 a real action keyword MISSING ITS REQUIRED ARGUMENT silently writes a dead button
- #1060 graph cycles is empty while graph module coupling shows ref v.v.
- #1059 Third-party widget collection icon references issues
- #1056 MDL parser does not support pluggable widget slot syntax documented by mxcli widget docs
- #1038 diff-local always fails with "mprcontents directory not found" on a project where the directory exists
- #1035 mxcli-authored Gallery widget fails mxbuild CE0463 even after full regeneration
- #1031
CREATE WORKFLOW ... DECISION writes the outcome label as a raw string instead of an EnumerationValueIdentifier — project fails to load with StorageLoadException
- #1023 Workflow
CALL MICROFLOW … WITH (Param = $Var) — an unquoted value segfaults the binary (nil-pointer panic in buildWorkflowCallMicroflow) instead of reporting an error
- #996 No MDL form to CLEAR a widget action: SET Action = NOTHING parses but the executor rejects it
- #976 DROP ENUMERATION cannot resolve an existing enumeration ("enumeration not found")
- #923 roundtrip for @merge does not work
CI Status (latest runs on main)
Dependency Changes (last 5 commits)
No dependency changes.
Daily digest generated automatically — workflow source
Daily Project Digest: 2026-09-15
Repository Stats
Commits (last 24h)
7b42100dMerge pull request Sync ako/mxcli: workflow authoring — end workflow, signature checks, rewrite guards #1099 from ako/main (Ako)d2acb42bMerge pull request RENAME WORKFLOW not supported #466 from ako/fix/workflow-rewrite-keeps-studio-pro-state (Ako)a4c17f29Merge remote-tracking branch 'origin/main' into fix/workflow-rewrite-keeps-studio-pro-state (Ako)568dfdf2Merge pull request CREATE CONSUMED REST SERVICE not supported #465 from ako/docs/workflow-end-activity-proposal (Ako)e1072893Merge remote-tracking branch 'origin/main' into docs/workflow-end-activity-proposal (Ako)6875eedbMerge pull request ALTER AGENT not supported in grammar #464 from ako/fix/workflow-task-signatures (Ako)8a264cabdocs(changelog): workflow rewrite guard and boundary event describe fixes (Ako)2e5a06dafix(workflow): describe boundary events on a wait for notification, and let them re-parse (Ako)361e96e1fix(workflow): refuse rewrites that would reset what Studio Pro configured (Ako)db61b949test(workflow): make the round-trip fixtures valid task pages and targeting microflows (Ako)598dddc0feat(workflow): end a workflow from inside a branch withend workflow(Ako)a20bd8c0docs(proposal): end workflow — ending a workflow from inside a branch (Ako)33c6130cfix(check): stop telling a workflow statement to move before itself (Ako)58a20ca0docs(workflow): document the task page and targeting microflow signatures (Ako)f0d9a928fix(check): check a user task's page and targeting microflow signatures (Ako)e771f490docs(changelog): release v0.22.0 (Ako)5b1be52bMerge pull request feat(describe): Mode 2 — describe crossed branches faithfully by default #1098 from ako/main (Ako)6e1d2568Merge branch 'mendixlabs:main' into main (Ako)cd7969d3Merge pull request Merge the duplicated Unreleased changelog sections, and backfill 47 missing entries #1096 from mendixlabs/docs/changelog-unreleased-backfill (Ako)4cfcae9ddocs(changelog): correct three issue references I attributed wrongly (Ako)0ae0a5c2Merge branch 'mendixlabs:main' into main (Ako)888e78cfMerge pull request Extract shared walkStatements helper for microflow AST walkers #463 from ako/claude/mxcli-unit-test-perf-n7ggx8 (Ako)f050f786Merge remote-tracking branch 'origin/main' into claude/mxcli-unit-test-perf-n7ggx8 (Claude)a725383efeat(describe): Mode 2 — describe crossed branches faithfully by default (Claude)2760c7f4docs(changelog): merge the duplicated Unreleased sections, and backfill 47 entries (Ako)c3be5f29fix(build): make lint-go verify formatting instead of rewriting it (Ako)01872dddfix(microflows): write the doubled-quote example where gofmt preserves it (Ako)9905dd7cMerge pull request Sync ako/mxcli: widget icon elements (#1059), catalog graph analysis, DESCRIBE NORMALIZED #1095 from ako/main (Ako)692c342eMerge pull request Enum split doctype test skipped from CI because authored MDL fails mx check #462 from ako/claude/mxcli-findings-nnl181 (Ako)2da92c2efeat(pages): author all three of a widget's icon elements (Third-party widget collection icon references issues #1059) (Andrej Koelewijn)Pull Requests Merged (last 24h)
No PRs merged.
Pull Requests Opened (last 24h)
No new PRs.
Currently Open PRs
file, unguarded chmod) #742) (@kaspergff)Issues Opened (last 24h)
mxcli testhides mxbuild's error on an injection failure, and one leftover broken document then fails every later run of any test file (@MendixMau).test.mdlblock,RETRIEVE … WHERE … LIMIT nis parsed by the OQL grammar and rejected (@MendixMau)Systemenumerations are invisible toshow/describe/search, so their values can only be found by guessing until CE1613 (@MendixMau)COUNT(FILTER(…))writes an Aggregate activity with noListproperty — passescheck, fails the build with CE0012 (@MendixMau)LOOPbody —E004fires on a parameter and is silent on a loop variable (CE0117 at build) (@MendixMau)Issues Closed (last 24h)
mxcli check --referencesreports "enumeration not found" for every enumeration, including ones the shipped model already usesALTER PAGE … SET PageSizefails with "pluggable property not found" on a DataGrid 2 thatCREATEaccepted the same property onPARALLEL SPLITwrites its paths but not their contents — the workflow loads, validates, and deadlocks at run timeCREATE WORKFLOW ... DECISIONwrites the outcome label as a raw string instead of anEnumerationValueIdentifier— project fails to load withStorageLoadExceptionCALL MICROFLOW … WITH (Param = $Var)— an unquoted value segfaults the binary (nil-pointer panic inbuildWorkflowCallMicroflow) instead of reporting an errorCI Status (latest runs on main)
Dependency Changes (last 5 commits)
No dependency changes.
Daily digest generated automatically — workflow source