mobius-eng

Results 4 issues of mobius-eng

Given Fortran's style of variable declaration, it is common to see (and write) variable or, more importantly, dummy argument declarations as ```fortran REAL(8), DIMENSION(:) :: X, Y, Z ``` Right...

To reproduce: ```julia using FunctionalCollections s = pset(1,2,3) # => PersistentSet{Int64}(2, 3, 1) disj(s, 1) ``` will output: ``` PersistentSet{Int64}(Error showing value of type FunctionalCollections.PersistentSet{Int64}: ERROR: MethodError: no method matching...

Trying ```julia using oneAPI ``` Get the error: ``` ERROR: InitError: UndefVarError: libze_loader not defined Stacktrace: [1] unsafe_zeInit @ C:\Users\alexeyc\.julia\packages\oneAPI\bEvNc\lib\level-zero\libze.jl:895 [inlined] [2] __init__() @ oneAPI.oneL0 C:\Users\alexeyc\.julia\packages\oneAPI\bEvNc\lib\level-zero\oneL0.jl:93 [3] _include_from_serialized(path::String, depmods::Vector{Any}) @...

After updating and clearing SBCL & quicklisp, I don't have the previously reported issue with SLIME (#16), now I have an error of loading foreign library ## To reproduce Load...