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

Commits on Jun 18, 2016

  1. Copy the full SHA
    4fc44ff View commit details
  2. Copy the full SHA
    f349a01 View commit details
4 changes: 0 additions & 4 deletions spec/truffle/specs/truffle/debug/java_class_of_spec.rb
Original file line number Diff line number Diff line change
@@ -34,8 +34,4 @@
Truffle::Debug.java_class_of(3.14).should == 'Double'
end

it "returns 'DynamicObject*' for a String" do
Truffle::Debug.java_class_of('test').start_with?('DynamicObject').should be_true
end

end
1 change: 1 addition & 0 deletions spec/truffle/tags/core/rational/denominator_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
graalvm:Rational#denominator returns the denominator
1 change: 1 addition & 0 deletions spec/truffle/tags/core/rational/numerator_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
graalvm:Rational#numerator returns the numerator