-
- Downloads
use try-with-resources to simplify code that forces connections open; other cleanups
Showing
- com.oracle.truffle.r.engine/src/com/oracle/truffle/r/engine/REngine.java 2 additions, 0 deletions...fle.r.engine/src/com/oracle/truffle/r/engine/REngine.java
- com.oracle.truffle.r.library/src/com/oracle/truffle/r/library/utils/CountFields.java 76 additions, 85 deletions...y/src/com/oracle/truffle/r/library/utils/CountFields.java
- com.oracle.truffle.r.nodes.builtin/src/com/oracle/truffle/r/nodes/builtin/base/ConnectionFunctions.java 17 additions, 53 deletions...cle/truffle/r/nodes/builtin/base/ConnectionFunctions.java
- com.oracle.truffle.r.nodes.builtin/src/com/oracle/truffle/r/nodes/builtin/base/ForeignFunctions.java 6 additions, 39 deletions...oracle/truffle/r/nodes/builtin/base/ForeignFunctions.java
- com.oracle.truffle.r.nodes.builtin/src/com/oracle/truffle/r/nodes/builtin/base/LoadFunctions.java 2 additions, 15 deletions...om/oracle/truffle/r/nodes/builtin/base/LoadFunctions.java
- com.oracle.truffle.r.nodes.builtin/src/com/oracle/truffle/r/nodes/builtin/base/ReadDCF.java 1 addition, 1 deletion.../src/com/oracle/truffle/r/nodes/builtin/base/ReadDCF.java
- com.oracle.truffle.r.nodes.builtin/src/com/oracle/truffle/r/nodes/builtin/base/SerializeFunctions.java 7 additions, 30 deletions...acle/truffle/r/nodes/builtin/base/SerializeFunctions.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/conn/ConnectionSupport.java 102 additions, 45 deletions.../com/oracle/truffle/r/runtime/conn/ConnectionSupport.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/conn/FileConnections.java 12 additions, 12 deletions...rc/com/oracle/truffle/r/runtime/conn/FileConnections.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/conn/GZIPConnections.java 11 additions, 9 deletions...rc/com/oracle/truffle/r/runtime/conn/GZIPConnections.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/conn/RConnection.java 24 additions, 16 deletions...me/src/com/oracle/truffle/r/runtime/conn/RConnection.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/conn/SocketConnections.java 6 additions, 6 deletions.../com/oracle/truffle/r/runtime/conn/SocketConnections.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/conn/StdConnections.java 24 additions, 16 deletions...src/com/oracle/truffle/r/runtime/conn/StdConnections.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/conn/TextConnections.java 3 additions, 3 deletions...rc/com/oracle/truffle/r/runtime/conn/TextConnections.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/conn/URLConnections.java 4 additions, 4 deletions...src/com/oracle/truffle/r/runtime/conn/URLConnections.java
Loading
Please register or sign in to comment