Skip to content

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

issyl0
Copy link
Member

@issyl0 issyl0 commented Jun 17, 2025

  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same change?
  • Have you added an explanation of what your changes do and why you'd like us to include them?
  • Have you written new tests for your changes? Here's an example.
  • Have you successfully run brew style with your changes locally?
  • Have you successfully run brew typecheck with your changes locally?
  • Have you successfully run brew tests with your changes locally?

Copy link
Member

@MikeMcQuaid MikeMcQuaid left a 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!

@MikeMcQuaid MikeMcQuaid enabled auto-merge June 17, 2025 14:23
@MikeMcQuaid
Copy link
Member

@issyl0 Fixed brew style for you but brew tests still failing.

@issyl0
Copy link
Member Author

issyl0 commented Jun 17, 2025

I did this and then put my laptop away for a few hours. I'll get back to this probably when it's dark!

@issyl0 issyl0 force-pushed the some-bundle-files-werent-typed-at-all branch from be257bc to a37ed04 Compare June 19, 2025 11:05
@@ -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)
Copy link
Member

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

Copy link
Member

@MikeMcQuaid MikeMcQuaid left a 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?

@issyl0 issyl0 marked this pull request as draft June 20, 2025 08:02
auto-merge was automatically disabled June 20, 2025 08:02

Pull request was converted to draft

issyl0 added a commit that referenced this pull request Jun 20, 2025
- The last remaining one is `exec` but that's a bit more involved
  (#20128 (comment)).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants