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

Commits on Mar 13, 2018

  1. RubySymbol.getRawString() -> idString() - Point that it is raw should…

    … not the
    
    important part of the API as much as consolidating our vocabulary to know we
    need an identifier(id) string.
    
    RubySymbol.retrieveIDSymbol() - We know we need an identifier reserved in the
    symbol table but we don't know if it is there already.  This will make or
    retrieve one.
    
    Some minor changes to use newer vocab and fix up some constant methods (not
    finished).
    enebo committed Mar 13, 2018
    Copy the full SHA
    a3bc4ed View commit details
  2. Copy the full SHA
    63c2d53 View commit details
Loading