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 workerd/io as a dependency from pyodide #2811

Closed
wants to merge 1 commit into from

Conversation

anonrig
Copy link
Member

@anonrig anonrig commented Sep 26, 2024

Removes workerd/io as a dependency from pyodide header file and creates a BUILD.bazel inside pyodide folder to simplify things.

@anonrig anonrig requested review from mikea and fhanau September 26, 2024 18:02
@anonrig anonrig requested review from a team as code owners September 26, 2024 18:02
@anonrig anonrig requested a review from jasnell September 26, 2024 18:05
@@ -79,6 +79,7 @@ wd_cc_library(
"//src/pyodide",
"//src/pyodide:pyodide_extra_capnp",
"//src/workerd/api/node",
"//src/workerd/api/pyodide",
Copy link
Collaborator

Choose a reason for hiding this comment

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

This wasn't listed here so far. I was wondering why the build was working so far despite that – turns out that we were failing to exclude pyodide/pyodide.h from hdrs so far. With the pyodide folder now being a subpackage based on adding a BUILD.bazel file there, the file won't be captured by the glob so this is no longer an issue.

@danlapid
Copy link
Collaborator

Any reason not to progress this?

@anonrig anonrig closed this Jan 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants