Debug view occasionally lists representation coordinates out of order #41
Labels
No labels
bug
duplicate
enhancement
prospective
question
todo
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: glen/dyna3#41
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For debugging, the outline currently shows each element's representation vector. Unfortunately, it sometimes shows the coordinates out of order.
This may be a bug in Sycamore's
Indexed
view, which I've inquired about on the Sycamore help forum. I have a workaround ready to pull-request whenever it's convenient. That pull request should commute with #34.Reproduction
You can reproduce this bug in many ways. Here's one that works especially consistently.
With #34 merged, feel free to PR away.
Will do. The Sycamore maintainer responded to my forum post, so I'll follow up on that first in case there's a cleaner, simpler fix.
Based on my conversation with the Sycamore maintainer, it seems like this is indeed a bug in
Indexed
. I'll pull-request my workaround as soon as #43 is reviewed and merged.