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

Remove direct eval in pyodide.asm.js #2934

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

danlapid
Copy link
Contributor

This replaces direct eval in pyodide.asm.js with indirect eval, see comment in the commit.

@danlapid danlapid force-pushed the dlapid/fix_setupEmscripten_build_warnings branch from ad09d2e to f8a44be Compare October 16, 2024 11:37
@danlapid danlapid marked this pull request as ready for review October 16, 2024 11:37
@danlapid danlapid requested review from a team as code owners October 16, 2024 11:37
@danlapid
Copy link
Contributor Author

Problem with previous PR was actually the minify sadly.

@hoodmane
Copy link
Contributor

These eval calls should never be executed anyways.

@danlapid danlapid changed the title Remove direct eval in pyodide.asm.js and minify setupEmscripten. Remove direct eval in pyodide.asm.js Oct 16, 2024
@danlapid danlapid force-pushed the dlapid/fix_setupEmscripten_build_warnings branch 2 times, most recently from bcc3af3 to d310788 Compare October 16, 2024 12:30
This replaces direct eval in pyodide.asm.js with indirect eval, see
comment in the commit.
@danlapid danlapid force-pushed the dlapid/fix_setupEmscripten_build_warnings branch from d310788 to 6e8be63 Compare October 16, 2024 12:37
@danlapid danlapid merged commit d884049 into main Oct 16, 2024
13 checks passed
@danlapid danlapid deleted the dlapid/fix_setupEmscripten_build_warnings branch October 16, 2024 12:48
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