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

followups on depends_on :macos/:arch #7819

Merged
merged 1 commit into from
Dec 6, 2014

Conversation

rolandwalker
Copy link
Contributor

  • always coerce :macos value to array; simplify code
  • remove warning comments about unset values
  • doc explicitly that requirements are covered as well as dependencies
  • doc that depends_on is not consulted until install time
  • in docs and code, say "release" instead of "version" for the :macos release
    • todo: provide our own variable styled "release" to use in Casks, instead of Homebrew's MacOS.Version
  • doc that symbols are preferred for :macos over strings in Casks (interally, all are converted to idential Gem::Version objects) refs: Convert 7 Casks to depends_on :macos #7760 (comment)
  • doc: remove os_version_only from cask_language_deltas.md
  • doc: improve internal links
  • doc: recast OS X release symbol list as table
  • doc: (incidental) regularize orthography of Formula and Cask

 * always coerce `:macos` value to array; simplify code
 * remove warning comments about unset values
 * doc explicitly that requirements are covered as well as dependencies
 * doc that `depends_on` is not consulted until `install` time
 * in docs and code, say "release" instead of "version" for the :macos release
   * todo: provide our own variable styled "release" to use in Casks, instead of Homebrew's `MacOS.Version`
 * doc that symbols are preferred for `:macos` over strings in Casks (interally, all are converted to idential `Gem::Version` objects)
 * doc: remove `os_version_only` from `cask_language_deltas.md`
 * doc: improve internal links
 * doc: recast OS X release symbol list as table
 * doc: (incidental) regularize orthography of Formula and Cask
@rolandwalker rolandwalker added the core Issue with Homebrew itself rather than with a specific cask. label Dec 5, 2014
rolandwalker added a commit that referenced this pull request Dec 6, 2014
followups on `depends_on` `:macos`/`:arch`
@rolandwalker rolandwalker merged commit 2a09a97 into Homebrew:master Dec 6, 2014
@rolandwalker rolandwalker deleted the depends_on_followup branch December 6, 2014 12:55
@miccal miccal removed the core Issue with Homebrew itself rather than with a specific cask. label Dec 23, 2016
@Homebrew Homebrew locked and limited conversation to collaborators May 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants