-
- Downloads
Fix: do not use getInternalStore in places where the store may be null
The store may be null if the vector was transformed to a vector backed by native memory.
Showing
- com.oracle.truffle.r.library/src/com/oracle/truffle/r/library/stats/PPSum.java 2 additions, 2 deletions...library/src/com/oracle/truffle/r/library/stats/PPSum.java
- com.oracle.truffle.r.nodes.builtin/src/com/oracle/truffle/r/nodes/builtin/base/CharTr.java 35 additions, 21 deletions...n/src/com/oracle/truffle/r/nodes/builtin/base/CharTr.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/data/RVector.java 2 additions, 2 deletions...untime/src/com/oracle/truffle/r/runtime/data/RVector.java
Loading
Please register or sign in to comment