Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Defect! RebolCORE experimental 2.4.39 - Multiple mixed case setword! in

From: al::bri::xtra::co::nz at: 23-Nov-2000 16:56

Defect! RebolCORE experimental 2.4.39 Multiple mixed case setword! in object! results in wasted space REBOL/core (Experimental) 2.4.39.3.1 Copyright 1997-2000 REBOL Technologies REBOL is a Trademark of REBOL Technologies All rights reserved. Component: "Internet Protocols" (17-Nov-2000/0:30:07) Finger protocol loaded Whois protocol loaded Daytime protocol loaded SMTP protocol loaded POP protocol loaded HTTP protocol loaded FTP protocol loaded NNTP protocol loaded Script: "REBOL Extended Definitions" (24-Jan-2000/2:53:35) Script: "User Preferences" (23-Nov-2000)
>> o: make object! [
[ uu: 123 [ uU: 234 [ Uu: 345 [ UU: 456 [ ]
>> mold o
== { make object! [ uu: 456 ]}
>> mold pick o 2
== {[ make object! [ uu: 456 ] 456 unset unset unset]}
>>
Note that the last three "unset" values _should_ not present. This bug is also present in Rebol/View as well. Andrew Martin First to find a bug in the new core! ICQ: 26227169 http://members.nbci.com/AndrewMartin/