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

partial-setuptools does not accept ext-modules #4092

Open
bharel opened this issue Sep 22, 2024 · 0 comments
Open

partial-setuptools does not accept ext-modules #4092

bharel opened this issue Sep 22, 2024 · 0 comments
Labels
help wanted issue:bug Report errors or unexpected behavior (auto-generated by issue forms)

Comments

@bharel
Copy link

bharel commented Sep 22, 2024

Area with issue?

JSON Schema

✔️ Expected Behavior

Per setuptools, ext-modules is a list of extensions to compile:

ext-modules = [
  {name = "mylib.foo", sources = ["foo.c"]}
]

❌ Actual Behavior

Field doesn't exist

YAML or JSON file that does not work.

src/schemas/json/partial-setuptools.json

IDE or code editor.

Visual Studio Code

Are you making a PR for this?

No, someone else must create the PR.

@hyperupcall hyperupcall added the issue:bug Report errors or unexpected behavior (auto-generated by issue forms) label Sep 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted issue:bug Report errors or unexpected behavior (auto-generated by issue forms)
Projects
None yet
Development

No branches or pull requests

2 participants