-
-
Notifications
You must be signed in to change notification settings - Fork 10.7k
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
Implement conflicts_with
stanza
#9319
Closed
Closed
Commits on Jan 30, 2015
-
Implement conflicts_with DSL class
These changes are almost entirely taken from depends_on.rb. Should probably consider moving common methods to a superclass or utility class.
Configuration menu - View commit details
-
Copy full SHA for 498064b - Browse repository at this point
Copy the full SHA 498064bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c24c9f6 - Browse repository at this point
Copy the full SHA c24c9f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20f0393 - Browse repository at this point
Copy the full SHA 20f0393View commit details -
Configuration menu - View commit details
-
Copy full SHA for 335c7e2 - Browse repository at this point
Copy the full SHA 335c7e2View commit details -
Add further tests for conflicts_with
Test conflicts_with :cask, :macos, :arch, and :x11. Add todo for testing :formula.
Configuration menu - View commit details
-
Copy full SHA for a72dd24 - Browse repository at this point
Copy the full SHA a72dd24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06dccf5 - Browse repository at this point
Copy the full SHA 06dccf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c1324c - Browse repository at this point
Copy the full SHA 1c1324cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dd651b - Browse repository at this point
Copy the full SHA 2dd651bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0c2dbc - Browse repository at this point
Copy the full SHA f0c2dbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73a2118 - Browse repository at this point
Copy the full SHA 73a2118View commit details -
Move dependency logic to shared superclasses
Create class Hbc::DSL::Dependency to serve as superclass for ConflictsWith and DependsOn. Move dependency and conflict validation and resolution logic to Hbc::Dependencies and its subclasses.
Configuration menu - View commit details
-
Copy full SHA for bacb2d0 - Browse repository at this point
Copy the full SHA bacb2d0View commit details -
Use Hbc::DSL::Dependency for depends_on stanza
Eradicate duplicate logic in Hbc::DSL::DependsOn and make it a subclass of Hbc::DSL::Dependency.
Configuration menu - View commit details
-
Copy full SHA for cada798 - Browse repository at this point
Copy the full SHA cada798View commit details -
Configuration menu - View commit details
-
Copy full SHA for 791b4e9 - Browse repository at this point
Copy the full SHA 791b4e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff8ce4e - Browse repository at this point
Copy the full SHA ff8ce4eView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.