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

u3d/install: verify package names before we ensure setup coherence (fixes #385) (regression from 1.2.0) #387

Merged
merged 4 commits into from
Nov 21, 2019

Conversation

lacostej
Copy link
Member

Pull Request Checklist

  • My pull request has been rebased on master
  • I ran bundle exec rspec to make sure that my PR didn't break any test
  • I ran bundle exec rubocop to make sure that my PR is inline with our code style
  • I have read the code of conduct

Pull Request Description

Fixes #385

@lacostej lacostej force-pushed the fix/install_detect_invalid_package_name branch from 34bca38 to 4c2bb75 Compare November 21, 2019 08:43
@coveralls
Copy link

Coverage Status

Coverage increased (+0.1%) to 77.853% when pulling 4c2bb75 on fix/install_detect_invalid_package_name into 197b61b on master.

Copy link
Member

@niezbop niezbop left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fine for me. Maybe we could document that this is a regression introduced in #375 ?
https://github.com/DragonBox/u3d/pull/375/files#diff-15e7e91e585510202cfab8b3cc3e8d08R155-R161

The enforce setup coherence was moved before the validate package name...

@lacostej lacostej changed the title u3d/install: verify package names before we ensure setup coherence (fixes #385) u3d/install: verify package names before we ensure setup coherence (fixes #385). (regression from 1.2.0) Nov 21, 2019
@lacostej lacostej changed the title u3d/install: verify package names before we ensure setup coherence (fixes #385). (regression from 1.2.0) u3d/install: verify package names before we ensure setup coherence (fixes #385) (regression from 1.2.0) Nov 21, 2019
@lacostej lacostej merged commit c8be812 into master Nov 21, 2019
@lacostej lacostej deleted the fix/install_detect_invalid_package_name branch November 21, 2019 12:47
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.

Error management in invalid modules at least on macOS
3 participants