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

[REBOL] Bug? Same? on recursive blocks crashes Rebol Re:

From: petr:krenzelok:trz:cz at: 6-Oct-2000 9:40

[Al--Bri--xtra--co--nz] wrote:
> Larry wrote: > > Here is a related fun puzzle ;-) > > > > >> b: [1 2] > > == [1 2] > > >> b/2: b > > == [1 [...]] > > And what happens when: > same? b b/2 > is done? This:
I just wonder, when if ever will such bugs be resolved? They are so essential. It seems to me that rebol's aproach "everything's-a-reference" gets pretty complicated sometimes and that it's hard to keep concepts clean sometimes. It's strange to see notes as Elan's in his book about 2.2 and above unstable behavior of extended contexts. I am just curious if GC bugs reported were resolved .... ... still missing bug database presence on some place ... -pekr-