From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: poffice@blade.nagaokaut.ac.jp Delivered-To: poffice@blade.nagaokaut.ac.jp Received: from kankan.nagaokaut.ac.jp (kankan.nagaokaut.ac.jp [133.44.2.24]) by blade.nagaokaut.ac.jp (Postfix) with ESMTP id 594DA19A00AB for ; Wed, 19 Aug 2015 23:21:50 +0900 (JST) Received: from funfun.nagaokaut.ac.jp (smtp.nagaokaut.ac.jp [133.44.2.201]) by kankan.nagaokaut.ac.jp (Postfix) with ESMTP id EF11FB5D9C2 for ; Wed, 19 Aug 2015 23:57:58 +0900 (JST) Received: from funfun.nagaokaut.ac.jp (localhost.nagaokaut.ac.jp [127.0.0.1]) by funfun.nagaokaut.ac.jp (Postfix) with ESMTP id DC8E497A827 for ; Wed, 19 Aug 2015 23:58:01 +0900 (JST) X-Virus-Scanned: amavisd-new at nagaokaut.ac.jp Authentication-Results: funfun.nagaokaut.ac.jp (amavisd-new); dkim=fail (1024-bit key) reason="fail (message has been altered)" header.d=sendgrid.me Received: from funfun.nagaokaut.ac.jp ([127.0.0.1]) by funfun.nagaokaut.ac.jp (funfun.nagaokaut.ac.jp [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8Uee9r711xqW for ; Wed, 19 Aug 2015 23:58:01 +0900 (JST) Received: from voscc.nagaokaut.ac.jp (voscc.nagaokaut.ac.jp [133.44.1.100]) by funfun.nagaokaut.ac.jp (Postfix) with ESMTP id 75FC197A820 for ; Wed, 19 Aug 2015 23:58:01 +0900 (JST) Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by voscc.nagaokaut.ac.jp (Postfix) with ESMTP id A526E95241E for ; Wed, 19 Aug 2015 23:57:58 +0900 (JST) Received: from [221.186.184.76] (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 8499B12044A; Wed, 19 Aug 2015 23:57:56 +0900 (JST) X-Original-To: ruby-core@ruby-lang.org Delivered-To: ruby-core@ruby-lang.org Received: from o10.shared.sendgrid.net (o10.shared.sendgrid.net [173.193.132.135]) by neon.ruby-lang.org (Postfix) with ESMTPS id 7FD8212043D for ; Wed, 19 Aug 2015 23:57:52 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sendgrid.me; h=from:to:references:subject:mime-version:content-type:content-transfer-encoding:list-id; s=smtpapi; bh=1gIGOUu1gAj1NYSb+q5WmOhb60w=; b=c+oVVe6YgZDFRgFL/C zoP9glINtTLhzZtHUJNhWkL0Cq2VbDZZBUDD2EM76G5j8zrsWxz5gkN1p7shFOVI xc5hjZcXnUUUBYc8NUCQLtEe/1HhLU6nM346V0rqlaGFUeMIMId0c7SoFdwqwZQp uYlxzBtLYEgZFKAEHyhdmK8sY= Received: by filter0478p1mdw1.sendgrid.net with SMTP id filter0478p1mdw1.25807.55D4996959 2015-08-19 14:57:46.032187363 +0000 UTC Received: from herokuapp.com (ec2-54-163-147-246.compute-1.amazonaws.com [54.163.147.246]) by ismtpd0001p1iad1.sendgrid.net (SG) with ESMTP id WYF2tgWwTnyxDrl2nOXkMQ for ; Wed, 19 Aug 2015 14:57:45.754 +0000 (UTC) Date: Wed, 19 Aug 2015 14:57:45 +0000 From: nobu@ruby-lang.org To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Redmine-MailingListIntegration-Message-Ids: 45074 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 11463 X-Redmine-Issue-Author: bubo47 X-Redmine-Sender: nobu X-Mailer: Redmine X-Redmine-Host: bugs.ruby-lang.org X-Redmine-Site: Ruby Issue Tracking System X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-SG-EID: ync6xU2WACa70kv/Ymy4QrNMhiuLXJG8OTL2vJD1yS69Qoq2VNa3eUhgmzp6ESdG2SYJh/pX325Ypb 9GezAoZAFBNrmQQoFJXwHUINxQbA9XdLsS5AuiW0gWJ1vfjPj8NAY4UOQKIjnG0uBzJPjNRZ6uy66S OkI3xUTiESvjbTfbW+bq2MSsr5M2B3144qAa X-SendGrid-Contentd-ID: {"test_id":"1439996267"} X-ML-Name: ruby-core X-Mail-Count: 70461 Subject: [ruby-core:70461] [Ruby trunk - Bug #11463] Process.spawn raises TypeError when passing hash with keys/vals other than strings X-BeenThere: ruby-core@ruby-lang.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Ruby developers List-Id: Ruby developers List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" Issue #11463 has been updated by Nobuyoshi Nakada. Description updated ---------------------------------------- Bug #11463: Process.spawn raises TypeError when passing hash with keys/vals other than strings https://bugs.ruby-lang.org/issues/11463#change-53868 * Author: Jakub Jursa * Status: Closed * Priority: Normal * Assignee: * ruby -v: ruby 2.3.0dev (2015-08-18 trunk 51624) [x86_64-linux] * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN ---------------------------------------- ### 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? ... -- https://bugs.ruby-lang.org/