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: rubinius/rubinius
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fb40475dc895
Choose a base ref
...
head repository: rubinius/rubinius
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 95c00d31482e
Choose a head ref
  • 4 commits
  • 8 files changed
  • 1 contributor

Commits on Apr 18, 2015

  1. Verified

    This commit was signed with the committer’s verified signature.
    lukekarrys Luke Karrys
    Copy the full SHA
    01fa2fa View commit details
  2. Added unconditional logger::write.

    Many log messages may be associated with a particular log level, but some
    log output (eg the command line of the process) are not necessarily associated
    with a log level as that is typically specified. In other words, some info
    should always be written to the log. It's not a matter of program 'condition'
    (eg warning, debug, error). The content *is* informational, but the 'info'
    level typically indicates something between optional and important, inclusive,
    and may be turned off.
    
    Because of syslog limitations, the write() output is tagged LOG_INFO.
    brixen committed Apr 18, 2015

    Verified

    This commit was signed with the committer’s verified signature.
    lukekarrys Luke Karrys
    Copy the full SHA
    b782146 View commit details
  3. Verified

    This commit was signed with the committer’s verified signature.
    lukekarrys Luke Karrys
    Copy the full SHA
    ed2393f View commit details
  4. Fixed halt race.

    brixen committed Apr 18, 2015

    Verified

    This commit was signed with the committer’s verified signature.
    lukekarrys Luke Karrys
    Copy the full SHA
    95c00d3 View commit details
Loading