Skip to content

Conversation

@cho-m
Copy link
Member

@cho-m cho-m commented Nov 13, 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 lgtm (style, typechecking and tests) with your changes locally?

sdk_path_if_needed is now just an alias for sdk_path. Also mark sdk_for_formula, sdk_path and sdk_path_if_needed as public API due to usage in Homebrew/core formulae.


def self.sdk_path_if_needed(version = nil)
sdk_path(version)
end

Copilot AI review requested due to automatic review settings November 13, 2025 00:06
sdk_path_if_needed is now just an alias for sdk_path. Also mark
sdk_for_formula, sdk_path and sdk_path_if_needed as public API due to
usage in Homebrew/core formulae.

This comment was marked as outdated.

This comment was marked as outdated.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

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.

Perfect, thanks again @cho-m!

@MikeMcQuaid MikeMcQuaid added this pull request to the merge queue Nov 13, 2025
Merged via the queue into main with commit 0b4f0af Nov 13, 2025
55 checks passed
@MikeMcQuaid MikeMcQuaid deleted the sdk_path branch November 13, 2025 09:49
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.

4 participants