Skip to content

Fix test_closure_full_js_library#19105

Merged
sbc100 merged 1 commit intomainfrom
fix_build
Mar 31, 2023
Merged

Fix test_closure_full_js_library#19105
sbc100 merged 1 commit intomainfrom
fix_build

Conversation

@sbc100
Copy link
Copy Markdown
Collaborator

@sbc100 sbc100 commented Mar 31, 2023

This test was updated in #19046, but went through CI before #19067 landed which made duplicate signatures into a warning.

glDrawRangeElements is defined both in library_glemu.js and in library_webgl2.js with the former taking precedence because it is included later. This change avoid the duplicate definition.

This test was updated in #19046, but went through CI before #19067
landed which made duplicate signatures into a warning.

`glDrawRangeElements` is defined both in `library_glemu.js` and in
`library_webgl2.js` with the former taking precedence because it is
included later.  This change avoid the duplicate definition.
@sbc100 sbc100 requested a review from kripken March 31, 2023 00:03
@sbc100 sbc100 merged commit 250ccb6 into main Mar 31, 2023
@sbc100 sbc100 deleted the fix_build branch March 31, 2023 00:40
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.

2 participants