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

BUG: fix JSONC support #1426

Merged
merged 2 commits into from
Aug 18, 2024
Merged

Conversation

lucascolley
Copy link
Contributor

@lucascolley lucascolley commented Aug 14, 2024

@HaoZeke I think this should be it! close gh-1425

@lucascolley
Copy link
Contributor Author

CI isn't happy although I'm struggling to decipher the error messages.

@lucascolley
Copy link
Contributor Author

I want to say the CI failure looks unrelated?

@HaoZeke
Copy link
Member

HaoZeke commented Aug 14, 2024

It is odd, especially since it isn't surprising at all that the extension (a C-Python extension) will fail on PyPy.. I'd have thought it wouldn't even try to build it there..

@mattip
Copy link
Contributor

mattip commented Aug 15, 2024

TL;DR: Please pin setuptools to a known good version and only update it after checking that it works.

This was reported as pypy/pypy#5004 and is due to a new setuptools release, which vendors pypa/distutils, which started requiring a default sysconfig value that PyPy did not supply pypa/distutils#280.

@lucascolley
Copy link
Contributor Author

CI is happy after pinning setuptools in this PR. This should be good to go.

@HaoZeke
Copy link
Member

HaoZeke commented Aug 18, 2024

Thanks @lucascolley and @mattip
Will cut another release tomorrow probably.

@HaoZeke HaoZeke merged commit 95ce375 into airspeed-velocity:main Aug 18, 2024
12 checks passed
@lucascolley lucascolley deleted the fix-jsonc branch August 19, 2024 08:37
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.

JSONC support is bugged
3 participants