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

Commits on Dec 17, 2014

  1. Copy the full SHA
    24f0ccc View commit details
  2. Copy the full SHA
    a3fecb7 View commit details
Showing with 10 additions and 10 deletions.
  1. +10 −9 README.md
  2. +0 −1 core/src/main/ruby/jruby/truffle/core/rubinius/kernel/common/struct.rb
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -3,15 +3,15 @@
Master: [![Build Status](https://travis-ci.org/jruby/jruby.png?branch=master)](https://travis-ci.org/jruby/jruby)
1.7 branch: [![Build Status](https://travis-ci.org/jruby/jruby.png?branch=jruby-1_7)](https://travis-ci.org/jruby/jruby/branches)

Authors: Stefan Matthias Aust, Anders Bengtsson, Geert Bevin,
Authors: Stefan Matthias Aust, Anders Bengtsson, Geert Bevin, Ola Bini,
Piergiuliano Bossi, Johannes Brodwall, Rocky Burt, Paul Butcher,
Benoit Cerrina, Wyss Clemens, David Corbin, Thomas E Enebo, Robert Feldt,
Russ Freeman, Chad Fowler, Joey Gibson, Kiel Hodges, Xandy Johnson,
Kelvin Liu, Alan Moore, Akinori Musha, Charles Nutter, Takashi Okamoto
Jan Arne Petersen, Tobias Reif, David Saff, Ed Sinjiashvili, Daiki Ueno
Matthias Veit, Jason Voegele, Sergey Yevtushenko, Robert Yokota,
Ola Bini, Nick Sieger, Vladimir Sizikov, and many gracious contributors
from the community.
Benoit Cerrina, Wyss Clemens, David Corbin, Benoit Daloze, Thomas E Enebo,
Robert Feldt, Chad Fowler, Russ Freeman, Joey Gibson, Kiel Hodges,
Xandy Johnson, Kelvin Liu, Kevin Menard, Alan Moore, Akinori Musha,
Charles Nutter, Takashi Okamoto, Jan Arne Petersen, Tobias Reif, David Saff,
Chris Seaton, Nick Sieger, Ed Sinjiashvili, Vladimir Sizikov, Daiki Ueno,
Matthias Veit, Jason Voegele, Sergey Yevtushenko, Robert Yokota,
and many gracious contributors from the community.

Project Contact: Thomas E Enebo <enebo@acm.org>

@@ -48,7 +48,8 @@ See [BUILDING](BUILDING.md) for more information.

## Testing

See [BUILDING: Developing and Testing](BUILDING.md#developing-and-testing) for more information.
See [BUILDING: Developing and Testing](BUILDING.md#developing-and-testing) for
more information.

## More Information

Original file line number Diff line number Diff line change
@@ -35,7 +35,6 @@ def self.new(klass_name, *attrs, &block)
if klass_name
begin
klass_name = StringValue klass_name
p klass_name
rescue TypeError
attrs.unshift klass_name
klass_name = nil