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: jruby/jruby
base: 4eb03ea46348
Choose a base ref
...
head repository: jruby/jruby
compare: 5ec7793f444b
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Nov 1, 2016

  1. Simplified the defining of encoding constants.

    This reverts a large part of 1f88220 and 3beeeb8. As it turns out, the iterators provided by jcodings are a good enough interface and other usability improvements have been made, obviating the need for this visitor pattern.
    nirvdrum committed Nov 1, 2016
    Copy the full SHA
    3a9d19f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    446632b View commit details
    Browse the repository at this point in the history
  3. [Truffle] No need to lazy load dummy encodings.

    We load all encodings eagerly and account for dummy encodings during bootstrap.
    nirvdrum committed Nov 1, 2016
    Copy the full SHA
    5ec7793 View commit details
    Browse the repository at this point in the history