Skip to content

Fix test_closure_full_js_library #19105

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

Merged
merged 1 commit into from
Mar 31, 2023
Merged

Fix test_closure_full_js_library #19105

merged 1 commit into from
Mar 31, 2023

Conversation

sbc100
Copy link
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