Actions
Feature #11273
closed[PATCH] Make it possible to `load` from a FIFO file
    Feature #11273:
    [PATCH] Make it possible to `load` from a FIFO file
  
Status:
Closed
Assignee:
-
Target version:
-
Description
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
        
          
          Updated by cesario (Franck Verrot) over 10 years ago
          
          
        
        
      
      - File deleted (
0001-file.c-load-now-supports-reading-from-a-FIFO-file.patch) 
        
          
          Updated by cesario (Franck Verrot) over 10 years ago
          
          
        
        
      
      - Subject changed from Make it possible to `load` from a FIFO file to [PATCH] Make it possible to `load` from a FIFO file
 
        
          
          Updated by jeremyevans0 (Jeremy Evans) over 6 years ago
          
          
        
        
      
      - Tracker changed from Bug to Feature
 - ruby -v deleted (
ruby 2.3.0dev (2015-06-17 load-fifo 50934) [x86_64-darwin14]) 
        
          
          Updated by alanwu (Alan Wu) about 1 year ago
          
          
        
        
      
      - Status changed from Open to Closed
 
Closing as we carry a test since bc8687acd62584bf2ba9a951289f3f25a4de7229 that exercises this functionality.
Actions