Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jruby/jruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6b0df4c4d97a
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 72327027c544
Choose a head ref
  • 6 commits
  • 11 files changed
  • 1 contributor

Commits on Nov 3, 2016

  1. Copy the full SHA
    e2b7026 View commit details
  2. Copy the full SHA
    b63d10e View commit details
  3. Copy the full SHA
    358e35f View commit details
  4. [Truffle] Dead code.

    chrisseaton committed Nov 3, 2016
    Copy the full SHA
    094fc3f View commit details
  5. Copy the full SHA
    8826a8b View commit details
  6. Copy the full SHA
    7232702 View commit details
4 changes: 0 additions & 4 deletions truffle/src/main/java/org/jruby/truffle/RubyContext.java
Original file line number Diff line number Diff line change
@@ -61,8 +61,6 @@

public class RubyContext extends ExecutionContext {

private static volatile RubyContext latestInstance;

private final TruffleLanguage.Env env;
private final Ruby jrubyRuntime;

@@ -105,8 +103,6 @@ public class RubyContext extends ExecutionContext {
private String currentDirectory;

public RubyContext(Ruby jrubyRuntime, TruffleLanguage.Env env) {
latestInstance = this;

this.jrubyRuntime = jrubyRuntime;
this.jrubyInterop = new JRubyInterop(this, jrubyRuntime);
this.env = env;
Original file line number Diff line number Diff line change
@@ -28,7 +28,6 @@
import com.oracle.truffle.api.profiles.ConditionProfile;
import com.oracle.truffle.api.source.SourceSection;
import org.jcodings.specific.UTF8Encoding;
import org.jruby.runtime.Helpers;
import org.jruby.truffle.Layouts;
import org.jruby.truffle.RubyContext;
import org.jruby.truffle.builtins.CoreClass;
Original file line number Diff line number Diff line change
@@ -40,8 +40,6 @@
import jnr.constants.platform.Errno;
import org.jcodings.Encoding;
import org.jcodings.specific.UTF8Encoding;
import org.jruby.common.IRubyWarnings;
import org.jruby.runtime.Helpers;
import org.jruby.runtime.Visibility;
import org.jruby.truffle.Layouts;
import org.jruby.truffle.RubyContext;
Original file line number Diff line number Diff line change
@@ -22,7 +22,6 @@
import com.oracle.truffle.api.source.SourceSection;
import org.jcodings.specific.UTF8Encoding;
import org.jruby.runtime.ArgumentDescriptor;
import org.jruby.runtime.Helpers;
import org.jruby.truffle.Layouts;
import org.jruby.truffle.RubyContext;
import org.jruby.truffle.builtins.CoreClass;
Original file line number Diff line number Diff line change
@@ -17,7 +17,6 @@
import com.oracle.truffle.api.source.SourceSection;
import org.jcodings.specific.UTF8Encoding;
import org.jruby.runtime.ArgumentDescriptor;
import org.jruby.runtime.Helpers;
import org.jruby.runtime.Visibility;
import org.jruby.truffle.Layouts;
import org.jruby.truffle.RubyContext;
Loading