Revert back to the standard form for ccall which supports LazyLibrary improvements#318
Merged
Conversation
Codecov Report❌ Patch coverage is
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. 🚀 New features to boost your workflow:
|
9d87f10 to
eda5550
Compare
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 <765740+giordano@users.noreply.github.com> Co-authored-by: Steven G. Johnson <stevenj@mit.edu> Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
… 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.
…Library improvements
651256f to
a14e1fb
Compare
Datseris
added a commit
to JuliaMusic/MusicProcessing.jl
that referenced
this pull request
Apr 13, 2026
* Update libfftw3 & libfftw3f for FFTW v1.10 Behavior reverted to that of FFTW v1.4.2 and earlier. See: JuliaMath/FFTW.jl#318 * Delete empty files * Update versions in CI workflow * Apply suggestion from @Datseris --------- Co-authored-by: George Datseris <datseris.george@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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__withOncePerProcesson 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