Lukas Oberhuber
Lukas Oberhuber
OK, I've reinstalled homebrew. The build failures were all due to having run `brew install gcc`. Without that, formulas build correctly. I've also verified that debug symbols are correctly added...
> @carlocab @fxcoudert @Homebrew/linux any ideas why `brew install gcc` may break this? > > > However, some tests are failing. > > Happy to answer questions here but unfortunately...
Hi, I've tried and tried to create a valid integration test. I am now compiling a very simple program. However, I don't know how to get the `cc` call to...
> > 1. very simple integration test that just shows that nothing errors on Mac or Linux. It also can show that on Mac the `dysmutil` is indeed called. >...
> @lukaso Ah, I see. In that case, unless someone on @Homebrew/linux like @danielnachun or @iMichka can help in the next ~24h: could consider just erroring out if the argument...
> > My recommendation is to give up on a substantive test. > > Gotcha, works for me. If you can walk through how I'd do a manual test to...
Thanks Mike, that means a lot to me. I’ve been a devoted user of homebrew for a long time so feels good to give back!
I will look to add a message in the `bundle install` command that highlights that the gem has been force overridden. Done in a4e9c66
1. All changes to vendored Molinillo are removed (I've not had to merge anything to upstream). 2. Unrelated changes have been moved to separate PRs 3. Complexity is vastly reduced...
> Maybe passing the exact version as the `:force_version` value would be a slightly better API? It would make it more clear that it's just a temporary hack and it...