[ruby-core:69629] [Ruby trunk - Bug #11273] Make it possible to `load` from a FIFO file

From: franck@...
Date: 2015-06-17 07:07:59 UTC
List: ruby-core #69629
Issue #11273 has been updated by Franck Verrot.

File 0001-file.c-load-now-supports-reading-from-a-FIFO-file.patch added

----------------------------------------
Bug #11273: Make it possible to `load` from a FIFO file
https://bugs.ruby-lang.org/issues/11273#change-52977

* 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/

In This Thread

Prev Next