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

[REBOL] Bug: form recursive block

From: larry::ecotope::com at: 27-Nov-2000 19:04

Hi Folks Just came across this interesting bug in latest Core exper. Using FORM on a recursive block causes a stack overflow and undefines all REBOL words. Copied to feedback. -Larry ----------------------------------------------------------------------- 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: "User Preferences" (31-Oct-1999/18:54:30-8:00)
>> p: [point 1 2]
== [point 1 2]
>> p/2: p
== [point [...] 2]
>> form p
** Internal Error: Stack overflow ** Near: form p
>> length? p
** Script Error: length? has no value ** Near: length? p
>> quit
** Script Error: quit has no value ** Near: quit