Skip to content

Revert back to the standard form for ccall which supports LazyLibrary improvements #318

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

vtjnash
Copy link
Member

@vtjnash vtjnash commented Aug 5, 2025

We had initially planned a breaking change design for LazyLibrary,
which this package was updated for, but later we realized a better
design which allows going back to the original version of this code.
The previous form is still very poorly supported in the compiler and
was still rather buggy internally.

Revert "Replace __init__ with OncePerProcess on supported Julia versions (#316)"
This reverts commit dbcb5d2.

Revert "Make FFTW relocatable for PackageCompiler"
This reverts commit e96270a.

Refs: ccall: make distinction of pointer vs name a syntactic distinction

Copy link

codecov bot commented Aug 5, 2025

Codecov Report

❌ Patch coverage is 82.35294% with 6 lines in your changes missing coverage. Please review.
✅ Project coverage is 73.64%. Comparing base (7d0f38c) to head (a14e1fb).

Files with missing lines Patch % Lines
src/fft.jl 64.70% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #318      +/-   ##
==========================================
+ Coverage   73.51%   73.64%   +0.12%     
==========================================
  Files           5        5              
  Lines         540      535       -5     
==========================================
- Hits          397      394       -3     
+ Misses        143      141       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@vtjnash vtjnash force-pushed the jn/lazylib_support branch from 9d87f10 to eda5550 Compare August 5, 2025 19:16
vtjnash pushed a commit that referenced this pull request Aug 19, 2025
The motivation for this change is to allow adding extensions without
adding unnecessary dependencies for users on pre-v1.10.
In particular, this makes it easier to finish #311 and #318.

See also JuliaMath/AbstractFFTs.jl#140

Co-authored-by: Mosè Giordano <[email protected]>
Co-authored-by: Steven G. Johnson <[email protected]>
Co-authored-by: David Widmann <[email protected]>
… improvements

We had initially planned a breaking change design for LazyLibrary, which
this package was updated for, but later we realized a better design
which allows going back to the original version of this code. The
previous form is still very poorly supported in the compiler and was
still rather buggy internally.

Revert "Replace `__init__` with `OncePerProcess` on supported Julia versions (#316)"
This reverts commit dbcb5d2.

Revert "Make FFTW relocatable for PackageCompiler"
This reverts commit e96270a.
@vtjnash vtjnash force-pushed the jn/lazylib_support branch from 651256f to a14e1fb Compare August 20, 2025 16:24
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.

1 participant