REBOL3 tracker
  0.9.12 beta
Ticket #0000655 User: anonymous

Project:



rss
TypeBug Statustested Date24-Feb-2009 18:59
Versionalpha 35 Categoryn/a Submitted byBrianH
PlatformAll Severityminor Priorityurgent

Summary LOAD doesn't translate logic! and none! keywords in the header to logic! and none! values.
Description This makes specifying those values difficult.
Example code
>> mold first load/header "rebol [a: true] print 'hello"
== {make object! [
    Title: "Untitled"
    Name: none
    Version: none
    Date: none
    File: none
    Author: none
    Needs: none
    Type: none
    Export: none
    Local: none
    Content: none
    a: 'true     ; Note: word!, not true value
]}

Assigned ton/a Fixed inalpha 37 Last Update26-Feb-2009 23:11


Comments
(0000462)
BrianH
24-Feb-2009 19:00

This is related to #651. Worked around in mezz-load 620, waiting for fix to #651.
(0000484)
BrianH
26-Feb-2009 23:11

Mostly fixed in 2.100.37, though yes and no keywords still show up as word!. Good enough for now. See #651 for details.

Date User Field Action Change
26-Feb-2009 23:12 BrianH Comment : 0000484 Modified -
26-Feb-2009 23:11 BrianH Comment : 0000484 Added -
26-Feb-2009 23:10 BrianH Status Modified built => tested
26-Feb-2009 19:02 carl Fixedin Modified => alpha 37
26-Feb-2009 19:02 carl Status Modified pending => built
26-Feb-2009 02:34 BrianH Comment : 0000462 Modified -
26-Feb-2009 02:33 BrianH Comment : 0000462 Modified -
26-Feb-2009 02:33 BrianH Priority Modified normal => urgent
24-Feb-2009 22:05 BrianH Comment : 0000462 Modified -
24-Feb-2009 19:00 BrianH Comment : 0000462 Added -
24-Feb-2009 18:59 BrianH Code Modified -
24-Feb-2009 18:59 BrianH Status Modified submitted => pending
24-Feb-2009 18:59 BrianH Ticket Added -