1. 08 Oct, 2021 1 commit
  2. 07 Oct, 2021 1 commit
  3. 05 Oct, 2021 1 commit
  4. 04 Oct, 2021 2 commits
  5. 03 Oct, 2021 2 commits
  6. 02 Oct, 2021 2 commits
  7. 01 Oct, 2021 1 commit
  8. 30 Sep, 2021 3 commits
  9. 28 Sep, 2021 2 commits
  10. 27 Sep, 2021 1 commit
  11. 26 Sep, 2021 1 commit
  12. 25 Sep, 2021 1 commit
  13. 24 Sep, 2021 4 commits
  14. 23 Sep, 2021 2 commits
  15. 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
  16. 21 Sep, 2021 1 commit
  17. 20 Sep, 2021 9 commits
  18. 19 Sep, 2021 2 commits
  19. 16 Sep, 2021 3 commits