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

Binding properties are not generated properly in Graphaello.swift #34

Open
gevorgyanvahagn opened this issue Feb 25, 2021 · 4 comments
Open

Comments

@gevorgyanvahagn
Copy link

@Binding var someBool: Bool is generated as someBool: Bool instead of someBool: Binding<Bool>>

@nerdsupremacist
Copy link
Owner

Thanks for the bug report! You're on fire!
That's really strange.

For documentation purposes:
This should be handled already in the BasicPropertyExtractor

Screen Shot 2021-02-26 at 12 10 50 PM

@gevorgyanvahagn
Copy link
Author

Sorry, didn't get you, you mean it is already fixed in Graphaello.swift?

@nerdsupremacist
Copy link
Owner

I mean that I thought this case was already dealt with. And pasted the code that was responsible for dealing with bindings...
I still want to take a look at it ;)

@gevorgyanvahagn
Copy link
Author

@nerdsupremacist will provide a demo code

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