Skip to content

Commit

Permalink
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -83,7 +83,6 @@ matrix:
- env: JT='test specs :truffle'
jdk: oraclejdk8
allow_failures:
- env: PHASE='-Prake -Dtask=test:mri:fullint'
- env: JT='test mri'
jdk: oraclejdk8
- env: JT='test gems' JAVA_OPTS="$JAVA_OPTS -Xmx512m" HAS_REDIS=true
3 changes: 3 additions & 0 deletions core/src/main/java/org/jruby/ir/instructions/CallBase.java
Original file line number Diff line number Diff line change
@@ -227,6 +227,9 @@ public boolean computeScopeFlags(IRScope scope) {
}
}

// Refined scopes require dynamic scope in order to get the static scope
if (potentiallyRefined) scope.getFlags().add(REQUIRES_DYNSCOPE);

return modifiedScope;
}

0 comments on commit e1532ff

Please sign in to comment.