Skip to content

Conversation

@parth-07
Copy link
Contributor

@parth-07 parth-07 commented Dec 5, 2025

This commit updates CHECK_LINK_STATE functionality in the plugin framework to account for the ActBefore states. Until now, these link states did not exist in the linker and thus the plugin framework could not have checks for these states.

Resolves #655

@quic-seaswara
Copy link
Contributor

is this a change that affects backwards compatibility ?

@partaror partaror force-pushed the NewLinkStates branch 2 times, most recently from 6cbc0ab to 422fd55 Compare December 29, 2025 08:29
This commit updates CHECK_LINK_STATE functionality in the plugin
framework to account for the ActBefore<LinkState> states. Until now,
these link states did not exist in the linker and thus the plugin
framework could not have checks for these states.

Resolves qualcomm#655

Signed-off-by: Parth Arora <partaror@qti.qualcomm.com>
@parth-07
Copy link
Contributor Author

parth-07 commented Jan 2, 2026

is this a change that affects backwards compatibility ?

No, this change does not affect backwards compatibility. If it does by any chance, then it is a bug in this change.

@quic-seaswara
Copy link
Contributor

Can you pls verify this ? We dont want to break old plugins.

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.

AddBefore<LinkState> states are missing in the CHECK_LINK_STATES and Module::LinkState

2 participants