-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* vm_insnhelper.c (unknown_keyword_error): make it kind a error messa…
…ge when unknown keyword is given. It require more work. See [ruby-core:40518] and [ruby-core:40541] in detail. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34138 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
Showing
2 changed files
with
18 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,16 @@ | ||
Mon Dec 26 22:38:35 2011 Yusuke Endoh <[email protected]> | ||
|
||
* vm_insnhelper.c (unknown_keyword_error): make it kind a error | ||
message when unknown keyword is given. It require more work. | ||
See [ruby-core:40518] and [ruby-core:40541] in detail. | ||
|
||
Mon Dec 26 22:31:07 2011 Yusuke Endoh <[email protected]> | ||
|
||
* vm_core.h (struct rb_iseq_struct), compile.c (iseq_set_arguments), | ||
iseq.c (rb_iseq_parameters), vm_insnhelper.c | ||
(vm_callee_setup_arg_complex): support Method#parameters for keyword | ||
arguments. The provisional spec is what Benoit Daloze proposed. | ||
[ruby-core:40518] | ||
[ruby-core:40541] | ||
|
||
* test/ruby/test_keyword.rb: add a test for above. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters