Skip to content

Homebrew best practices#76

Open
EtherTyper wants to merge 13 commits intoadymo:masterfrom
EtherTyper:best-practices
Open

Homebrew best practices#76
EtherTyper wants to merge 13 commits intoadymo:masterfrom
EtherTyper:best-practices

Conversation

@EtherTyper
Copy link

I fixed a few merge conflicts between the current head and @jacknagel's "best practices" head. The whole PR is pretty much an updated version of #44, which was abandoned after a year of no maintenance and review. I figured you might want to merge it some time along.

Thanks,
The @EtherTyper

jacknagel and others added 13 commits December 7, 2014 03:01
Any change to the environment that happens in the context of `system`
only affects the process spawned by `system`, not the main ruby process.

The only way to alter the environment of the ruby process is to modify
the `ENV` hash. It's unclear if that is necessary, since the existing
code wasn't actually doing anything.
It's unclear to me what the rationale for this warning is, but
std_cmake_parameters is a method call and its value cannot be mutated.
I'm not sure if the nil here is accidental.
Calling ENV.x11 manually does not enforce the X11 dependency and is no
longer supported.
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