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

fix @accessor on type #89

Merged
merged 2 commits into from
Feb 17, 2023
Merged

fix @accessor on type #89

merged 2 commits into from
Feb 17, 2023

Conversation

aplavin
Copy link
Member

@aplavin aplavin commented Feb 12, 2023

Nasty bug: all setters created by @Accessor T(x) = ... where T is a type were actually a single set(x, ::DataType, v) method.

Seems like a reasonably clean fix?

Nasty bug: all setters created by @Accessor T(x) = ... where T is a type were actually a single set(x, ::DataType, v) method.
src/sugar.jl Outdated Show resolved Hide resolved
@aplavin
Copy link
Member Author

aplavin commented Feb 17, 2023

I presume I can merge this, right?

@jw3126
Copy link
Member

jw3126 commented Feb 17, 2023

yes you can merge this

@aplavin aplavin merged commit 45edc3d into JuliaObjects:master Feb 17, 2023
@aplavin aplavin deleted the acfix branch February 17, 2023 09:25
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