Skip to content

Conversation

@sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Mar 17, 2023

This is the first set of __sig fixes that comes out of a larger fix for #18979, which will eventually remove all of these sigs from the JS code.

@sbc100 sbc100 requested a review from kripken March 17, 2023 02:18
@sbc100 sbc100 force-pushed the fix_incorrect_sigs branch from 41ab987 to 99a1ba4 Compare March 17, 2023 05:18
@sbc100 sbc100 enabled auto-merge (squash) March 17, 2023 05:58
SDL_GetWindowFlags__proxy: 'sync',
SDL_GetWindowFlags__sig: 'iii',
SDL_GetWindowFlags: function(x, y) {
SDL_GetWindowFlags__sig: 'ii',
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
SDL_GetWindowFlags__sig: 'ii',
SDL_GetWindowFlags__sig: 'ip',

The input is a pointer, I believe.

Copy link
Member

Choose a reason for hiding this comment

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

lgtm aside from this

@sbc100 sbc100 force-pushed the fix_incorrect_sigs branch from 99a1ba4 to c5bb3c9 Compare March 17, 2023 16:47
This is the first set of __sig fixes that comes out of a larger fix
for #18979, which will eventually remove all of these sigs from the
JS code.
@sbc100 sbc100 force-pushed the fix_incorrect_sigs branch from c5bb3c9 to 8f83400 Compare March 17, 2023 17:30
@sbc100 sbc100 disabled auto-merge March 17, 2023 17:33
@sbc100 sbc100 merged commit 36eb862 into main Mar 17, 2023
@sbc100 sbc100 deleted the fix_incorrect_sigs branch March 17, 2023 17:33
impact-maker pushed a commit to impact-maker/emscripten that referenced this pull request Mar 17, 2023
This is the first set of __sig fixes that comes out of a larger fix
for emscripten-core#18979, which will eventually remove all of these sigs from the
JS code.
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