Skip to content

Conversation

@ab9rf
Copy link
Member

@ab9rf ab9rf commented May 2, 2025

None of these changes is substantive; mostly it's replacing typedef with using and getting rid of #define when possible

most of these came up while working on a larger refactoring that is still in progress

ab9rf added 7 commits April 28, 2025 10:38
`using` instead of `typedef`
`[[noreturn]]` on a nonreturning function
explicit `[[fallthrough]]`
also this is C++, not C, so `typedef struct T T` doesn't belong here
can't get rid of the second one until c++26
@myk002 myk002 added this to 51.11-r2 May 2, 2025
@github-project-automation github-project-automation bot moved this to Todo in 51.11-r2 May 2, 2025
@myk002 myk002 moved this from Todo to Review In Progress in 51.11-r2 May 2, 2025
@myk002 myk002 merged commit d89ea2b into DFHack:develop May 2, 2025
14 checks passed
@github-project-automation github-project-automation bot moved this from Review In Progress to Done in 51.11-r2 May 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

No open projects
Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants