Páll Haraldsson

Results 336 comments of Páll Haraldsson

Apparently nobody has commit access here, or the one or few that do are not listening (for over a year for @ChrisRackauckas' trivial (not-too badly needed? timeout) PR here: https://github.com/Non-Contradiction/JuliaCall/pull/211/files...

>Any updates when this will be on CRAN? I don't know anything about that, but given the holdup here, my alternative PR could be merged (it doesn't need to be...

The code is 496 bytes, source, plus binary, how about just: ``` const openssldir = "/workspace/destdir/_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_place" ``` EDIT: I see here where you got this from: https://github.com/JuliaLang/julia/pull/53891#issuecomment-2330578365 That's certainly an...

Likely cause (for both 1.11.0 and 1.10.5, different errors). On 1.10.5: ``` julia> using libcxxwrap_julia_jll ERROR: InitError: could not load library "/home/pharaldsson/.julia/artifacts/beeb384c8ba60497d81e26a28f74ed99aef88791/lib/libcxxwrap_julia.so" /home/pharaldsson/.julia/artifacts/beeb384c8ba60497d81e26a28f74ed99aef88791/lib/libcxxwrap_julia.so: undefined symbol: small_typeof, version JL_LIBJULIA_1.10 Stacktrace: [1]...

``` (@v1.10) pkg> st QML Status `~/.julia/environments/v1.10/Project.toml` ⌃ [2db162a6] QML v0.7.1 Info Packages marked with ⌃ have new versions available and may be upgradable. (@v1.10) pkg> st OpenCV Status `~/.julia/environments/v1.10/Project.toml`...

This fixed installability in my 1.10.5 environment (but not yet in 1.11.0): ``` (@v1.10) pkg> rm ParameterEstimation (@v1.10) pkg> add [email protected] .. ⌃ [86c06d3c] ↓ StaticTools v0.8.10 ⇒ v0.8.8 .....

This one is strange: ``` (@v1.11) pkg> rm micromamba_jll Updating `~/.julia/environments/v1.11/Project.toml` [f8abcde7] - micromamba_jll v1.5.8+0 `~/.julia/dev/micromamba_jll` No Changes to `~/.julia/environments/v1.11/Manifest.toml` (@v1.11) pkg> add [email protected] Resolving package versions... ERROR: Compat `LazyArtifacts`...

Python has dropped support for Emscripten, i.e.: Name: wasm32-unknown-emscripten Unsupported in: Python 3.13 switching to tier2 support for wasm32-unknown-wasi, so is that something Julia should also rather do?

FYI: This older version is actually much faster on 1.11: ``` julia> @time using CondaPkg 1.177992 seconds (656.20 k allocations: 42.494 MiB, 8.20% gc time, 21.20% compilation time) (@v1.11) pkg>...

Note this is not just to blame for slow (in 1.11): ``` julia> @time using PythonCall 5.788240 seconds (3.24 M allocations: 176.412 MiB, 5.91% gc time, 79.11% compilation time: 16%...