ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:69628] [Ruby trunk - Bug #11273] [Open] Make it possible to `load` from a FIFO file
       [not found] <redmine.issue-11273.20150617070409@ruby-lang.org>
@ 2015-06-17  7:04 ` franck
  2015-06-17  7:07 ` [ruby-core:69629] [Ruby trunk - Bug #11273] " franck
  2015-06-19 12:59 ` [ruby-core:69680] [Ruby trunk - Bug #11273] [PATCH] " franck
  2 siblings, 0 replies; 3+ messages in thread
From: franck @ 2015-06-17  7:04 UTC (permalink / raw)
  To: ruby-core

Issue #11273 has been reported by Franck Verrot.

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

* 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.14 KB)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [ruby-core:69629] [Ruby trunk - Bug #11273] Make it possible to `load` from a FIFO file
       [not found] <redmine.issue-11273.20150617070409@ruby-lang.org>
  2015-06-17  7:04 ` [ruby-core:69628] [Ruby trunk - Bug #11273] [Open] Make it possible to `load` from a FIFO file franck
@ 2015-06-17  7:07 ` franck
  2015-06-19 12:59 ` [ruby-core:69680] [Ruby trunk - Bug #11273] [PATCH] " franck
  2 siblings, 0 replies; 3+ messages in thread
From: franck @ 2015-06-17  7:07 UTC (permalink / raw)
  To: ruby-core

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/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [ruby-core:69680] [Ruby trunk - Bug #11273] [PATCH] Make it possible to `load` from a FIFO file
       [not found] <redmine.issue-11273.20150617070409@ruby-lang.org>
  2015-06-17  7:04 ` [ruby-core:69628] [Ruby trunk - Bug #11273] [Open] Make it possible to `load` from a FIFO file franck
  2015-06-17  7:07 ` [ruby-core:69629] [Ruby trunk - Bug #11273] " franck
@ 2015-06-19 12:59 ` franck
  2 siblings, 0 replies; 3+ messages in thread
From: franck @ 2015-06-19 12:59 UTC (permalink / raw)
  To: 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/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-06-19 12:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <redmine.issue-11273.20150617070409@ruby-lang.org>
2015-06-17  7:04 ` [ruby-core:69628] [Ruby trunk - Bug #11273] [Open] Make it possible to `load` from a FIFO file franck
2015-06-17  7:07 ` [ruby-core:69629] [Ruby trunk - Bug #11273] " franck
2015-06-19 12:59 ` [ruby-core:69680] [Ruby trunk - Bug #11273] [PATCH] " franck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).