REBOL3 tracker
  0.9.12 beta
Ticket #0001967 User: anonymous

Project:



rss
TypeBug Statuscomplete Date26-Feb-2013 14:26
Versionr3 master CategoryUnspecified Submitted byLadislav
PlatformAll Severityminor Prioritynormal

Summary TO BINARY! handles blocks in an unexpected way
Description TO BINARY! yields the same binary when called twice. That is unexpected and dangerous.
Example code
>> same? to binary! [1] to binary! [2]
== true

Assigned ton/a Fixed in- Last Update18-Aug-2013 13:44


Comments
(0003508)
Ladislav
26-Feb-2013 14:26

In the core-tests suite.
(0003694)
MarcS
19-Mar-2013 19:36

Proposed fix: https://github.com/rebol/r3/pull/106

Date User Field Action Change
18-Aug-2013 13:44 Ladislav Status Modified pending => complete
23-Mar-2013 16:59 Ladislav Code Modified -
23-Mar-2013 16:59 Ladislav Status Modified submitted => pending
19-Mar-2013 19:36 marcs Comment : 0003694 Added -
26-Feb-2013 14:26 Ladislav Comment : 0003508 Added -
26-Feb-2013 14:26 Ladislav Ticket Added -