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

Commits on Nov 21, 2016

  1. Copy the full SHA
    8c6ea8e View commit details
  2. Copy the full SHA
    1d394dc View commit details
Showing with 5 additions and 10 deletions.
  1. +0 −10 test/truffle/compiler/README.md
  2. +5 −0 test/truffle/compiler/compile-immediately.sh
10 changes: 0 additions & 10 deletions test/truffle/compiler/README.md

This file was deleted.

5 changes: 5 additions & 0 deletions test/truffle/compiler/compile-immediately.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash

source test/truffle/common.sh.inc

jt ruby --graal --stress --trace -e "puts 'hello'"