index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
mrbgems
/
mruby-struct
/
test
Age
Commit message (
Expand
)
Author
2021-10-12
Support Ruby3.0 keyword arguments.
Yukihiro "Matz" Matsumoto
2019-07-17
Merge branch 'master' into i110/inspect-recursion
Yukihiro "Matz" Matsumoto
2019-06-13
Fix class name validation in `Struct.new`
KOBAYASHI Shuji
2019-04-28
Commented out "Struct.new removes existing constant" test
KOBAYASHI Shuji
2019-03-19
Use `FrozenError` instead of `RuntimeError` in frozen object modification test
KOBAYASHI Shuji
2018-06-04
Let inspect recursion do the right thing
Ichito Nagata
2017-10-29
Need to check number of argument of `Struct#new`; fix #3823
Yukihiro "Matz" Matsumoto
2017-04-21
Support freeze in `Struct`.
take_cheeze
2016-11-30
add a test for #3296
Yukihiro "Matz" Matsumoto
2016-11-25
stop warnings in the test; ref #3280
Yukihiro "Matz" Matsumoto
2016-11-25
resolve conflict; ref #3281
Yukihiro "Matz" Matsumoto
2016-11-24
Don't allow array parameter in Struct.new
Clayton Smith
2016-11-24
Remove constant when a struct is redefined.
Clayton Smith
2016-07-22
Add regression test
ksss
2016-03-23
add #dig tests
Yukihiro "Matz" Matsumoto
2016-02-19
mruby-struct: copied Struct length is not initialized; fix #3114
Yukihiro "Matz" Matsumoto
2015-12-26
Merge pull request #2331 from take-cheeze/struct_test
Yukihiro "Matz" Matsumoto
2015-09-23
don't print anonymous struct class name
Yukihiro "Matz" Matsumoto
2014-06-19
Raise `NameError` as defined in specification when `Struct` member isn't found.
take_cheeze
2014-06-19
Add tests to `Struct#[]` and `Struct#[]=`.
take_cheeze
2014-06-19
Replace return value result passing with `assert_*` in `Struct` test.
take_cheeze
2014-06-15
Test all ISO defined classes direct superclass except `Object` class.
take_cheeze
2014-05-28
Add invalid key type check in `Struct#[]=`.
take_cheeze
2014-05-28
Support string key in `Struct#[]=`.
take_cheeze
2014-05-02
Implement Struct#values_at and Array#values_at .
take_cheeze
2014-04-30
Implement Struct#to_h .
take_cheeze
2014-04-27
Implement Struct#to_a and Struct#values .
take_cheeze
2014-04-21
Remove `Struct` defined check in test.
take_cheeze
2014-04-20
Implement Struct#size and Struct#length .
take_cheeze
2014-04-12
Add test cases to 'large struct' test; a patch from @take-cheeze; ref #2052
Yukihiro "Matz" Matsumoto
2014-01-16
Increase test coverage of mruby-struct
Carson McDonald
2013-03-01
Pluggable Struct
mattn