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

Commits on Jul 8, 2016

  1. Lexical constant searches should not stack targets.

    This logic was flawed. We should only stack up targets when doing
    a hierarchy search, since the LHS of a :: may change over time.
    Invalidation globally should throw the old target away, since it
    will never be executed again.
    headius committed Jul 8, 2016
    Copy the full SHA
    5763968 View commit details

Commits on Jul 9, 2016

  1. Copy the full SHA
    9778b8d View commit details
  2. Copy the full SHA
    1ae29af View commit details
  3. Rework constant caching in indy.

    This fixes #4003. I have rewritten the caching and invalidation to
    work like a call site, with bailout limits on global invalidation
    and type mismatch.
    headius committed Jul 9, 2016
    Copy the full SHA
    d15e35a View commit details
Loading