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

json: Move to unix-ffi. #809

Merged
merged 1 commit into from
Mar 19, 2024
Merged

json: Move to unix-ffi. #809

merged 1 commit into from
Mar 19, 2024

Conversation

jimmo
Copy link
Member

@jimmo jimmo commented Feb 22, 2024

It requires the unix pcre-based re module.

See https://github.com/orgs/micropython/discussions/13570

This work was funded through GitHub Sponsors.

@@ -0,0 +1,4 @@
metadata(version="0.2.0")

require("re", unix_ffi=True)
Copy link
Member

Choose a reason for hiding this comment

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

The unix_ffi argument is no longer supported.

(I wonder how the CI even passes on this PR??)

Copy link
Member

Choose a reason for hiding this comment

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

CI passes because unix_ffi is swallowed by the **kwargs and ignored.

It requires the unix pcre-based re module.

This work was funded through GitHub Sponsors.

Signed-off-by: Jim Mussared <[email protected]>
@dpgeorge dpgeorge merged commit 5c7e3fc into micropython:master Mar 19, 2024
3 checks passed
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