Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Stop recursion madness. #13021

Closed
wants to merge 1 commit into from
Closed

Stop recursion madness. #13021

wants to merge 1 commit into from

Conversation

MikeMcQuaid
Copy link
Member

Should fix #13012 due from issue introduced in 3c52a3.

@mistydemeo
Copy link
Contributor

Introduces a new bug ;) That makes p nil, and File.executable? nil will error out as a result.

Should fix #13012 due from issue introduced in 3c52a3.
@MikeMcQuaid
Copy link
Member Author

Try 0b2665a.

@MikeMcQuaid
Copy link
Member Author

And if that sucks can you suggest a better solution? Otherwise we need to revert.

@mistydemeo
Copy link
Contributor

Pushed an alternate solution, tested with a user on IRC. This should also make Xcode-only builds work, since there were a couple of related bugs.

@mistydemeo
Copy link
Contributor

(My push is somewhat of a sledgehammer solution, but calling locate within that method is "there be dragons" territory.)

Commit in 78b9e85

@MikeMcQuaid
Copy link
Member Author

Great, thanks @mistydemeo!

@Homebrew Homebrew locked and limited conversation to collaborators Feb 16, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stack overflow error
2 participants