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
base: 8737eb54b0ff
Choose a base ref
...
head repository: jruby/jruby
compare: f4f1e596854a
Choose a head ref
  • 5 commits
  • 4 files changed
  • 1 contributor

Commits on Sep 11, 2014

  1. Clean up javadocs.

    headius committed Sep 11, 2014
    Copy the full SHA
    5dc303f View commit details
    Browse the repository at this point in the history
  2. Match MRI error text.

    headius committed Sep 11, 2014
    Copy the full SHA
    03c93e7 View commit details
    Browse the repository at this point in the history
  3. Add to_a and to_ary cases.

    headius committed Sep 11, 2014
    Copy the full SHA
    b0cd4d3 View commit details
    Browse the repository at this point in the history
  4. Clean up imports.

    headius committed Sep 11, 2014
    Copy the full SHA
    a75da25 View commit details
    Browse the repository at this point in the history
  5. Fix new coercion logic.

    MRI's tests for respond_to? also included a test for NOEX_BASIC,
    which appears to be a flag only added to respond_to?,
    respond_to_missing?, and method_missing. We do not have this flag,
    so instead we just check that respond_to? is not the builtin
    version.
    headius committed Sep 11, 2014
    Copy the full SHA
    f4f1e59 View commit details
    Browse the repository at this point in the history