-
Notifications
You must be signed in to change notification settings - Fork 189
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
Can't upgrade Genie without downgrading Memento, slowing down PostgreSQL driver loading #269
Comments
@PallHaraldsson I don't know what's causing this either. All of Genie's deps are on the latest allowed version, as far as I can tell: (Genie) pkg> st
Project Genie v1.1.1
Status `C:\Users\adria\.julia\dev\Genie\Project.toml`
[c7e460c6] ArgParse v1.1.0
[8fc22ac5] FilePaths v0.8.0
[708ec375] Gumbo v0.8.0
[cd3eb016] HTTP v0.8.17
[77172c1b] HttpCommon v0.5.0
[682c06a0] JSON v0.21.0
[e6f89c97] LoggingExtras v0.4.2
[739be429] MbedTLS v1.0.2
[39ec1447] Millboard v0.2.5
[49dea1ee] Nettle v0.5.0
[bac558e1] OrderedCollections v1.3.0
[189a3867] Reexport v0.2.0
[295af30f] Revise v2.7.3
[30578b45] URIParser v0.4.1
[ddb6d928] YAML v0.4.0
[ade2ca70] Dates
[8ba89e20] Distributed
[56ddb016] Logging
[d6f4376e] Markdown
[44cfe95a] Pkg
[3fa0cd96] REPL
[ea8e919c] SHA
[9e88b42a] Serialization
[6462fe0b] Sockets
[4ec0a83e] Unicode
(Genie) pkg> resolve
Updating `C:\Users\adria\.julia\dev\Genie\Project.toml`
[no changes]
Updating `C:\Users\adria\.julia\dev\Genie\Manifest.toml`
[no changes]
(Genie) pkg> up
Updating registry at `C:\Users\adria\.julia\registries\General`
Updating git-repo `https://github.com/JuliaRegistries/General.git`
Updating `C:\Users\adria\.julia\dev\Genie\Project.toml`
[no changes]
Updating `C:\Users\adria\.julia\dev\Genie\Manifest.toml`
[no changes] |
From the looks at your output maybe related to |
OK, found it - latest registered https://github.com/rofinn/FilePaths.jl/blob/c3da500b4f83d38d7927b83604bfeb92255a8a0f/Project.toml |
[I was debugging slow loading of LibPQ.jl, I think you use, or at least your users, and I got its loading speed from 10 to 8.6 sec., actually Memento was a slow dependency and together we got it down to 1.6 sec. with v1.1.1.]
I couldn't install latest Memento to test until I removed a bunch of packages, and finally yours, and then predically I can't add it back:
I'm a bit new to all this, so I haven't fully tracked down:
The text was updated successfully, but these errors were encountered: