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

Commits on Mar 7, 2016

  1. Copy the full SHA
    c60ce9e View commit details
  2. Copy the full SHA
    8c4e206 View commit details
Showing with 3 additions and 1 deletion.
  1. +3 −1 lib/ruby/truffle/jruby+truffle/lib/runner.rb
4 changes: 3 additions & 1 deletion lib/ruby/truffle/jruby+truffle/lib/runner.rb
Original file line number Diff line number Diff line change
@@ -577,10 +577,12 @@ def do_definition(name, raise: true)
return false
end
else
puts "Using: #{ci_file}"
puts "Using CI definition: #{ci_file}"
catch :cancel_ci! do
instance_eval File.read(ci_file), ci_file, 1
end

return true
end
end