Skip to content
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

Avoid recursive import in test_pthread_offset_converter_modularize. NFC #21700

Merged
merged 1 commit into from
Apr 5, 2024

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Apr 5, 2024

This test seems to needless import itself which leads to some strange behaviour where new workers would load script via importSripts and then also via require.

This test seems to needless import itself which leads to some strange
behaviour where new workers would load script via `importSripts` and
then also via `require`.
@sbc100 sbc100 changed the title Avoid recursive import in test_pthread_offset_converter_modularize Avoid recursive import in test_pthread_offset_converter_modularize. NFC Apr 5, 2024
@sbc100 sbc100 requested review from kripken and dschuff April 5, 2024 16:35
@sbc100 sbc100 merged commit dd8641d into emscripten-core:main Apr 5, 2024
29 checks passed
@sbc100 sbc100 deleted the no_import_self branch April 5, 2024 18:43
impact-maker pushed a commit to impact-maker/emscripten that referenced this pull request Apr 11, 2024
…mscripten-core#21700)

This test seems to needless import itself which leads to some strange
behaviour where new workers would load script via `importSripts` and
then also via `require`.
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.

None yet

3 participants