
Issue #11273 has been updated by alanwu (Alan Wu). Status changed from Open to Closed Closing as we carry a test since commit:bc8687acd62584bf2ba9a951289f3f25a4de7229 that exercises this functionality. ---------------------------------------- Feature #11273: [PATCH] Make it possible to `load` from a FIFO file https://bugs.ruby-lang.org/issues/11273#change-109535 * Author: cesario (Franck Verrot) * Status: Closed ---------------------------------------- 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/