Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Differentiate unsupported procs from unimplemented procs #2238

Open
ike709 opened this issue Mar 5, 2025 · 0 comments
Open

Differentiate unsupported procs from unimplemented procs #2238

ike709 opened this issue Mar 5, 2025 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers Low Priority

Comments

@ike709
Copy link
Collaborator

ike709 commented Mar 5, 2025

Currently, all procs just use set opendream_unimplemented = 1 if they're not currently implemented.

However, some procs (particularly related to the hub like GetMedal()) likely won't ever be supported and should instead use a new set like set opendream_unsupported = "Reason" to differentiate them from unimplemented procs that we just haven't gotten around to yet.

This could be used by the OD DM reference and could also reduce compiler emission spam by being a different pragma.

@ike709 ike709 added enhancement New feature or request good first issue Good for newcomers Low Priority labels Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers Low Priority
Projects
None yet
Development

No branches or pull requests

1 participant