REBOL3 tracker
  0.9.12 beta
Ticket #0001619 User: anonymous

Project:



rss
TypeBug Statustested Date4-Jun-2010 13:57
Versionalpha 99 CategoryError Handling Submitted bysqlab
PlatformWindows Severitycrash Prioritynormal

Summary writing a block to the clipboard crashes Rebol
Description Writing a not empty block to the clipboard crashes the interpreter, whereas datatypes other than string lead to error messages

>> write clipboard:// 1
** Script error: write does not allow integer! for its data argument
>> write clipboard:// 1x1
** Script error: write does not allow pair! for its data argument
Example code
write clipboard:// [a]

Assigned ton/a Fixed inalpha 108 Last Update20-Oct-2010 03:52


Comments
(0002619)
BrianH
20-Oct-2010 03:51

Now the block case also triggers an error, instead of crashing.

Date User Field Action Change
20-Oct-2010 03:52 BrianH Status Modified built => tested
20-Oct-2010 03:51 BrianH Comment : 0002619 Added -
21-Sep-2010 20:44 carl Description Modified -
21-Sep-2010 20:44 carl Fixedin Modified => alpha 108
21-Sep-2010 20:44 carl Status Modified submitted => built
4-Jun-2010 13:57 sqlab Ticket Added -