index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
ruby_4_0
ruby_4_0-prism-1-8-0
sync-gems
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_proc.rb
Age
Commit message (
Expand
)
Author
2025-12-30
Reapply "[Feature #6012] Extend `source_location` for end position
Benoit Daloze
2025-12-24
Prevent "warning: assigned but unused variable - it"
Yusuke Endoh
2025-12-16
Revert "[Feature #6012] Extend `source_location` for end position
Nobuyoshi Nakada
2025-12-13
Fix binding.implicit_parameters_get/defined segfault when wrong name string i...
tomoya ishida
2025-12-12
Binding#implicit_parameters, etc. support the implicit "it" parameter
Yusuke Endoh
2025-12-12
Add Binding#implicit_parameters, etc.
Yusuke Endoh
2025-12-12
Binding#local_variable_defined? raises a NameError for numbered params.
Yusuke Endoh
2025-12-12
`Binding#local_variable_defined?` must not handle numbered parameters
Yusuke Endoh
2025-07-16
Suppress warnings for variables
Nobuyoshi Nakada
2025-05-21
Fix one-by-one error of numbered parameter ID
Richard Böhme
2025-02-18
Add a test for Binding#local_variable* with numbered parameters and `it`
Yusuke Endoh
2025-01-14
Add tests for Proc#parameters on `it` blocks
Alan Wu
2025-01-13
Proc#parameters: Show anonymous optionals as `[:opt]`
Alan Wu
2025-01-09
[Feature #6012] Extend `source_location` for end position and columns
Nobuyoshi Nakada
2024-12-13
Fix use-after-free in ep in Proc#dup for ifunc procs
Peter Zhu
2024-11-02
Skip TestProc#test_hash_does_not_change_after_compaction if compaction is not...
Peter Zhu
2024-11-01
Improve coverage of TestProc#test_hash_uniqueness
Peter Zhu
2024-11-01
Add TestProc#test_hash_equal
Peter Zhu
2024-11-01
Rename test_hash to test_hash_uniqueness
Peter Zhu
2024-11-01
[Bug #20853] Fix Proc#hash to not change after compaction
Peter Zhu
2024-10-31
Fix assertion when envval of proc is Qundef
Peter Zhu
2024-10-31
Fix indentation in TestProc#test_hash [ci skip]
Peter Zhu
2024-09-15
Prevent warnings: the block passed to ... may be ignored
Yusuke Endoh
2024-09-13
Prevent warnings "the block passed to ... may be ignored"
Yusuke Endoh
2024-02-06
[PRISM] Use block node location when building block iseq
Nikita Vasilevsky
2023-10-26
[Feature #19362] Call `#initialize_dup` hook at `Proc#dup`
Nobuyoshi Nakada
2023-09-12
Make Kernel#lambda raise when given non-literal block
Alan Wu
2023-07-10
Fix autosplat conditions to handle ruby2_keywords case
Jeremy Evans
2022-04-06
Raise RuntimeError if Kernel#binding is called from a non-Ruby frame
Jeremy Evans
2022-04-01
Revert "Raise RuntimeError if Kernel#binding is called from a non-Ruby frame"
Jeremy Evans
2022-03-30
Do not autosplat array in block call just because keywords accepted
Jeremy Evans
2022-03-24
Raise RuntimeError if Kernel#binding is called from a non-Ruby frame
Jeremy Evans
2022-03-17
Make Proc#parameters support lambda keyword for returning parameters as if la...
Jeremy Evans
2022-01-13
T#dup (T < Proc) should return T's object
Koichi Sasada
2021-12-30
Add support for anonymous rest and keyword rest argument forwarding
Jeremy Evans
2021-10-29
Preserve the encoding of message from outer local variables
Nobuyoshi Nakada
2021-10-29
Remove redundant calls
Nobuyoshi Nakada
2021-06-24
Remove shift of ep when computing Proc#hash
Jeremy Evans
2020-12-17
test/ruby: Check warning messages at a finer granularity
Nobuyoshi Nakada
2020-12-12
fix lambda's warning and tests
Koichi Sasada
2020-12-11
show deprecation warning correctly for lambda(&b)
Koichi Sasada
2020-10-29
check isolated Proc more strictly
Koichi Sasada
2020-06-19
Implement Proc#== and #eql?
Jeremy Evans
2020-06-10
Make proc/Proc.new without block an error instead of warning
Jeremy Evans
2020-03-08
Do not autosplat when calling procs that accept rest and keywords
Jeremy Evans
2020-01-28
support multi-run for test/ruby/test_proc.rb
Koichi Sasada
2020-01-24
Do not autosplat when calling proc with empty keyword splat
Jeremy Evans
2020-01-02
Update tests for full keyword argument separation
Jeremy Evans
2020-01-02
Fully separate positional arguments and keyword arguments
Jeremy Evans
2019-12-30
Decide lambdaness of (f << g) using g (#2729)
Alan Wu
[next]