REBOL3 tracker
  0.9.12 beta
Ticket #0001224 User: anonymous

Project:



rss
TypeBug Statustested Date5-Sep-2009 02:38
Versionalpha 82 CategoryNative Submitted bykcollins
PlatformAll Severityminor Prioritynormal

Summary ECHO native function no longer accepts targets of type none! or logic!
Description Targets of type file! still work. This regression was introduced in Alpha #82.
Example code
>> echo on
** Script error: invalid argument: true
** Where: echo
** Near: echo on

>> echo none
** Script error: invalid argument: none
** Where: echo
** Near: echo none

Assigned ton/a Fixed inalpha 87 Last Update8-Oct-2009 02:19


Comments

Date User Field Action Change
8-Oct-2009 02:19 BrianH Status Modified built => tested
6-Oct-2009 15:48 carl Fixedin Modified => alpha 87
6-Oct-2009 15:48 carl Status Modified reviewed => built
5-Sep-2009 22:45 BrianH Code Modified -
5-Sep-2009 22:45 BrianH Status Modified submitted => reviewed
5-Sep-2009 02:38 kcollins Ticket Added -