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: 8347545f44b2
Choose a base ref
...
head repository: jruby/jruby
compare: 0694db42019c
Choose a head ref
  • 4 commits
  • 34 files changed
  • 1 contributor

Commits on Sep 27, 2016

  1. Squashed 'spec/mspec/' changes from e5031c1..5dae43c

    5dae43c Remove extra parens in method definition
    bba1434 Simplify logic in numeric helpers
    97ad3d1 Add missing require
    3b4b81f Require formatters when referring to their constants
    a7ebabf Setup the environment for all commands so they can be run directly
    1b0fe0f Try to load "#{RUBY_ENGINE}.mspec"
    8c2c37e require the full mspec environment only when about to load spec files
    ef6e996 Support running from a single spec file
    a8333b4 Add a few missing require
    8622c59 Delay requiring rbconfig
    253d206 Expand the path before giving it to Kernel.load
    e9353b3 Compute once the value of host OS and fallback on RUBY_PLATFORM if RbConfig is not available
    f86fda4 Remove support for patchlevel in version since it is no longer used since 2.1
    b32353f Gracefully handle missing pp library
    c29fc35 Prefer ||= to defined? for clarity
    268ff4c Prefer Object.const_defined? to defined? for mruby
    81c7a43 Remove old support for iconv
    d1f3c0b Merge pull request #17 from ksss/mruby
    7090340 mruby is not implemented `defined?`
    fa3e9c7 mruby dosen't work to concat string literal
    
    git-subtree-dir: spec/mspec
    git-subtree-split: 5dae43c8604db4357340f9a0891906b48e639a49
    eregon committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    6314016 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01684a8 View commit details
    Browse the repository at this point in the history
  3. Squashed 'spec/ruby/' changes from ffdfa41..ae9cea3

    ae9cea3 Guard File.setgid? spec for superuser.
    486bd3d Specs for reopening class/module private constant.
    0e019a5 Show the exit status when compilation failed
    2fdf80d Spec for high-precision BigMath.log on a Rational.
    c37bf53 define_method should modify the visibility of an UnboundMethod.
    a93fdab Add spec asserting that Kernel#` lets stderr through
    c2c3091 Improve formatting
    651dfd1 Add a spec for #2376
    f24a00f Expose two Enumerator-related bugs
    d05fabf Avoid File.split in require specs
    2c791fb Use expand_path/realpath with a directory base
    9daa861 Fix running a spec file directly:
    2300e4c Merge pull request #293 from iliabylich/add-test-case-for-time-to_i
    3cd1560 Added test case for non-zero Time#to_i.
    f0548a9 getsockopt(2) may retuns SO_LINGER instead of 1
    f6793fa Merge pull request #291 from etehtsea/improve-setsockopt-specs
    5712b54 Add Socket::Option as arg specs to setsockopt
    7f21c2c Merge pull request #290 from etehtsea/improve-unpack-pack-sockaddr
    16ac165 Improve Socket.(pack_)sockaddr_un specs
    19c28c3 Fix pack_sockaddr shared spec
    dddcf78 Add Socket.unpack_sockaddr_un specs
    8bdec12 Improve Socket.unpack_sockaddr_in specs
    
    git-subtree-dir: spec/ruby
    git-subtree-split: ae9cea38bdbeddaf16968ddc311f8ca6c481fca2
    eregon committed Sep 27, 2016
    Configuration menu
    Copy the full SHA
    0eede44 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0694db4 View commit details
    Browse the repository at this point in the history