1. 07 Oct, 2021 1 commit
  2. 05 Oct, 2021 1 commit
  3. 04 Oct, 2021 2 commits
  4. 03 Oct, 2021 2 commits
  5. 02 Oct, 2021 2 commits
  6. 01 Oct, 2021 1 commit
  7. 30 Sep, 2021 3 commits
  8. 28 Sep, 2021 2 commits
  9. 27 Sep, 2021 1 commit
  10. 26 Sep, 2021 1 commit
  11. 25 Sep, 2021 1 commit
  12. 24 Sep, 2021 4 commits
  13. 23 Sep, 2021 2 commits
  14. 22 Sep, 2021 1 commit
    • Yukihiro "Matz" Matsumoto's avatar
      error.c: stop calling `initialize` from VM exceptions. · fd7896e5
      Yukihiro "Matz" Matsumoto authored
      The invocation of `initialize` hook can cause infinite recursion too
      easily. We stop invoking the method for safety, at the cost of less
      flexibility.
      
      The `initialize` methods (e.g. ones defined in `mrblib/10error.rb`) are
      called only from `NoMethodError.new(args..)` forms.
      fd7896e5
  15. 21 Sep, 2021 1 commit
  16. 20 Sep, 2021 9 commits
  17. 19 Sep, 2021 2 commits
  18. 16 Sep, 2021 3 commits
  19. 15 Sep, 2021 1 commit