Closed xendk closed 8 months ago
Fixes reference to LibVips::GConnectFlags::GConnectAfter to LibVips::GConnectFlags::After.
LibVips::GConnectFlags::GConnectAfter
LibVips::GConnectFlags::After
This ought to have been caught by the Github workflow, but apparently not, the commit history shows that only the other workflow has been run.
The workflow log tells us that the scheduled running has been disabled due to inactivity, but that shouldn't disable the workflow entirely on main.
Running the specs locally, I get a segfault, but I'll create a separate issue for that (it was what caused me to upgrade in the first place).
I've added an issue on install-crystal explaining the problem, and filed a bug with GitHub on the schedule disabling.
Fixes reference to
LibVips::GConnectFlags::GConnectAfter
toLibVips::GConnectFlags::After
.This ought to have been caught by the Github workflow, but apparently not, the commit history shows that only the other workflow has been run.
The workflow log tells us that the scheduled running has been disabled due to inactivity, but that shouldn't disable the workflow entirely on main.
Running the specs locally, I get a segfault, but I'll create a separate issue for that (it was what caused me to upgrade in the first place).