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
base: 7718535c433f
Choose a base ref
...
head repository: opal/opal
compare: 5f5db444908c
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Nov 8, 2013

  1. Fix Kernel#to_s

    meh committed Nov 8, 2013
    Configuration menu
    Copy the full SHA
    c484bf0 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2013

  1. Implement lazy enumerators and remove #next and #rewind

    We always provided a basically useless implementation of next and
    rewind, until we come up with a sane solution that also works for lazy
    and infinite enumerators, it's better to have none than cause hard to
    trace infinite loops.
    meh committed Nov 9, 2013
    Configuration menu
    Copy the full SHA
    5f5db44 View commit details
    Browse the repository at this point in the history