Skip to content

Updated plugin registration for 7.0#2349

Merged
rorywalsh merged 1 commit intodevelopfrom
fix/plugin
Nov 3, 2025
Merged

Updated plugin registration for 7.0#2349
rorywalsh merged 1 commit intodevelopfrom
fix/plugin

Conversation

@vlazzarini
Copy link
Member

Plugin registration had not been updated to 7.0 conventions. This PR fixes the issue.

Closes #2347

@vlazzarini vlazzarini requested a review from rorywalsh November 3, 2025 09:30
Copy link
Contributor

@rorywalsh rorywalsh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm assume it's fine to pass NULL as the init function parameter when dealing with exclusively a or k rate threads? In the previous code the init function was always passed as an argument to AppendOpcode()

@vlazzarini
Copy link
Member Author

vlazzarini commented Nov 3, 2025

it's not only OK, but it's also the only way now to guarantee the code not to run at init, perf or deinit since we removed the redundant thread attribute in OENTRY.

Copy link
Contributor

@rorywalsh rorywalsh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, thanks for clarifying.

@rorywalsh rorywalsh merged commit e8ee440 into develop Nov 3, 2025
20 checks passed
@rorywalsh rorywalsh deleted the fix/plugin branch November 3, 2025 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

limit() of array has no effect

2 participants