Skip to content

Conversation

russkel
Copy link

@russkel russkel commented Aug 25, 2025

In order to construct the ParamListener in a node's constructor we are currently required to pass in a shared_ptr<Node> object, which is really only available after the constructor has finished. This allows this to be passed in to the constructor as the pointer.

@russkel russkel marked this pull request as draft August 25, 2025 01:55
@russkel
Copy link
Author

russkel commented Aug 25, 2025

Draft as I have not tested this yet.

@russkel russkel marked this pull request as ready for review September 24, 2025 02:50
@russkel
Copy link
Author

russkel commented Sep 24, 2025

Works for me

@Timple
Copy link
Contributor

Timple commented Sep 24, 2025

we are currently required to pass in a shared_ptr object

This is not really true, you can just pass the parameter interface and the logger.

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.

2 participants