REBOL3 tracker
  0.9.12 beta
Ticket #0001406 User: anonymous

Project:



rss
TypeBug Statustested Date27-Dec-2009 18:02
Versionalpha 95 CategoryMezzanine Submitted byCarl
PlatformAll Severityminor Prioritynormal

Summary LOAD directory with single file
Description LOAD of a directory that contains a single file needs to return a block with the single file, not just the file.
Example code

			

Assigned ton/a Fixed inalpha 97 Last Update8-Feb-2010 03:05


Comments
(0001922)
BrianH
24-Jan-2010 06:26

This will require disabling the "return the value instead of the block if there is only one value" feature for all reads that return non-binary, non-string data. This means not only directories but also reads from other schemes that return blocks. Not a problem, but it must be noted.
(0001923)
BrianH
24-Jan-2010 06:51

Submitted as mezz-load.r 6732, a one-line fix (that took a half-hour to research).

Date User Field Action Change
8-Feb-2010 03:05 BrianH Status Modified built => tested
4-Feb-2010 13:12 carl Fixedin Modified => alpha 97
4-Feb-2010 13:12 carl Status Modified pending => built
24-Jan-2010 06:51 BrianH Comment : 0001923 Added -
24-Jan-2010 06:50 BrianH Status Modified reviewed => pending
24-Jan-2010 06:26 BrianH Comment : 0001922 Added -
29-Dec-2009 20:42 BrianH Category Modified Unspecified => Mezzanine
29-Dec-2009 20:42 BrianH Status Modified submitted => reviewed
27-Dec-2009 18:02 carl Ticket Added -