You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't have a solution, but I'm pretty sure this is caused by the fact that shape equality is not impacted by SourceLocation. So when mapShapes checks the return value, it sees the shape hasn't changed, and doesn't update it. This is the right behavior shape equality, but we might need something to account for this in the transform specifically.
When you use
mapShapes
to update your shapes' sourceLocation, it appears to be ignored.Demo (scala-cli snippet):
The text was updated successfully, but these errors were encountered: