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: opal/opal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 373deefe1ab3
Choose a base ref
...
head repository: opal/opal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 921df0c1dcf0
Choose a head ref

Commits on Jun 27, 2015

  1. Copy the full SHA
    72bc496 View commit details
  2. Copy the full SHA
    943444e View commit details
  3. Pass Time#dup

    vais committed Jun 27, 2015
    Copy the full SHA
    47a87a9 View commit details
  4. Pass Time.at

    vais committed Jun 27, 2015
    Copy the full SHA
    df3eb5c View commit details
  5. Pass Time#succ

    vais committed Jun 27, 2015
    Copy the full SHA
    86a5d62 View commit details
  6. Pass Time#to_a, Time#dst?, Time#isdst, but add to filters/unsupported

    These specs pass when run in isolation, but fail when run as part
    of the entire spec suite because of the way TZ environment variable
    affects JavaScript runtime. It takes effect if certain global flags
    inside of V8 have not been set yet, and if/once they have been set,
    the effect of changing TZ environment variable is non-deterministic.
    vais committed Jun 27, 2015
    Copy the full SHA
    f4b3aa4 View commit details
  7. Pull in latest RubySpec

    vais committed Jun 27, 2015
    Copy the full SHA
    9c7d502 View commit details
  8. Pass Time#+

    vais committed Jun 27, 2015
    Copy the full SHA
    d0880e3 View commit details
  9. Pass Time#-

    vais committed Jun 27, 2015
    Copy the full SHA
    b97cf77 View commit details
  10. Copy the full SHA
    a008f8a View commit details
  11. Pass Time.new

    vais committed Jun 27, 2015
    Copy the full SHA
    c55b41b View commit details
  12. Pass Time.local

    vais committed Jun 27, 2015
    Copy the full SHA
    7ba1576 View commit details
  13. Copy the full SHA
    3e042f7 View commit details
  14. Pass Time.gm

    vais committed Jun 27, 2015
    Copy the full SHA
    51a820c View commit details
  15. Pass Time.utc (alias of Time.gm)

    vais committed Jun 27, 2015
    Copy the full SHA
    06a9cfa View commit details
  16. Unsupported Time._load

    vais committed Jun 27, 2015
    Copy the full SHA
    7f4c72a View commit details
  17. Pass Time#gmt?

    vais committed Jun 27, 2015
    Copy the full SHA
    551ec6f View commit details
  18. Pass Time#getgm, Time#getutc, but add to filters/unsupported

    These specs pass when run in isolation, but fail when run as part
    of the entire spec suite because of the way TZ environment variable
    affects JavaScript runtime. It takes effect if certain global flags
    inside of V8 have not been set yet, and if/once they have been set,
    the effect of changing TZ environment variable is non-deterministic.
    vais committed Jun 27, 2015
    Copy the full SHA
    e70f2fc View commit details
  19. Copy the full SHA
    0b32197 View commit details
  20. Copy the full SHA
    2c76f4d View commit details
  21. Copy the full SHA
    69d8a2e View commit details
  22. Pass Time#zone

    vais committed Jun 27, 2015
    Copy the full SHA
    50bd192 View commit details
  23. Unsupported Time#localtime

    vais committed Jun 27, 2015
    Copy the full SHA
    9502344 View commit details
  24. Unsupported Time#getlocal

    vais committed Jun 27, 2015
    Copy the full SHA
    d8c9438 View commit details
  25. Unsupport Time#nsec

    vais committed Jun 27, 2015
    Copy the full SHA
    5d5a44d View commit details
  26. Pass Time#gmtime, Time#utc, but add to filters/unsupported

    These methods work, but only in the current sytem time zone.
    vais committed Jun 27, 2015
    Copy the full SHA
    fc9d0d4 View commit details
  27. Copy the full SHA
    470ae78 View commit details
  28. Unsupported Time#usec

    vais committed Jun 27, 2015
    Copy the full SHA
    296e1b7 View commit details
  29. Copy the full SHA
    51a6925 View commit details

Commits on Jun 28, 2015

  1. Merge pull request #967 from vais/time

    `Time` cleanup
    elia committed Jun 28, 2015
    Copy the full SHA
    921df0c View commit details
Showing with 431 additions and 398 deletions.
  1. +237 −139 opal/corelib/time.rb
  2. +0 −249 spec/filters/bugs/time.rb
  3. +193 −9 spec/filters/unsupported/time.rb
  4. +1 −1 spec/rubyspec
Loading