1. 18 Sep, 2019 1 commit
    • Yukihiro "Matz" Matsumoto's avatar
      Fix `super` from aliased methods to work correctly; fix #4718 · ca2d47c2
      Yukihiro "Matz" Matsumoto authored
      We needed to preserve the original method name somewhere. We kept it in
      the `env` structure pointed from aliased methods. #1457 and #1531 tried
      to address this issue. But this patch is more memory efficient.
      
      Limitation: this fix does not support `super` from methods defined by
      `define_method`. This limitation may be addressed in the future, but
      it's low priority.
      ca2d47c2
  2. 17 Sep, 2019 2 commits
  3. 16 Sep, 2019 18 commits
  4. 15 Sep, 2019 9 commits
  5. 14 Sep, 2019 10 commits