-
-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Make the remaining bundle
files typed: true
#20128
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks again!
@issyl0 Fixed |
I did this and then put my laptop away for a few hours. I'll get back to this probably when it's dark! |
be257bc
to
a37ed04
Compare
@@ -22,41 +26,42 @@ def self.run(*args, global: false, file: nil, subcommand: "", services: false, c | |||
# Store the old environment so we can check if things were already set | |||
# before we start mutating it. | |||
old_env = ENV.to_h | |||
new_env = T.cast(ENV, Superenv) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@issyl0 Seems like this doesn't work as expected: https://github.com/Homebrew/brew/actions/runs/15756327267/job/44412600178?pr=20128#step:5:324
CC @Bo98 who might have an idea on how to do this with ENV
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@issyl0 May be worth splitting out the non-exec
changes?
Pull request was converted to draft
- The last remaining one is `exec` but that's a bit more involved (#20128 (comment)).
brew style
with your changes locally?brew typecheck
with your changes locally?brew tests
with your changes locally?typed: strict
in all (non-package) files in Homebrew organisation #17297.