Skip to content
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

Compat restricted to version 3 #1

Open
bclyons12 opened this issue May 31, 2023 · 1 comment
Open

Compat restricted to version 3 #1

bclyons12 opened this issue May 31, 2023 · 1 comment
Assignees

Comments

@bclyons12
Copy link
Member

It looks like this repository was copied from somewhere else and therefore is frozen in time. There are compat statements in Project.toml that appear unnecessary and outdated. For example Compat.jl is frozen to version 3. This has knock-on effects that prevent other packages from updating.

Here's the Project.toml from the original respository: https://github.com/singularitti/Fortran90Namelists.jl/commits/main/Project.toml

Can we merge this back in? Delete the compat statements? Better yet, can we use the maintained respository. If we need some additional functionality, maybe we make a new package that imports the existing one and builds on top of it?

@bclyons12
Copy link
Member Author

Within FUSE, removing these compat statements allows:

(FUSE) pkg> up
    Updating registry at `~/.julia/registries/GAregistry`
    Updating git-repo `[email protected]:ProjectTorreyPines/GAregistry.git`
    Updating registry at `~/.julia/registries/General.toml`
    Updating `~/.julia/dev/FUSE/Project.toml`
  [a93c6f00] ↑ DataFrames v1.3.6 ⇒ v1.5.0
    Updating `~/.julia/dev/FUSE/Manifest.toml`
  [34da2185] ↑ Compat v3.46.2 ⇒ v4.6.1
  [a93c6f00] ↑ DataFrames v1.3.6 ⇒ v1.5.0
  [f1d291b0] ↑ MLUtils v0.3.1 ⇒ v0.4.2
  [0b1bfda6] ↑ OneHotArrays v0.2.0 ⇒ v0.2.3
  [08abe8d2] ↑ PrettyTables v1.3.1 ⇒ v2.2.4
  [892a3eda] + StringManipulation v0.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants