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

Return early in case of missing semver tags #10

Merged
merged 1 commit into from
Jan 17, 2024

Conversation

mawildoer
Copy link
Contributor

Fixes: #9

Smoked it with the same command in the issue:

Screenshot 2024-01-16 at 10 44 21

@Timot05
Copy link
Contributor

Timot05 commented Jan 16, 2024

Did we actually want to allow people to install modules that lack semver? Aren't we better off not installing the module since it might lead to harder to track error once installed?

@mawildoer
Copy link
Contributor Author

Did we actually want to allow people to install modules that lack semver? Aren't we better off not installing the module since it might lead to harder to track error once installed?

It's really convenient for development to allow people to install whatever.
If we didn't, they couldn't develop modules in the context of their project

@mawildoer mawildoer merged commit 2e2764e into main Jan 17, 2024
4 checks passed
@mawildoer mawildoer deleted the mawildoer/fix-9-no-semver branch January 17, 2024 06:21
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.

Bad error handling when ato installing modules that don't have semver tags
2 participants