Skip to content

Commit

Permalink
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion spec/truffle/tags/truffle/array/element_set_tags.txt

This file was deleted.

Original file line number Diff line number Diff line change
@@ -78,7 +78,8 @@ public Object writeWithin(DynamicObject array, int index, Object value,
// Writing within an existing array with an incompatible type - need to generalise

@Specialization(guards = {
"isInBounds(array, index)", "currentStrategy.matches(array)", "!currentStrategy.accepts(array)", "generalizedStrategy.accepts(value)",
"isInBounds(array, index)", "currentStrategy.matches(array)",
"!currentStrategy.accepts(value)", "generalizedStrategy.accepts(value)",
}, limit = "ARRAY_STRATEGIES")
public Object writeWithinGeneralize(DynamicObject array, int index, Object value,
@Cached("of(array)") ArrayStrategy currentStrategy,

0 comments on commit 85408f4

Please sign in to comment.