-
This is like the opposite of an MWE, but I've received a report of a Revise evaluation error while updating packages because a gensym'ed functor didn't have a method it was expecting.
```
(env) pk…
-
In principle it seems like it should be possible to do away with GPUCompiler entirely on 1.9+. I suspect you basically want to call [`jl_save_system_image_to_stream`](https://github.com/JuliaLang/juli…
-
## Long rambling introduction
Distributions.jl currently allows many weird edge-cases which result in Dirac-type degenerate point mass distributions.
There are numerous bugs related to many of t…
-
I hope this isn't a duplicate; I couldn't find an issue though. Here's an example:
```julia
julia> A = @SMatrix(rand(2, 2)) + im*@SMatrix(rand(2,2))
2×2 SArray{Tuple{2,2},Complex{Float64},2,4}:
…
-
MWE:
```julia
julia> using PyCall
julia> py"""
import cv2
"""
julia> import VideoIO
ERROR: InitError: could not load library "/home/arl/.julia/artifacts/1cfe0ebb804cb8b0d7d1e8…
-
On a debug build of Julia instaling `CxxWrap` fails with:
```
Failed to precompile CxxWrap [1f15a43c-97ca-5a2a-ae31-89f07a497df4] to "/home/vchuravy/.julia/compiled/v1.10/CxxWrap/jl_MBDil9".
ER…
-
Hi,
for the Julia wrapper for s3gof3r, I set up Julia's binary builder, which builds for many platforms automatically:
https://github.com/JuliaBinaryWrappers/s3gof3r_jll.jl/releases
Feel free to us…
-
This is a more complicated case than #13183, and its root cause seems to be different since it persists after 9f72db1a1a94cbb8e365e00dd92b141e956c1b74. But if you're interested in squashing these, her…
-
It would be nice to be able to construct things like `std::shared_ptr`s (ala. `make_shared()`) from Julia. Possibly the Julia interface for this could be `SharedPtr{World}(StdString(...))`.
On the…
-
```
julia> typeof(E)
Symbolics.Arr{Num, 2}
julia> typeof(d)
Vector{Num} (alias for Array{Num, 1})
julia> ex2 = d' * inv(E) * d
ERROR: MethodError: *(::Adjoint{Num, Vector{Num}}, ::Symbolics.…