-
Notifications
You must be signed in to change notification settings - Fork 12
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
Wrapper Unit Tests: createTandem cannot accept dots, Property already deferred #68
Comments
I can reproduce this by loading the state wrapper. |
Bugs I've cleaned up in this issue (sorry they all sorta mixed together):
@samreid I'm going to assign you to review, but ideally we should just have a conversation about this stuff. I think it will be much easier than trying to parse each thing above over comment chat. |
Reducing priority relative to other high priority tasks. |
Unassigning until we turn our attention to phet-io for this sim. |
I'm not clear on what the status is for this issue. It's ready-for-review but unassigned. Looks like @zepumph did the bulk of the work as described in #68 (comment). So back to him to adjust labels and describe what remains to be done. |
This older pattern of dynamic elements, and therefore need to create a hacky Tandem, was removed in phetsims/tandem#87. There are no more usages of CLosing |
While debugging #67 I am encountering these when running wrapper unit tests.
And
I am curious about the first error. "element" is not defined as a tandem name in the sim, so is "controlPoint.element~0" getting generated internally?
I ran ?fuzz with studio and I am not sure how else I can try to reproduce outside of unit tests. @samreid @chrisklus or @zepumph would you mind helping with these?
The text was updated successfully, but these errors were encountered: