Actions
Bug #11463
closedProcess.spawn raises TypeError when passing hash with keys/vals other than strings
Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 2.3.0dev (2015-08-18 trunk 51624) [x86_64-linux]
Description
expected:¶
head :001 > Process.spawn({"FOO" => 10}, "bash")
=> 13479
got in reality:¶
head :001 > Process.spawn({"FOO" => 10}, "bash")
TypeError: no implicit conversion of Fixnum into String
This issue is similar to https://bugs.ruby-lang.org/issues/10859. Both issues aren't mentioned in docs ( http://ruby-doc.org/core-2.2.2/Process.html#method-c-spawn ) - who/how should I urge to fix it also there?
...
Updated by nobu (Nobuyoshi Nakada) over 9 years ago
- Status changed from Open to Closed
Applied in changeset r51641.
process.c: [DOC] env values in spawn [ci skip]
- process.c (rb_f_spawn): [DOC] elaborate environment variable
values. [ruby-core:70456] [Bug #11463]
Actions
Like0
Like0Like0