22520 Commits

Author SHA1 Message Date
Tom Schoonjans
678dbc1973 std_meson_args: add release buildtype
By default meson compiles using the debug buildtype, which corresponds
to -O0 -g. The release buildtype changes this to -O3.
2020-07-14 11:27:49 +01:00
Bo Anderson
4a20f76382
Merge pull request #7993 from dtrodrigues/get_repo_head
audit: also search head url to get repo data
2020-07-14 00:19:31 +01:00
Issy Long
e1383c2898
utils/git_spec: Make example files easier to reason about
- Give the files real names, like `README.md`, rather than having to
  parse the difference between "bleh" and "blah" when reading the tests.
2020-07-14 00:18:45 +01:00
Issy Long
981726c088
utils/git_spec: Add a test for last_revision_commit_of_files
- This method, called from `brew extract` in the case of extraction from
  third-party taps, was untested. This led to it breaking when we refactored
  some of it to appease Sorbet (see PR 7933). If I make the same
  (flawed) change here and run these tests, they fail.
- There's a fair bit going on here, but most of it is setup for
  committing changes to more files, as we're testing operations on
  multiple files in a Homebrew repo.
- I originally tried to write tests for `brew extract`, but that
  required _a lot_ of refactoring because those tests (and their helper
  methods) aren't designed for third-party taps - they rely on
  `CoreTap`. So testing the underlying method is a better solution.
