-
Notifications
You must be signed in to change notification settings - Fork 32
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
unpack with @with_kw #123
Comments
Yes, that's a mistake in the docs, packing only works with |
I'm new to Github. Should the pull request eliminate the reference to unpack in this case? |
Maybe use Setfield in this instance, instead of @pack! ? |
Maybe make a mutable struct:
Also, maybe add a note that |
Done! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I was trying to run the example in the manual section "(Un)pack macros":
I get the following error:
Has the package been update in a way that this example is no longer valid? I could really use this feature of changing the values of an instance of parameters. Thanks.
The text was updated successfully, but these errors were encountered: