On 2018-03-28 06:30 PM, Lex Trotman wrote:
On 29 March 2018 at 11:28, Matthew Brush <[email protected]> wrote:
On 2018-03-28 06:21 PM, Lex Trotman wrote:


I guess the plugins linking to the util library
need to bump their API/ABI versions instead.

Thats what I meant yeah.


Or provide a helper macro/function in the util lib to check for the highest of version that the plugin or the lib needs, to make it more automatic.

Like:

#define GEANY_UTILS_REGISTER(p, version) \
  GEANY_PLUGIN_REGISTER(p, MAX(version, UTILS_LIB_VERSION))

Or something like that.

Regards,
Matthew Brush
_______________________________________________
Users mailing list
[email protected]
https://lists.geany.org/cgi-bin/mailman/listinfo/users

Reply via email to