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

Commits on Mar 22, 2015

  1. Copy the full SHA
    3e13b38 View commit details
  2. Merge pull request #2741 from fniephaus/copyright

    Add missing copyright headers [ci skip]
    chrisseaton committed Mar 22, 2015
    Copy the full SHA
    e239506 View commit details
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* Copyright (c) 2015 Software Architecture Group, Hasso Plattner Institute.
* All rights reserved. This code is released under a tri EPL/GPL/LGPL license.
* You can use it, redistribute it and/or modify it under the terms of the:
*
* Eclipse Public License version 1.0
* GNU General Public License version 2
* GNU Lesser General Public License version 2.1
*/
package org.jruby.truffle.nodes.methods;

import org.jruby.truffle.nodes.RubyNode;
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* Copyright (c) 2015 Software Architecture Group, Hasso Plattner Institute.
* All rights reserved. This code is released under a tri EPL/GPL/LGPL license.
* You can use it, redistribute it and/or modify it under the terms of the:
*
* Eclipse Public License version 1.0
* GNU General Public License version 2
* GNU Lesser General Public License version 2.1
*/
package org.jruby.truffle.nodes.methods.arguments;

import org.jruby.truffle.nodes.RubyNode;
@@ -21,5 +30,5 @@ public static class OptionalKeywordArgMissing {}
public Object execute(VirtualFrame frame) {
return instance;
}

}
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* Copyright (c) 2015 Software Architecture Group, Hasso Plattner Institute.
* All rights reserved. This code is released under a tri EPL/GPL/LGPL license.
* You can use it, redistribute it and/or modify it under the terms of the:
*
* Eclipse Public License version 1.0
* GNU General Public License version 2
* GNU Lesser General Public License version 2.1
*/
package org.jruby.truffle.nodes.methods.arguments;

import org.jruby.truffle.nodes.RubyNode;