Phillip Alday

Results 297 comments of Phillip Alday

> Can we leave this as a draft for a couple of days? @dmbates fine with me -- no rush from my side

@dmbates I think all the changes in this were integrated into other PRs, but the linebreaks make it hard to fully compare diffs. Should we go ahead and close this?

I think this is outdated with the way we're now hosting data on OSF, so I'm going to close this. We can re-open it if it turns out that I...

Why would testing be different? Also, more than doubling the time it takes to run tests seems ... less than optimal when it comes to development.

Manually running tests outside of `Pkg.test`: # 1.10: ``` julia +1.10 --project=test -e'using Pkg; Pkg.develop(path="./"); Pkg.update(); @time include("test/runtests.jl")' ``` ```julia Test Summary: | Pass Total Time ArrowTypes | 127 127...

Possibly related julialang issues: - https://github.com/JuliaLang/julia/issues/56080 - https://github.com/JuliaLang/julia/issues/56093 - https://github.com/JuliaLang/julia/issues/56861

I needed to figure out why CI started failing and then got distracted by other things. I'll take a look again and see if I can figure it out.

Can you provide the full output of what `using RCall` shows?

I think the easiest path forward is two parts: - update the compat in the registry for 0.14.x to be Julia 1.6. - add a note here (this comment!) that...

One more crossref: #530 which updated the compat in Project.toml.