Skip to content

CI: Skip symbols order check if object not marked as complete. - #83

Open
cristian64 wants to merge 1 commit into
doldecomp:mainfrom
cristian64:symbol_order_skip_incomplete
Open

cristian64 wants to merge 1 commit into
doldecomp:mainfrom
cristian64:symbol_order_skip_incomplete

Conversation

@cristian64

Copy link
Copy Markdown
Contributor

When working on a translation unit, it is not rare that other .cpp files have to be touched, even though those files have not been worked on and therefor are not expected to have all the symbols defined yet, or in the right order.

This change is to skip objects that have not yet been marked as complete, as that makes fail PR checks fail in the CI.

When working on a translation unit, it is not rare that other `.cpp`
files have to be touched, even though those files have not been worked
on and therefor are not expected to have all the symbols defined yet, or
in the right order.

This change is to skip objects that have not yet been marked as
complete, as that makes fail PR checks fail in the CI.
@cristian64
cristian64 marked this pull request as ready for review September 18, 2026 20:10
@cristian64

cristian64 commented Sep 18, 2026 •

Copy link
Copy Markdown
Contributor Author

A practical example of this issue can be seen in #79, where Result2D.cpp is touched minimally, making the PR fail in the CI.

EDIT: Link to one failed job: https://github.com/doldecomp/mkdd/actions/runs/35274834705/job/105382791956?pr=79

@decomp-dev

decomp-dev Bot commented Sep 18, 2026

Copy link
Copy Markdown

Report for MarioClub_us (ffc513c - 5af057f)

No changes

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.

1 participant