Skip to content

Conversation

@cpaelzer
Copy link

@cpaelzer cpaelzer commented Dec 2, 2024

Description

The objfiles of different builds show various differences in the calls to SDL_DYNAPI_entry elements. This is generated dynamically by gendynapi.pl which uses an unordered opendir/readdir pair. To make the build reproducible and thereby e.g. debugging easier change this to be used in an ordered fashion.

Existing Issue(s)

#11565

The objfiles of different builds show various differences in
the calls to SDL_DYNAPI_entry elements. This is generated
dynamically by gendynapi.pl which uses an unordered opendir/readdir
pair. To make the build reproducible and thereby e.g. debugging
easier change this to be used in an ordered fashion.

Fixes libsdl-org#11565.
Copy link
Contributor

@madebr madebr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've applied ec2ef5f for SDL3
A perl guru should review this, but it looks good imho

@slouken slouken changed the base branch from release-2.30.x to SDL2 December 2, 2024 17:51
@slouken slouken changed the base branch from SDL2 to release-2.30.x December 2, 2024 17:52
@slouken slouken merged commit 5418740 into libsdl-org:release-2.30.x Dec 2, 2024
38 checks passed
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.

3 participants