-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CSV v0.9.6 fails to precompile as solo package on fresh 1.6.1 project on Ubuntu #927
Comments
This is usually pretty benign and just means the package was already loaded when it goes to precompile or something. If you restart julia fresh for the Project in question, it should work. |
Yeah, my scripts on my local machine work just fine with this. However, it is throwing errors and therefore terminating my remote worker nodes.
|
Downgrading to 0.8.5 removes the
|
I can't reproduce: (domo) pkg> up
Updating registry at `~/.julia/registries/General`
Updating git-repo `https://github.com/JuliaRegistries/General.git`
Installed WeakRefStrings ─ v1.4.1
Installed InlineStrings ── v1.0.1
Installed Parsers ──────── v2.0.5
Installed CSV ──────────── v0.9.6
Updating `~/domo/Project.toml`
[336ed68f] ↑ CSV v0.8.5 ⇒ v0.9.6
[ea10d353] ↑ WeakRefStrings v1.1.0 ⇒ v1.4.1
Updating `~/domo/Manifest.toml`
[336ed68f] ↑ CSV v0.8.5 ⇒ v0.9.6
[944b1d66] + CodecZlib v0.7.0
[48062228] + FilePathsBase v0.9.12
[842dd82b] + InlineStrings v1.0.1
[69de0a69] ↑ Parsers v1.1.2 ⇒ v2.0.5
[3bb67fe8] + TranscodingStreams v0.9.6
[ea10d353] ↑ WeakRefStrings v1.1.0 ⇒ v1.4.1
[ea8e919c] + SHA
[cf7118a7] + UUIDs
[83775a58] + Zlib_jll
Precompiling project...
4 dependencies successfully precompiled in 10 seconds (14 already precompiled)
(domo) pkg> st
Status `~/domo/Project.toml`
[336ed68f] CSV v0.9.6
[91c51154] SentinelArrays v1.3.7
[ea10d353] WeakRefStrings v1.4.1 |
what OS and Julia version? |
Oh, you're probably running into JuliaLang/julia#28781? |
- Set the value if we have `valueok` rather than relying on `!invalid`, to avoid erroring when we have successfully parsed a string but then hit an invalid delimiter. - Fixes JuliaData#927.
Note the
✗ WeakRefStrings
.The text was updated successfully, but these errors were encountered: