Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move creation_callback arg to be final arg of generate function #9

Open
elliotcmorris opened this issue Nov 28, 2022 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@elliotcmorris
Copy link
Contributor

elliotcmorris commented Nov 28, 2022

Spawned from this conversation.

Move the creation_callback argument in the generate method to the end of the function, so users can opt to omit it more often.

The reasoning is that it's rarely used, and it's a more complicated type than your bog standard ints and bools, so isn't very intuitive.

Default logging to std::err if non supplied.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

1 participant