This website requires JavaScript.
Explore
Help
Sign In
admin
/
brew
Watch
1
Star
0
Fork
0
You've already forked brew
Code
Issues
Packages
Projects
Releases
6
Wiki
Activity
brew
/
Library
/
Homebrew
/
extend
/
os
/
readall.rb
5 lines
90 B
Ruby
Raw
Normal View
History
Unescape
Escape
Move type annotations into files.
2020-10-10 14:16:11 +02:00
# typed: strict
Support casks in readall
2020-06-16 20:35:40 +02:00
# frozen_string_literal: true
readall: fix no simulate This wasn't working with casks because the bottle tag would be nil here. It was refactored to not use the bottle tag because casks don't have bottles. I also moved the valid_casks? method to extend/os/mac because casks only run on macOS and the generic OS tests were failing before.
2023-03-24 22:02:00 -07:00
require
"
extend/os/mac/readall
"
if
OS
.
mac?
Reference in New Issue
Copy Permalink