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

Support specifying a range of versions #1096

Closed
nickrobinson251 opened this issue Feb 28, 2019 · 1 comment
Closed

Support specifying a range of versions #1096

nickrobinson251 opened this issue Feb 28, 2019 · 1 comment

Comments

@nickrobinson251
Copy link
Contributor

(Note this may be a duplicate of #843 - cannot quite tell - feel free to close if it is)

Currently, to support multiple "breaking change" versions of a packlage requires writing out the list of all supported versions in the [compat] section of the Project.toml file
e.g. Example = "0.22, 0.23, 0.24, 0.25, 0.26, 0.27"

It would be convenient if this were possible to specify this with a range (or other compact syntax),
e.g. Example = "0.22 - 0.27"

I suspect this is a common enough use-case that it is worth having compact syntax for it.

@nickrobinson251 nickrobinson251 changed the title Support specifcying a range of versions Support specifying a range of versions Feb 28, 2019
@StefanKarpinski
Copy link
Member

Dup of #843.

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

2 participants