Skip to content

Commit

Permalink
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -64,7 +64,6 @@ public void writeExistingField(DynamicObject object, Object value,
@Specialization(
guards = {
"!hasField",
"newShape != null", // workaround for DSL bug
"object.getShape() == oldShape" },
assumptions = { "newArray(oldShape.getValidAssumption(), newShape.getValidAssumption(), validLocation)" },
limit = "getCacheLimit()")

0 comments on commit 71e35c2

Please sign in to comment.