2020-07-14 00:18:44 +01:00
rmnull
2ca03610e2
update patchelf.rb to '~> 1.1' in Gemfile. Replace instance variable access with call to .elf.
patcher.elf was introduced in gem release v1.1.0.
2020-07-14 04:30:29 +05:30
Bo Anderson
551d684bae
Merge pull request #7992 from dtrodrigues/cake-prerelease
don't allow prerelease for cake
2020-07-13 18:51:38 +01:00
Dustin Rodrigues
b037dfc147 audit: also search head url to get repo data 2020-07-13 12:01:45 -04:00
Dustin Rodrigues
84ad2e7551 don't allow prerelease for cake 2020-07-13 11:14:12 -04:00
Jonathan Chang
ea47dce9ee
Merge pull request #7991 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-0.88.0
build(deps): bump rubocop from 0.87.1 to 0.88.0 in /Library/Homebrew
2020-07-14 00:40:36 +10:00
Jonathan Chang
76709d82c5 Fix brew style. 2020-07-13 23:24:14 +10:00
dependabot-preview[bot]
59583e3460 build(deps): bump rubocop from 0.87.1 to 0.88.0 in /Library/Homebrew
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.87.1 to 0.88.0.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.87.1...v0.88.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-13 23:24:14 +10:00
Jonathan Chang
0f6bc6274f
Merge pull request #7981 from gromgit/fix_shellenv
shellenv: Fix shell detection
2.4.7
2020-07-13 22:37:07 +10:00
Bo Anderson
f51e280729
Merge pull request #7988 from SeekingMeaning/cask-installed
cask/installer: don't call `installed?` if Formula
2020-07-13 12:42:09 +01:00
Jonathan Chang
45ddf773ff
Merge pull request #7989 from SeekingMeaning/bump-revision-license
dev-cmd/bump-revision: insert revision after license
2020-07-13 17:12:15 +10:00
Sean Molenaar
4f5e6d5638
Merge pull request #7966 from SMillerDev/cask/list_json
cask: add list --json
2020-07-13 07:24:06 +02:00
Seeker
c052e59df3 dev-cmd/bump-revision: insert revision after license 2020-07-12 20:05:27 -07:00
Seeker
b4f25b5911 cask/installer: don't call installed? if Formula 2020-07-12 17:14:10 -07:00
Claudia Pellegrino
47e3687943
Merge pull request #7983 from Rylan12/rubocop-refactor
style: use direct method matching instead of regex
2020-07-13 00:14:09 +02:00
Rylan Polster
936f4bbff4 refactor share path node matcher 2020-07-12 16:06:50 -04:00
Rylan Polster
d8fb850fa9 fix pkgshare missing slash issue 2020-07-12 14:20:50 -04:00
Rylan Polster
55246d720e improve style in pattern matcher 2020-07-12 14:20:05 -04:00
Rylan Polster
6119934efb style: refactor pkgshare cop 2020-07-12 12:12:36 -04:00
Rylan Polster
8c0c713d6b style: don't use build.with? for dependencies 2020-07-12 12:12:36 -04:00
Rylan Polster
074f79840c style: refactor prefix path check 2020-07-12 12:12:36 -04:00
Jonathan Chang
bc4a108045
Merge pull request #7980 from dtrodrigues/versioned-head-msg
update audit error message for versioned formulae with head spec
2020-07-12 12:20:14 +10:00
Jonathan Chang
8aa0eca384
Merge pull request #7982 from dtrodrigues/throttle
refactor throttled update logic to improve efficiency
2020-07-12 12:09:51 +10:00
Jonathan Chang
0f0979d33b
Merge pull request #7969 from rmNULL/patchelfrb-for-devs
enable HOMEBREW_PATCHELF_RB for brew developers by default
2020-07-12 12:02:58 +10:00
Issy Long
2536f0a09f
Merge pull request #7946 from vidusheeamoli/utils-user-to-true
sorbet: set utils/user.rb to true
2020-07-11 17:55:44 +01:00
Issy Long
2a5c9ce16b
Merge pull request #7962 from vidusheeamoli/utils-link-to-true
sorbet/utils: move files to true
2020-07-11 17:55:00 +01:00
Dustin Rodrigues
963605e682 refactor throttled update logic to improve efficiency 2020-07-11 12:05:47 -04:00
Adrian Ho
c166667666 shellenv: Fix shell detection
It currently switches on `$SHELL`, which points to the user's login shell. However, `shellenv` may be used in contexts where the running shell isn't `$SHELL` (e.g. csh-based `cron` scripts), and Linux desktop environments may set up user sessions in ways that trip up the current algorithm (see #7965 for an example). To work correctly in all circumstances and environments, its output should be determined by the context (calling shell) instead.

Fixes #7965.
2020-07-11 22:28:27 +08:00
Dustin Rodrigues
0cd40ca18a update audit error message for versioned formulae with head spec 2020-07-11 10:13:48 -04:00
Jonathan Chang
e9c7c26e0a
Merge pull request #7972 from gromgit/patch-2
docs/Versions: Cleanup and clarifications
2.4.6
2020-07-11 22:51:49 +10:00
Jonathan Chang
9879df4ece
Merge pull request #7940 from Bo98/languages
os/mac: silence AppleLanguages error, fallback to system prefs
2020-07-11 22:36:32 +10:00
Adrian Ho
0e655d8528 docs/Versions: Cleanup and clarifications
* Removed all mentions of `homebrew/versions`, since it's dead and long gone.
* Version support requirement: Updated PHP example, and added contrasting example to address a common misconception
* Standardize on the use of "main" rather than "non-versioned" to avoid confusion
* Directly address the most common reason for (disallowed) versioning
2020-07-11 22:25:33 +10:00
Jonathan Chang
bce52710da
Merge pull request #7976 from fredemmott/sandybridge
Add support for -march=sandybridge
2020-07-11 22:22:56 +10:00
rmnull
cf6eef098b
enable HOMEBREW_PATCHELF_RB on (HOMEBREW_DEVELOPER=1 && HOMEBREW_NO_PATCHELF_RB.empty?) 2020-07-11 06:20:25 +05:30
Shaun Jackman
8175e404ea
Merge pull request #7942 from sjackman/bottle_tag
Utils::Bottles::tag: ARM tag is arm64_big_sur
2020-07-10 16:32:50 -07:00
Michka Popoff
edd1685d37 on_os resources: allow linux-only or mac-only resources
This is now allowed since #7833 has been fixed.
2020-07-10 23:16:43 +02:00
Rylan Polster
e9932a601f
Merge pull request #7909 from Rylan12/audit-rubocop-migration
Audit to RuboCop migration
2020-07-10 15:37:44 -04:00
vidusheeamoli
9799f32506 sorbet: set utils/user.rb to true 2020-07-11 01:04:22 +05:30
Rylan Polster
69e89d7a01 add TODOs for future refactoring 2020-07-10 15:08:20 -04:00
Sean Molenaar
832073a3c7
cask: add list --json 2020-07-10 21:05:12 +02:00
Mike McQuaid
82e23c3e52
Merge pull request #7977 from Homebrew/dependabot/bundler/Library/Homebrew/codecov-0.2.0
build(deps): bump codecov from 0.1.20 to 0.2.0 in /Library/Homebrew
2020-07-10 19:59:16 +01:00
dependabot-preview[bot]
a737f934e8
build(deps): bump codecov from 0.1.20 to 0.2.0 in /Library/Homebrew
Bumps [codecov](https://github.com/codecov/codecov-ruby) from 0.1.20 to 0.2.0.
- [Release notes](https://github.com/codecov/codecov-ruby/releases)
- [Changelog](https://github.com/codecov/codecov-ruby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-ruby/compare/v0.1.20...v0.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-10 18:38:08 +00:00
Shaun Jackman
9a83e52ae4 HOMEBREW_PROCESSOR is arm64 on Apple Silicon
Utils::Bottles::tag: ARM tag is arm64_big_sur
2020-07-10 10:55:56 -07:00
Shaun Jackman
e18027a1a8 Utils::Bottles::tag: ARM tag is arm_big_sur 2020-07-10 10:54:57 -07:00
Fred Emmott
10feb68128
Add support for -march=sandybridge
HHVM's been building with this (or equivalent predecessor patches); it
gets us a 20x speedup on real-world workloads, at the cost of slightly
worse compatibility.

This doesn't change the default, just makes it available as an explicit
choice.
2020-07-10 10:32:30 -07:00
Bo Anderson
28f4a700ac
Merge pull request #7975 from Homebrew/dependabot/bundler/Library/Homebrew/codecov-0.1.20
build(deps): bump codecov from 0.1.19 to 0.1.20 in /Library/Homebrew
2020-07-10 18:20:19 +01:00
Shaun Jackman
a2b47972a7
Merge pull request #7971 from sjackman/bottle-merge-cellar
bottle --merge: Fix bug with cellar :any
2020-07-10 10:14:59 -07:00