Daniel Nachun
Daniel Nachun
I think we can update these lists now because we've bottled `qt@5` for Intel Monterey and that was the main reason some bottles were missing for Intel Monterey but not...
That's a very fair point. I did a cursory check of the dependents of `openjdk@8`, and of those which are not already deprecated or disabled, all but a handful appear...
I'll start working on a "deprecate or update formulae that depend on `openjdk@8`" issue like I did for Python 2, which was quite successful.
I think we should also give serious consideration to deprecating or updating formulae that depend on `gtk+` (GTK2). GTK2 is EOL as of the release of GTK4: https://blog.gtk.org/2020/12/16/gtk-4-0/. The `gtkglext`...
A missing `#include ` and the `-fpermissive` CFLAG was all that was needed to fix this on Linux.
The way I was handling it right now (which may not be correct or ideal) was to let `prefix/"lib/gobject-introspection/giscanner/doctemplates"` still be installed by `gobject-introspection`, and the rest of `giscanner` gets...
Everything seems to be working now, though I foolishly forgot to revision bump `gobject-introspection`. I don't love the solution we're using right and we should think about how some of...
I had to deparallelize the test for `gobject-introspection-utils` because it seems to experience a sporadic race condition. I think this is now ready to merge.
I did run dependent testing in the last run and it all looked fine but I can rerun it again now. The only thing I changed from the last run...
As with the previous dependent testing run, there were no failures on macOS and the only ones on Linux were unrelated.