naqvis / crystal-vips

Crystal bindings for the libvips image processing library.
MIT License
41 stars 5 forks source link

Fix enum usage after refactor #8

Closed xendk closed 8 months ago

xendk commented 8 months ago

Fixes reference to LibVips::GConnectFlags::GConnectAfter to 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).

xendk commented 8 months ago

I've added an issue on install-crystal explaining the problem, and filed a bug with GitHub on the schedule disabling.