You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the simple fix here would be to mark installed_on_request as nilable in the FormulaInstaller initializer. Long-term it'd be nice to add types to the Tab class files to prevent these sorts of type errors from happening at runtime. My assumption is that there are cases where fields can be left nil when written to disk during the original install.
These can return `true`, `false` or `nil` so adjust the signature to
note this and fix the call sites to ensure we don't accidentally pass
through `nil` values when we shouldn't.
While we're here, make a `TODO` to fix this bad API up in future.
Fixes#19076
brew gist-logs <formula>
link ORbrew config
ANDbrew doctor
outputVerification
brew doctor
output saysYour system is ready to brew.
and am still able to reproduce my issue.brew update
and am still able to reproduce my issue.brew doctor
and that did not fix my problem.What were you trying to do (and why)?
Trying to install ffmpeg
What happened (include all command output)?
What did you expect to happen?
Successfull installation for ffmpeg
Step-by-step reproduction instructions (by running
brew
commands)The text was updated successfully, but these errors were encountered: