REBOL3 tracker
  0.9.12 beta
Ticket #0000016 User: anonymous

Project:



rss
TypeBug Statusdismissed Date2-Jun-2007 21:36
Versionalpha 18 CategoryMezzanine Submitted bySunanda
PlatformAll Severitytrivial Prioritynone

Summary load with block!
Description block seems excluded from load:

>> load [1]
** Script error: transcode does not allow block! for its source argument
** Where: load
** Near: load [1]

Example code

			

Assigned ton/a Fixed in- Last Update24-Dec-2012 23:04


Comments
(0003305)
BrianH
24-Dec-2012 22:43

LOAD with block doesn't work like that (as of alpha 42, see #691). If you pass a block to LOAD it calls itself recursively on the sources in that block, and returns a block of the results. Since you can't do LOAD 1 you shouldn't be able to do LOAD [1]. This needs to be dismissed, before people start writing tests for this behavior.

Date User Field Action Change
25-Dec-2012 04:13 Ladislav Comment : 0003296 Removed -
24-Dec-2012 23:04 BrianH Version Modified 2.101.0 => alpha 18
24-Dec-2012 23:04 BrianH Comment : 0003305 Modified -
24-Dec-2012 22:44 BrianH Version Modified => 2.101.0
24-Dec-2012 22:44 BrianH Category Modified => Mezzanine
24-Dec-2012 22:44 BrianH Status Modified tested => dismissed
24-Dec-2012 22:43 BrianH Comment : 0003305 Added -
24-Dec-2012 18:00 ladislav Comment : 0003296 Added -
2-Dec-2008 18:50 Admin Ticket Added -