REBOL3 tracker
  0.9.12 beta
Ticket #0001701 User: anonymous

Project:



rss
TypeBug Statustested Date20-Oct-2010 23:00
Versionalpha 108 CategoryMezzanine Submitted byBrianH
PlatformAll Severityminor Prioritynormal

Summary MAP function needs SET-WORD
Description The MAP function needs to change val in its code to :val, to prevent active values from being evaluated twice.
Example code
; New code
map: func [
    "Make a map value (hashed associative block)."
    val
][
    make map! :val
]

Assigned ton/a Fixed inalpha 109 Last Update21-Oct-2010 06:36


Comments

Date User Field Action Change
21-Oct-2010 06:36 BrianH Status Modified built => tested
21-Oct-2010 02:21 carl Summary Modified MAP function does double evaluation => MAP function needs SET-WORD
20-Oct-2010 23:10 carl Fixedin Modified => alpha 109
20-Oct-2010 23:10 carl Status Modified reviewed => built
20-Oct-2010 23:08 carl Code Modified -
20-Oct-2010 23:08 carl Status Modified submitted => reviewed
20-Oct-2010 23:00 BrianH Ticket Added -