[bug #64295] Detect plugin binary compatibility at load time

2023-06-11 Thread Dmitry Goncharov
Follow-up Comment #2, bug #64295 (project make): Paul, i see that you introduced a new parameter to the setup function. This new parameter will cause make to crash (if the user is fortunate) or it will cause some undefined behavior otherwise. >From the users point of view the cause will be difficu

[bug #64295] Detect plugin binary compatibility at load time

2023-06-11 Thread Dmitry Goncharov
Follow-up Comment #1, bug #64295 (project make): This patch implements make abi versioning for loadable plugins. The proposed patch is binary compatible with existing plugins. This patch allows make to detect if a plugin is binary compatible and exit with an error in the case of a binary incompat

[bug #64295] Detect plugin binary compatibility at load time

2023-06-11 Thread Dmitry Goncharov
Additional Item Attachment, bug #64295 (project make): File name: sv64295_detect_plugin_compat.diff Size:12 KB ___ Reply to this item at:

[bug #64295] Detect plugin binary compatibility at load time

2023-06-11 Thread Dmitry Goncharov
URL: Summary: Detect plugin binary compatibility at load time Group: make Submitter: dgoncharov Submitted: Sun 11 Jun 2023 02:36:50 PM UTC Severity: 3 - Normal I