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 541FD196000C for ; Fri, 19 Jun 2015 21:36:29 +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 D1A29B5D98C for ; Fri, 19 Jun 2015 21:59:26 +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 6C64F97A838 for ; Fri, 19 Jun 2015 21:59:29 +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 t3ZQIiKPFDOX for ; Fri, 19 Jun 2015 21:59:29 +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 40F1697A827 for ; Fri, 19 Jun 2015 21:59:29 +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 8905595243A for ; Fri, 19 Jun 2015 21:59:25 +0900 (JST) Received: from [221.186.184.76] (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 89CC9120482; Fri, 19 Jun 2015 21:59:24 +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 C8D5712043B for ; Fri, 19 Jun 2015 21:59:20 +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=/aHPGv9hFpBmjavUyg+dQ2XOUnU=; b=LJsZIrmZspfS6nHsBM syqRKp+VvYwCfu6urmkcq7ESP/81s5hZuCjbT7+ewv4vMifnpRpvnEzGlSBA/Q0E YbljtdjFY8dhB3k/QSgNvI3sfzIcUfZ2+FVRPz1GazNCGUx0A6FRlYMNKF3xtmtE QSESD+tEsyTY1g0pD2rtIVzOw= Received: by filter0563p1mdw1.sendgrid.net with SMTP id filter0563p1mdw1.22667.5584122011 2015-06-19 12:59:12.496329364 +0000 UTC Received: from herokuapp.com (ec2-23-20-208-214.compute-1.amazonaws.com [23.20.208.214]) by ismtpd-014 (SG) with ESMTP id 14e0be6cd7c.392a.1b43cc Fri, 19 Jun 2015 12:59:12 +0000 (UTC) Date: Fri, 19 Jun 2015 12:59:11 +0000 From: franck@verrot.fr 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: 44237 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 11273 X-Redmine-Issue-Author: cesario X-Redmine-Sender: cesario 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/Ymy4QrNMhiuLXJG8OTL2vJD1yS4NqbLsoUjvUC9sfuOCoJmaO/AwYD+yesgZG2 aeTxeHZp0SUhHFEoUEJ0NjjE8zSwdDLNhbfNvyqxQweogEKi1tuOsPSyR+3JUoFEobCNCFqOT/s2Ay 83u/RIxXEphJm7q8ysZRAcNveY1pG6X5RBrz X-ML-Name: ruby-core X-Mail-Count: 69680 Subject: [ruby-core:69680] [Ruby trunk - Bug #11273] [PATCH] Make it possible to `load` from a FIFO file 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 #11273 has been updated by Franck Verrot. Subject changed from Make it possible to `load` from a FIFO file to [PATCH] Make it possible to `load` from a FIFO file ---------------------------------------- Bug #11273: [PATCH] Make it possible to `load` from a FIFO file https://bugs.ruby-lang.org/issues/11273#change-53052 * Author: Franck Verrot * Status: Open * Priority: Normal * Assignee: * ruby -v: ruby 2.3.0dev (2015-06-17 load-fifo 50934) [x86_64-darwin14] * Backport: ---------------------------------------- Revision #50887 (https://bugs.ruby-lang.org/projects/ruby-trunk/repository/revisions/50887) avoided `load` from blocking the VM when accessing a FIFO file, but loading from a FIFO doesn't work (raises `LoadError`). This patch makes it possible. PS: I wasn't sure it was a bug or a feature so I've set it to bug. Of course, feel free to fix this. ---Files-------------------------------- 0001-file.c-load-now-supports-reading-from-a-FIFO-file.patch (3.18 KB) -- https://bugs.ruby-lang.org/