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
/
test
/
t
/
proc.rb
Age
Commit message (
Expand
)
Author
2019-01-05
Add `assert_same` and `assert_not_same`
KOBAYASHI Shuji
2017-08-30
Tested LocalJumpErrors caused by break in a proc
Christopher Aue
2016-12-22
Should call initialize method if defined
ksss
2016-12-21
Proc shouldn't have `initialize` method
ksss
2016-12-02
Fix segfault in mrb_proc_copy.
Clayton Smith
2016-11-24
Fix calling .arity on Proc with undefined `initialize`
Francois Chagnon
2015-06-22
fix arity of lambdas with optional arguments
cremno
2014-06-15
Move direct superclass checking to `test/t/superclass.rb`.
take_cheeze
2014-05-25
Fix assert_equal argument order in test/t/proc.rb
Jun Hiroe
2014-05-13
convert &arg using to_proc; fix #2242
Yukihiro "Matz" Matsumoto
2014-05-10
OP_ENTER fix segmentation fault
ksss
2014-05-10
Remove use of mruby-proc-ext method.
take_cheeze
2014-05-09
OP_ENTER clean block object in register
ksss
2013-09-18
Fix self value in a block is changed with return value for Fixnum, nil, insta...
Keita Obo
2013-09-18
Fixed self value in a block is changed with return value
Keita Obo
2013-08-02
I fix order of actual and expect test value in proc.rb.
Jun Hiroe
2013-06-14
Improve Proc Tests
Daniel Bovensiepen
2013-04-16
Add Proc#arity
h2so5
2012-06-03
Add more superclass tests
Daniel Bovensiepen
2012-05-29
Add Test cases for Literals, Enumeration, Exceptions and clean line endings
Daniel Bovensiepen
2012-05-25
Add Tests for all Exception classes, for false, true, Proc, Module, nil and O...
Daniel Bovensiepen