[#69616] [Ruby trunk - Feature #11258] add 'x' mode character for O_EXCL — cremno@...
Issue #11258 has been updated by cremno phobia.
3 messages
2015/06/16
[#69643] [Ruby trunk - Misc #11276] [RFC] compile.c: convert to use ccan/list — normalperson@...
Issue #11276 has been updated by Eric Wong.
3 messages
2015/06/17
[#69751] [Ruby trunk - Bug #11001] 2.2.1 Segmentation fault in reserve_stack() function. — kubo@...
Issue #11001 has been updated by Takehiro Kubo.
3 messages
2015/06/27
[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/