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

Defect! RebolCORE experimental 2.4.39 - Multiple mixed case setword! in

 [1/3] 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/

 [2/3] from: jeff:rebol at: 22-Nov-2000 20:27

Re: Defect! RebolCORE experimental 2.4.39 - Multiple mixed case setword!


Thanks for pointing out the bugs, Andrew. There's always more stuff to do. :-) Have you tried playing with those infamous "hidden object" values yet? By the way, this isn't any kind of formal recognition, but I would like to point out that a couple things in the new experimental were prompted and/or inspired by some things Andrew Martin was kind enough to send into the REBOL contrib system. Thanks Andrew! -jeff

 [3/3] from: holger::rebol::com at: 23-Nov-2000 10:53


On Wed, Nov 22, 2000 at 08:27:04PM -0800, [jeff--rebol--net] wrote:
> > By the way, this isn't any kind of formal recognition, but I > would like to point out that a couple things in the new > experimental were prompted and/or inspired by some things > Andrew Martin was kind enough to send into the REBOL contrib > system. Thanks Andrew!
Yes. Thanks also go to Joel Neely for writing a detailed REP for a /skip refinement for 'find and 'select. We added that refinement to 'find, 'select, 'union, 'intersect, 'exclude and 'difference in the current experimental. -- Holger Kruse [holger--rebol--com]