> @b4n How does the PR look to you? OK to merge? IIUC there was no code changes since my review, so looks good. And history looks OK as well :+1:
> @b4n, IIRC you were the last one to touch it, so how hard is it to extend the > API/ABI versioning system to version the extension interface separate from > the overall plugin interface, then most plugins can still work if the > extension interface is changed in incompatible ways, only extensions need > rebuilding? I can't think of a solution short of introducing another API version & check for that specifically. When I played with it last time it was to make it *incompatible* between GTK versions, so all I had to do was alter the ABI depending on the GTK version, not pack 2 tests in one value. But there might be a trick I don't think of right now :) > But speaking of releases, wasn't there the plan make one in the near future? There were rumors indeed. However on my end I missed the "near future" train and probably won't be able to help with a release until say mid-September. But that might give some time for testing and settling stuff, who knows? :slightly_smiling_face: -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3849#issuecomment-2263971073 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/pull/3849/[email protected]>
