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: 6c642aa11a0a
Choose a base ref
...
head repository: jruby/jruby
compare: 29edb473f2fd
Choose a head ref
  • 2 commits
  • 47 files changed
  • 1 contributor

Commits on Apr 12, 2018

  1. All in IR are symbols but scope name and calls. A little detour to fi…

    …x some
    
    parser spec failures...
    enebo committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    4204559 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2018

  1. More symbolification of IR. Only oddity of this change was requirement

     to make a RubySymbol for each IRScript.  We maybe can change that later
     but we don't exactly load millions of files so the extra symbol creation
     is not the end of the world.  It cound even be argued we should do this
     to accurately create bytes filesystem expects but our interactions with
     java core libraries makes me wonder if we can really do that or not.
    enebo committed Apr 14, 2018
    Configuration menu
    Copy the full SHA
    29edb47 View commit details
    Browse the repository at this point in the history