1. 26 Jun, 2019 1 commit
  2. 25 Jun, 2019 11 commits
  3. 24 Jun, 2019 1 commit
  4. 23 Jun, 2019 4 commits
  5. 22 Jun, 2019 5 commits
  6. 21 Jun, 2019 1 commit
  7. 20 Jun, 2019 1 commit
  8. 19 Jun, 2019 1 commit
  9. 18 Jun, 2019 4 commits
  10. 17 Jun, 2019 8 commits
  11. 16 Jun, 2019 1 commit
  12. 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
  13. 14 Jun, 2019 1 commit