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

Loosen Lune version string requirements #294

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Dekkonot
Copy link
Contributor

Right now, Lune panics if the version string is not entirely composed of 0-9 and .. This means that perfectly valid semver strings (any that include a pre-release or metadata) are not allowed.

This should be changed to just allow all semver IMO. It may confuse people if build metadata is included (because the version string will be x.y.z+metadata+DDD rather than just x.y.z+DDD) but I think it's fine; people bring that on themselves, and the official distribution of Lune will never have that problem.

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

Successfully merging this pull request may close these issues.

1 participant