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

Commits on Oct 16, 2014

  1. Copy the full SHA
    6004527 View commit details
  2. Copy the full SHA
    fb99a85 View commit details
  3. Remove obsolete tags in blocks

    enebo committed Oct 16, 2014
    Copy the full SHA
    48174a6 View commit details
  4. Copy the full SHA
    ef1eb50 View commit details
1 change: 1 addition & 0 deletions core/src/main/java/org/jruby/ir/IRScope.java
Original file line number Diff line number Diff line change
@@ -466,6 +466,7 @@ public CFG getCFG() {
return cfg;
}

@Interp
protected Instr[] prepareInstructions() {
setupLinearization();

1 change: 0 additions & 1 deletion spec/tags/ruby/language/array_tags.txt

This file was deleted.

6 changes: 0 additions & 6 deletions spec/tags/ruby/language/block_tags.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
fails:A block taking |a, b| arguments destructures a splatted Array
fails:A block taking |a, *b| arguments destructures a splatted Array
fails:A block taking |a, b| arguments raises a TypeError if #to_ary does not return an Array
fails:A block taking |a, *b| arguments raises a TypeError if #to_ary does not return an Array
fails:A block taking |a, | arguments raises a TypeError if #to_ary does not return an Array
fails:A block taking |(a, b), c| arguments raises a TypeError if #to_ary does not return an Array
fails:A block taking |(a, b)| arguments raises a TypeError if #to_ary does not return an Array
2 changes: 0 additions & 2 deletions spec/tags/ruby/language/break_tags.txt

This file was deleted.