feat(core): pass signal node to throwInvalidWriteToSignalErrorFn#59600
feat(core): pass signal node to throwInvalidWriteToSignalErrorFn#59600mturco wants to merge 1 commit intoangular:mainfrom
Conversation
Updates the signature of the `throwInvalidWriteToSignalError` to take the signal node in question and pass it along to the throwInvalidWriteToSignalErrorFn handler function. This allows the handler to e.g. include the signal name in error messaging.
461d2b8 to
4a4d2a1
Compare
thePunderWoman
left a comment
There was a problem hiding this comment.
This looks useful!
reviewed-for: public-api, primitives
|
reviewed-for: public-api, primitives |
pkozlowski-opensource
left a comment
There was a problem hiding this comment.
LGTM
Reviewed-for: public-api
Reviewed-for: fw-primitives
|
@mturco Looks like there's a few consistently failing targets. Unclear if they are related though. Can you take a look? |
|
@thePunderWoman synced and reran the TGP and it's green now! |
|
TESTED=TGP |
|
This PR was merged into the repository by commit 2588985. The changes were merged into the following branches: main |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Updates the signature of the
throwInvalidWriteToSignalErrorto take the signal node in question and pass it along to the throwInvalidWriteToSignalErrorFn handler function. This allows the handler to e.g. include the signal name in error messaging.PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
throwInvalidWriteToSignalErrorcallsthrowInvalidWriteToSignalErrorFnwith no arguments.Issue Number: N/A
What is the new behavior?
throwInvalidWriteToSignalErrorcallsthrowInvalidWriteToSignalErrorFnwith the signal node as an argument.Does this PR introduce a breaking change?
Other information