Debug view occasionally lists representation coordinates out of order #41
Loading…
Reference in New Issue
Block a user
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.