Carlo Cabrera
Carlo Cabrera
This is taking too long. Will experiment with this diff locally: ```diff diff --git a/Formula/llvm.rb b/Formula/llvm.rb index 385d7b994bc..77521433494 100644 --- a/Formula/llvm.rb +++ b/Formula/llvm.rb @@ -233,8 +233,9 @@ class Llvm <...
Yea, I've decided against changing it. Will probably file an issue at `ccls` to ask if using a major-versioned symlink is safe. On another note, I was looking at this...
> I'm assuming you're talking about pairing it with some text replacement? Yes. If we don't want it to be too complicated, we can just do it in `post_install`, with...
> I'm guessing it's like that because the contents are not API/ABI stable. > > What other distros do is add a major version symlink, but keep the default returned...
Yea I don't plan to recompile everything either; just `ccls`.
``` warnings.warn( error: can't create or remove files in install directory The following error occurred while trying to add or remove files in the installation directory: [Errno 1] Operation not...
It takes a long time because this formula has many dependents.
I'll review this once we've had the chance to give this a full CI run.
Where is the output of `brew config`?
> Seems fine to me! Better some support on ARM than none. Yes, exactly. We've handled other formulae similarly in the past (i.e. disabled/didn't build features to be able to...