Closed IsabelParedes closed 8 months ago
LGTM!
I think we should do a minor release with this one, and then a major with the passing of parent header as an argument.
cc @DerThorsten
This one is ABI backward incompatible, meaning we need to rebuild all the kernels feedstocks, so I would be in favor of waiting for the parent header change and cut a major release (there is no hurry to release now).
Replacing the function pointers with
std::function
s to be able to pass lambda functions with captured values when creating the server or the debugger.