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

Fix native code generation #9621

Open
dhalbert opened this issue Sep 13, 2024 · 0 comments
Open

Fix native code generation #9621

dhalbert opened this issue Sep 13, 2024 · 0 comments
Labels
micropython core regression Things that used to work but don't any longer
Milestone

Comments

@dhalbert
Copy link
Collaborator

As of #9611, the native code generation tests are failing, and are commented out in .github/workflow/run-tests.yml by 2679916.

CircuitPython does not enable native code generation, but we have had latent support. There is some bug in the merge that is breaking the tests. In the interest of moving forward on 9.2.0, we're skipping fixing this for now.

Note that "native" in this case means machine language (e.g. x64 machine language, etc.), not "native" as in native modules like digitalio.

@dhalbert dhalbert added micropython core regression Things that used to work but don't any longer labels Sep 13, 2024
@dhalbert dhalbert added this to the Long term milestone Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
micropython core regression Things that used to work but don't any longer
Projects
None yet
Development

No branches or pull requests

1 participant