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

Commits on Feb 10, 2017

  1. Some minor instrumentation to the Time classes so we can debug

    why wday returns a different value on darwin versus freebsd for
    the same inputs.
    
    To see the difference, run:
    bin/rbx time_test2.rb
    
    I also recommend checking this out on linux and running it there.
    Unfortunately linux has yet another set of definitions for various
    time_t fields so the printf's need updating in certain cases. I
    didn't feel like adding another #elsif for linux so we could have
    all code compile cleanly everywhere.
    chuckremes committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    5db9aa4 View commit details
    Browse the repository at this point in the history
  2. add more instrumentation

    chuckremes committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    1dc18dd View commit details
    Browse the repository at this point in the history
Loading