-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hi!
Thank you for supporting julia!
Your package Dataiku.jl is only supporting Julia LTS.
However, dependencies of Dataiku.jl are quite outdated and precompilation with the latest Julia version produces precompilation errors (see #2).
I have updated the package (in a fork) so that tests pass with the pre-1.0 version of the deps and the latest version of the deps.
You can find the diffs in two separate PR.
-
From Dataiku.jl#master -> pre-1.0 of deps.
Tests pass with julia LTS & 1.10.
https://github.com/dataiku/Dataiku.jl/pull/3/files -
pre-1.0 deps -> latest version for all deps.
Tests pass with julia LTS & 1.10.
https://github.com/guimarqu/Dataiku.jl/pull/1/files
As I'm not a Dataiku expert but just a new user, I didn't check the content of my local instance. I just trust the tests :)