-
-
Notifications
You must be signed in to change notification settings - Fork 588
Add tests to the Ellipse, Artboard, and Fill tools #2181
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
Conversation
7465fad
to
ab724d8
Compare
5e0e1f5
to
ab81a48
Compare
ab81a48
to
dfc3483
Compare
9a10691
to
e5ec3e0
Compare
e10381c
to
8798d3f
Compare
8798d3f
to
e73b514
Compare
e73b514
to
932248d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fantastic, thank you for pushing for having more tests!
Is that accurate or did that get referenced in the wrong ticket? I didn't see changes relating to that when I read the diff. |
@Keavon it does provide a system where an identifier can be used instead of an index to access an input (see changes in this PR to the codegen.rs). However I have only used these as part of the new tests and haven't yet modified other instances of the indices. An example of getting the input from an instrumented graph: instrumented.grab_protonode_input::<ellipse::RadiusXInput>(&vec![ellipse_node], &editor.runtime).unwrap() |
I see, that's cool! Looking forward to rolling that out throughout the rest of the code. I like that syntax. |
A not very good attempt at #1490
Closes #2146 because it broke the test.