JuliaRegistries / JuliaRegistries/CompatHelper.jl
Useless version bump when a package is added by repo URL and not registered
Open
- Dominant language
- Julia
- Stars
- 147
- Forks
- 43
- Avg merge
- 21h 27m
- Merged PRs (30d)
- 2
Description
We had a weird situation where:
1. CompatHelper runs on our application (checked-in Manifest.toml)
2. The Project.toml contains a compat entry `Foo = "1.13.3"`
3. The latest registered version of `Foo` is `1.13.2`
4. The Manifest.toml contains `Foo` version `1.13.3` which was added by repo URL instead of by registry
CompatHelper opened a PR bumping the compat to: `Foo = "1.13.3, 1"`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.