1. 15 Jun, 2019 1 commit
    • KOBAYASHI Shuji's avatar
      Fix index in error message of `Struct#[]` · 9e378b45
      KOBAYASHI Shuji authored
      Before this patch:
      
        $ bin/mruby -e 'Struct.new(:a,:b).new[-3]'
        #=> offset -1 too small for struct(size:2) (IndexError)
      
      After this patch (same as Ruby):
      
        $ bin/mruby -e 'Struct.new(:a,:b).new[-3]'
        #=> offset -3 too small for struct(size:2) (IndexError)
      9e378b45
  2. 14 Jun, 2019 2 commits
  3. 13 Jun, 2019 4 commits
  4. 12 Jun, 2019 1 commit
  5. 11 Jun, 2019 3 commits
  6. 10 Jun, 2019 4 commits
  7. 09 Jun, 2019 1 commit
  8. 08 Jun, 2019 2 commits
  9. 07 Jun, 2019 2 commits
  10. 06 Jun, 2019 1 commit
  11. 05 Jun, 2019 2 commits
  12. 04 Jun, 2019 4 commits
  13. 02 Jun, 2019 2 commits
  14. 01 Jun, 2019 1 commit
  15. 31 May, 2019 1 commit
  16. 30 May, 2019 3 commits
  17. 29 May, 2019 6 commits