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

set many fields at once #80

Closed
rveltz opened this issue Sep 16, 2019 · 2 comments
Closed

set many fields at once #80

rveltz opened this issue Sep 16, 2019 · 2 comments

Comments

@rveltz
Copy link

rveltz commented Sep 16, 2019

Hi,

Is the following a low hanging fruit?

Thank you for your very useful package(s) ;D

A = (a=1,b=2,c=3)
B = @set A.a=1.0

# This does not work....
C = @set A.a=1.0 A.b = -1.0
@tkf
Copy link
Collaborator

tkf commented Sep 16, 2019

It is a frequently requested feature :)

Quoting @jw3126 in #62 (comment):

A lot of people including myself want it. The problem is that somebody actually has to implement it .

See also: #74

@rveltz
Copy link
Author

rveltz commented Sep 16, 2019

setproperties is good enough!!!

I had not seen it.

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

No branches or pull requests

2 participants