REBOL3 tracker
  0.9.12 beta
Ticket #0000692 User: anonymous

Project:



rss
TypeBug Statustested Date2-Apr-2009 18:40
Versionalpha 42 CategoryUnspecified Submitted byBrianH
PlatformAll Severitymajor Prioritynormal

Summary LOAD /header and /all options don't work with decoded values
Description In the alpha 42 LOAD, none of the LOAD options work if the file or url is being passed to DECODE. This means DO %image.jpg won't work either.

Decoded values should be treated by the LOAD options as if the value were specified in a REBOL script with a default header (but faster). This means wrapping the value in a block if it isn't a single-value return, inserting a default header if /header, and binding any-words or any-blocks if not /type 'unbound. The /all option should be unaffected.
Example code

			

Assigned ton/a Fixed inalpha 45 Last Update24-Dec-2012 23:10


Comments
(0000523)
BrianH
2-Apr-2009 20:23

Fixed in mezz-load 3253.
(0000528)
Carl
7-Apr-2009 23:12

Fixed in A45
(0003308)
BrianH
24-Dec-2012 23:10

This should still be valid, and tested. Adjusted the summary and description to match the current options of LOAD. There are limits though; see #1406.

Date User Field Action Change
24-Dec-2012 23:17 BrianH Comment : 0003308 Modified -
24-Dec-2012 23:10 BrianH Comment : 0003308 Added -
24-Dec-2012 23:09 BrianH Summary Modified LOAD /header and /next options don't work with decoded values => LOAD /header and /all options don't work with decoded values
24-Dec-2012 23:09 BrianH Description Modified -
24-Dec-2012 23:09 BrianH Category Modified => Unspecified
8-Apr-2009 04:23 BrianH Fixedin Modified => alpha 45
8-Apr-2009 04:23 BrianH Status Modified built => tested
7-Apr-2009 23:12 carl Comment : 0000528 Added -
7-Apr-2009 23:12 carl Status Modified pending => built
2-Apr-2009 20:23 BrianH Comment : 0000523 Added -
2-Apr-2009 20:23 BrianH Description Modified -
2-Apr-2009 20:23 BrianH Severity Modified minor => major
2-Apr-2009 20:23 BrianH Status Modified submitted => pending
2-Apr-2009 18:40 BrianH Ticket Added -