chore: clear stale TODO markers in misc scripts, changelog, demos doc#7
Merged
cursor[bot] merged 1 commit intomainfrom Apr 27, 2026
Merged
Conversation
- collect-and-check-gh-build-logs: replace obsolete TODO comment with accurate description of explicit-ignore matching. - clang-regenerate-luals-definitions: clarify comments, gate print_debug on --debug, document parse flags and ignored walk() symbols. - CHANGELOG.yml: replace placeholder TODO with pointer to upstream history. - demos README: rename TODO section; clarify legacy FIXME list item. Co-authored-by: Tim Fox <timfox@outlook.com>
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
misc/collect-and-check-gh-build-logs.py: Replace obsolete TODO comment with an accurate description of explicit-ignore matching.misc/clang-regenerate-luals-definitions.py: Remove placeholder TODOs; document behavior; gateprint_debugon--debug(global_debugset from CLI).CHANGELOG.yml: Replace "TODO - add previous version history" with a short note pointing at upstream release history.docs/demos/README-serverside-demos_ETL.md: Rename the "TODO" section to "Open items (historical)"; clarify the "cleaned FIXME" bullet.Scope note
The codebase still contains hundreds of
TODO/FIXMEcomments insrc/(engine/mod backlog). This PR only addresses actionable stale markers in tooling and small docs where the intent is documentation, not unfinished engine work.Testing
python3 -m py_compileon modified Python files.check-changesand full workflow on this branch.