Jishnu Bhattacharya

Results 185 issues of Jishnu Bhattacharya

Julia nightly demands that `convert(T, x)` produce a result of type `T`. This is currently not the case with `RationalPolynomials`, where `promote_rule` at various places hard-codes `Polynomial` instead of using...

I have been noticing the following on julia v1.10.4, but I don't recall having seen this before: ```julia Precompiling project... ◑ StaticArrays ◓ FFTW ◐ ArrayLayouts Testing Running tests... ```...

bug
backport 1.10

``` [6332] signal (4.1): Illegal instruction: 4 in expression starting at /Users/runner/work/FastTransforms.jl/FastTransforms.jl/test/libfasttransformstests.jl:5 ft_create_A_chebyshev_to_legendre at /Users/runner/.julia/artifacts/6bdfffc60044ce50519353b3eb3eff9b74639d60/lib/libfasttransforms.dylib (unknown line) ft_plan_chebyshev_to_legendref at /Users/runner/.julia/artifacts/6bdfffc60044ce50519353b3eb3eff9b74639d60/lib/libfasttransforms.dylib (unknown line) #plan_cheb2leg#78 at /Users/runner/work/FastTransforms.jl/FastTransforms.jl/src/libfasttransforms.jl:465 [inlined] plan_cheb2leg at /Users/runner/work/FastTransforms.jl/FastTransforms.jl/src/libfasttransforms.jl:464 [inlined]...

Currently, there are method ambiguities on v1.10, because of which these paths were not being tested. These ambiguities are resolved on the currently nightly, which reveals a stack-overflow in these...

This avoids having to hard-code the LTS version into the CI script, and automatically points to the latest LTS version