-
Notifications
You must be signed in to change notification settings - Fork 4
Use the GameMaker LTS 2026 manual for generated evidence links #846
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't workingdiagnosticsDiagnostics, reports, warnings, and user-facing compatibility outputDiagnostics, reports, warnings, and user-facing compatibility outputgmlGML parser, semantics, lowering, and source mappingGML parser, semantics, lowering, and source mappingmanual-scopeCoverage of current GameMaker manual scopeCoverage of current GameMaker manual scopetestingTests, fixtures, CI, validation, and coverageTests, fixtures, CI, validation, and coverage
Description
Activity
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdiagnosticsDiagnostics, reports, warnings, and user-facing compatibility outputDiagnostics, reports, warnings, and user-facing compatibility outputgmlGML parser, semantics, lowering, and source mappingGML parser, semantics, lowering, and source mappingmanual-scopeCoverage of current GameMaker manual scopeCoverage of current GameMaker manual scopetestingTests, fixtures, CI, validation, and coverageTests, fixtures, CI, validation, and coverage
Follow-up to #575 and PR #614.
Problem
GM2Godot targets GameMaker LTS 2026, but its generated compatibility evidence still builds documentation links from the mutable
https://manual.gamemaker.io/monthly/en/root.The stale root appears in the GML API manifest, manual-scope index, and function-dispatch fallback. Existing tests currently enforce the monthly URL. A monthly manual update can therefore make generated evidence describe APIs or semantics outside GM2Godot's declared LTS baseline.
Use the official GameMaker LTS manual root:
https://manual.gamemaker.io/lts/en/
This is an evidence-link correction only; it must not change support statuses, lowering, or runtime behavior.
Acceptance criteria
GMLAPIEntry,GMLManualScopeEntry,GMLFunctionDescriptor, and runtime API-index documentation URL useshttps://manual.gamemaker.io/lts/en/.gml_manual_scope.mdcontains LTS links and no/monthly/en/links.Repository research anchors or historical issue text that intentionally discusses monthly releases are outside this issue unless they feed generated evidence.