Actions
Bug #12716
closedArray#values_at fails for large argument size
Bug #12716:
Array#values_at fails for large argument size
Status:
Rejected
Assignee:
-
Target version:
-
ruby -v:
ruby 2.2.1p85 (2015-02-26 revision 49769) [i686-linux]
Updated by v0dro (Sameer Deshmukh) about 10 years ago
Updated by nobu (Nobuyoshi Nakada) about 10 years ago
- Description updated (diff)
- Status changed from Open to Rejected
Arguments consume the system stack.
Updated by v0dro (Sameer Deshmukh) about 10 years ago
Nobuyoshi Nakada wrote:
Arguments consume the system stack.
Why not modify the function slightly such that it can also accept an Array containing index numbers as an argument? That way there won't be a need to specify so many arguments.
Updated by nobu (Nobuyoshi Nakada) about 10 years ago
Feel free to submit that feature request.
Actions