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 B72F01960048 for ; Thu, 25 Jun 2015 13:01:31 +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 1B57FB5D955 for ; Thu, 25 Jun 2015 13:25:43 +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 9553097A83B for ; Thu, 25 Jun 2015 13:25:44 +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 OLq2u_yuFJgx for ; Thu, 25 Jun 2015 13:25:44 +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 7370E97A820 for ; Thu, 25 Jun 2015 13:25:44 +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 E682E952441 for ; Thu, 25 Jun 2015 13:25:42 +0900 (JST) Received: from [221.186.184.76] (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 1935C120451; Thu, 25 Jun 2015 13:25:43 +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 A507012044E for ; Thu, 25 Jun 2015 13:25:38 +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=PNLVbuhaH4kohQ/mAoH3bjfWiFo=; b=nqOdzNTbAnGMcr9k9o uMLJcWiDZteaCUxvgzMjIkfDLTju3e2szxc4wauGQId0A2vqnuGQ9vzDL5UG62/V M9aAlV91ssyRW2NxKe9VAolFnur8H4DWXXVIntNoZkUlNaeYfJcjjPaZOw3g5x4m nxv8H7doPRUsYSltU1kFYX8jE= Received: by filter0442p1mdw1.sendgrid.net with SMTP id filter0442p1mdw1.12667.558B82BD6 2015-06-25 04:25:35.034371574 +0000 UTC Received: from herokuapp.com (ec2-54-145-192-132.compute-1.amazonaws.com [54.145.192.132]) by ismtpd-021 (SG) with ESMTP id 14e28f6b911.861.1c8aa4 for ; Thu, 25 Jun 2015 04:25:34 +0000 (UTC) Date: Thu, 25 Jun 2015 04:25:34 +0000 From: postmodern.mod3@gmail.com 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: 44309 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 11305 X-Redmine-Issue-Author: postmodern X-Redmine-Sender: postmodern 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/Ymy4QrNMhiuLXJG8OTL2vJD1yS6HVYtLEdeSZMx3dXYWXqxaKwT2vLLHH/qCnZ APkH843Zo5ZCq9y69gy08IaoPlnU7i5eAomwsvfSJxFQIMB1fZ7YNXUHPMDfnZmAqfropgwnqs7p3j mdikV7WRRNtuwWD/jQgv94K/G9Rm+9p5wpin X-ML-Name: ruby-core X-Mail-Count: 69735 Subject: [ruby-core:69735] [Ruby trunk - Feature #11305] [ipaddr] include the IP address in question within the InvalidAddressError exception message 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 #11305 has been updated by Hal Brodigan. Subject changed from include the IP address in question within the InvalidAddressError exception message to [ipaddr] include the IP address in question within the InvalidAddressError exception message ---------------------------------------- Feature #11305: [ipaddr] include the IP address in question within the InvalidAddressError exception message https://bugs.ruby-lang.org/issues/11305#change-53116 * Author: Hal Brodigan * Status: Open * Priority: Normal * Assignee: ---------------------------------------- The ipaddr.rb library has a father complex and custom parser. If an IP address fails to parse, it will raise an InvalidAddressError from one of it's many parsing methods. The IP address should be included in the exception message for context. -- https://bugs.ruby-lang.org/