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

Commits on Jun 6, 2016

  1. Improved logging message format.

    Generally, log messages for non-exceptional events should follow the format:
    
      object: operation: details
    
    For example: 'process: fork: child: <PID, ...'
    
    For exceptional events, the format should be:
    
      <strerror result>: object: details
    brixen committed Jun 6, 2016
    Copy the full SHA
    125baf2 View commit details

Commits on Jun 7, 2016

  1. Copy the full SHA
    b7d9a10 View commit details
  2. Improved Fiber attributes and logging.

    Fiber#source returns the non-core library source code line where the Fiber
    was created. Fiber#thread_name returns the name of the Thread that created the
    Fiber. Fiber#fiber_id returns a unique ID for the Fiber instance.
    
    The Rubinius log includes entries for the Fiber create and exit events.
    brixen committed Jun 7, 2016
    Copy the full SHA
    862a8fd View commit details
  3. Copy the full SHA
    10fea49 View commit details
  4. Copy the full SHA
    1e56ff7 View commit details
Loading