Pere Mato
Pere Mato
I was not doing this. If I do ``` julia> events = LazyTree(f, "events", ["BeamCal_Hits"]) Row │ BeamCal_Hits_en BeamCal_Hits_ti BeamCal_Hits_en BeamCal_Hits_po BeamCal_Hits_po BeamCal_Hits_po ⋯ │ SubArray{Float3 SubArray{Float3 SubArray{Float3 SubArray{Float3 SubArray{Float3...
Hi Tom. I agree we can do several things and hide the UnROOT level. I you want have a look at what I have been doing with [EDM4hep.jl](https://github.com/peremato/EDM4hep.jl). I am...
Adding an `static_assert` helps a but on the complier error report but it does not stop from trying different instantiations. ``` In module 'Imt': /Users/mato/Development/root/builddir/include/ROOT/TExecutor.hxx:240:4: error: static assertion failed due...
Created https://github.com/JuliaPackaging/Yggdrasil/pull/6943
XRootD_jll is not built for Windows. This is because the XRootD package is not supported for windows. Normally in this case I guess empty artifacts are used to fulfill dependencies....
Just released XRootD 0.2.1 which includes some protection for missing binary artefacts.
Thanks very much for the explanation and way out. I have tested and indeed with lambdas I get the signature: `+(arg1::Union{Main.Types.Hist, ConstCxxRef{
Thanks for the reply. I do not see it. Everything looks fine for me (I reverted to julia 1.10 just to check): ```julia julia> using CxxWrap julia> CxxWrap.libcxxwrapversion() v"0.13.2" julia>...
The problem is that for MacOS the compiler used is clang++ and does not support `` therefore the define `JLCXX_HAS_RANGES` is false. ``` # /opt/bin/aarch64-apple-darwin20-libgfortran5-cxx11-julia_version+1.10.0/aarch64-apple-darwin20-clang++ -std=c++20 a.cpp a.cpp:2:10: fatal error:...
Any estimate when the easiest solution would be implemented?