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: 245e4fe6d495
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f0e14b1c22ba
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Jan 27, 2018

  1. Copy the full SHA
    cbd05f6 View commit details
  2. Copy the full SHA
    716a0d2 View commit details

Commits on Jan 29, 2018

  1. Merge pull request #5015 from yui-knk/not_used_import

    Remove unused import statements
    enebo authored Jan 29, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f0e14b1 View commit details
Showing with 0 additions and 5 deletions.
  1. +0 −1 core/src/main/java/org/jruby/RubyEncoding.java
  2. +0 −4 core/src/main/java/org/jruby/util/Numeric.java
1 change: 0 additions & 1 deletion core/src/main/java/org/jruby/RubyEncoding.java
Original file line number Diff line number Diff line change
@@ -50,7 +50,6 @@
import org.jruby.runtime.encoding.EncodingService;
import org.jruby.runtime.opto.OptoFactory;
import org.jruby.util.ByteList;
import org.jruby.util.CodeRangeable;
import org.jruby.util.StringSupport;
import org.jruby.util.io.EncodingUtils;
import org.jruby.util.unsafe.UnsafeHolder;
4 changes: 0 additions & 4 deletions core/src/main/java/org/jruby/util/Numeric.java
Original file line number Diff line number Diff line change
@@ -27,7 +27,6 @@
***** END LICENSE BLOCK *****/
package org.jruby.util;

import java.math.BigInteger;
import org.joni.Regex;
import org.jcodings.specific.ASCIIEncoding;
import org.jruby.Ruby;
@@ -40,9 +39,6 @@
import org.jruby.runtime.ThreadContext;
import org.jruby.runtime.builtin.IRubyObject;

import static org.jruby.runtime.Helpers.invokedynamic;
import static org.jruby.runtime.invokedynamic.MethodNames.OP_CMP;

public class Numeric {
public static final boolean CANON = true;