| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-08-06 | audit: add check for indefinite article | Alexis Hildebrandt | |
| at the beginning of desc. Closes Homebrew/homebrew#42404. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com> | |||
| 2015-08-06 | update: loading core files at the beginning | Xu Cheng | |
| This should help to prevent similar situation of Homebrew/homebrew#42553 happening in the future. | |||
| 2015-08-06 | backport flat_map for Ruby 1.8 | Xu Cheng | |
| Code is copied from https://github.com/marcandre/backports/blob/master/lib/backports/1.9.2/enumerable/flat_map.rb (MIT License by Marc-Andre Lafortune) Closes Homebrew/homebrew#42543. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-08-06 | favor flat_map over map...flatten | Xu Cheng | |
| 2015-08-06 | test_formula: add test_facotry_with_fully_qualified_name | Xu Cheng | |
| Closes Homebrew/homebrew#42550. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-08-06 | add fully qualified name for core formulae | CNA-Bld | |
| 2015-08-06 | hardware: temporary disable rubocop method rename rule | Xu Cheng | |
| Closes Homebrew/homebrew#42540. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-08-06 | test_inreplace: temporary disable rubocop string replacement rule | Xu Cheng | |
| 2015-08-06 | more core file style updated by rubocop | Xu Cheng | |
| 2015-08-06 | update rubocop to 0.33.0 | Xu Cheng | |
| 2015-08-06 | style: allow passing arbitrary file paths | Xu Cheng | |
| 2015-08-05 | audit: simplify command-line spelling check | Alexis Hildebrandt | |
| Closes Homebrew/homebrew#42403. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com> | |||
| 2015-08-05 | audit: flag plaintext mirrorservice | Dominyk Tiller | |
| 2015-08-05 | test-bot: run postinstall on dependencies | Baptiste Fontaine | |
| Closes Homebrew/homebrew#36027. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr> | |||
| 2015-08-05 | ARGV: don't downcase bottle filenames | Misty De Meo | |
| Fixes Homebrew/homebrew#42470. | |||
| 2015-08-04 | formula_support: add provided_pre_mavericks | Dominyk Tiller | |
| Closes Homebrew/homebrew#42460. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com> | |||
| 2015-08-03 | shell completion of official taps added to 'brew tap' | Baptiste Fontaine | |
| Closes Homebrew/homebrew#42421. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr> | |||
| 2015-08-03 | official_taps: add emacs | Alex Dunn | |
| Closes Homebrew/homebrew#42418. | |||
| 2015-08-03 | fix ruby syntax warnings | Xu Cheng | |
| Closes Homebrew/homebrew#42409. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-08-03 | brew readall --syntax: skip vendor files | Xu Cheng | |
| 2015-08-03 | keg_relocate: fix syntax error. | Mike McQuaid | |
| Closes Homebrew/homebrew#42408. | |||
| 2015-08-03 | command: fix break caused by style update | Xu Cheng | |
| 2015-08-03 | More core files style updates | Xu Cheng | |
| 2015-08-03 | Core files style updates. | BrewTestBot | |
| Closes Homebrew/homebrew#42354. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-08-03 | rubocop: remove conflicted rules | Xu Cheng | |
| Since trailing commas in method argument lists are a syntax error in 1.8, let's enforce the default rule of `TrailingComma`(i.e. `no_comma`) Closes Homebrew/homebrew#42398. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-08-03 | Add Rubocop 1.8 tweaks. | Mike McQuaid | |
| 2015-08-03 | Don't try to Rubocop vendored files. | Mike McQuaid | |
| 2015-08-02 | Add Alex Dunn as a maintainer. | Alex Dunn | |
| Closes Homebrew/homebrew#42347. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-08-02 | rubocop: update style rules | Xu Cheng | |
| Closes Homebrew/homebrew#42355. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-08-02 | online audit: use GET instead of HEAD | Baptiste Fontaine | |
| I also removed the `-L` flag which is already present in `HOMEBREW_CURL_ARGS`. Closes Homebrew/homebrew#42352. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr> | |||
| 2015-08-02 | tab: check mxcl/master synonym unconditionally | Xu Cheng | |
| 2015-08-02 | handle mxcl/master synonym inside Tab#from_file_content | Xu Cheng | |
| 2015-08-01 | check_emacs_lisp(): bail unless site-lisp exists | Alex Dunn | |
| Closes Homebrew/homebrew#42345. | |||
| 2015-08-01 | Automatic caveats for emacs lisp files | Alex Dunn | |
| - The name of the subdirectory under site-lisp may not be exactly the same as the name of the package - `(normal-top-level-add-subdirs-to-load-path)` adds every subdirectory of `default-directory` to the load-path, so users don't have to update their load-path for every package they install. Closes Homebrew/homebrew#42309. | |||
| 2015-08-01 | formula_cellar_checks: check_site_lisp() | Alex Dunn | |
| 2015-08-01 | googlecl: move to homebrew/boneyard. | Mike McQuaid | |
| Closes Homebrew/homebrew#42245. | |||
| 2015-08-01 | formula: define opt_pkgshare helper method. | Dominique Orban | |
| Closes Homebrew/homebrew#42023. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-08-01 | enumerate all formulae by files rather than names | Xu Cheng | |
| Before ``` $ time brew readall brew readall 10.63s user 0.36s system 99% cpu 11.003 total ``` After ``` $ time brew readall brew readall 5.62s user 0.24s system 99% cpu 5.859 total ``` Closes Homebrew/homebrew#42302. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-07-31 | tab: set stable as default spec | Xu Cheng | |
| Fixes Homebrew/homebrew#42297. | |||
| 2015-07-31 | print sandbox message | Xu Cheng | |
| Closes Homebrew/homebrew#42293. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-07-31 | test_tab: add test for Tab#spec | Xu Cheng | |
| Fixes Homebrew/homebrew#42147. Closes Homebrew/homebrew#42205. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-07-31 | test_formula: add more test | Xu Cheng | |
| 2015-07-31 | ARGV#resolved_formulae: auto resolve spec | Xu Cheng | |
| 2015-07-31 | Formulary#from_rack: auto resolve spec | Xu Cheng | |
| 2015-07-31 | ARGV#spec: allow pass default value | Xu Cheng | |
| 2015-07-31 | Formula: add set_acitve_spec method | Xu Cheng | |
| 2015-07-31 | Formula: add any_version_installed? method | Xu Cheng | |
| 2015-07-31 | Formula#installed_prefix: use PkgVersion | Xu Cheng | |
| Also check stable_prefix when current acitve_spec is not :stable | |||
| 2015-07-31 | Formula#pkg_version: return the result based on current active_spec | Xu Cheng | |
| 2015-07-31 | Formula: add active_spec_sym | Xu Cheng | |
