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

mold bug

 [1/4] from: antonr:iinet:au at: 7-Dec-2003 22:37


Did anyone see this bug before? New 1.2.11.3.1 has it too. load probe mold/all make object! [class: self] { #[object! [ class: #[object! [...] ]]} ** Syntax Error: Missing ] at end-of-script ** Near: (line 2) #[object! [ Anton.

 [2/4] from: rotenca::telvia::it at: 7-Dec-2003 14:52


Hi Anton, also mold fails, so i think that it is an unsupported feature: do mold context[a: self] ** Script Error: ... has no value ** Near: ... (thanks for your message about edit-text-undo.r) --- Ciao Romano

 [3/4] from: nitsch-lists:netcologne at: 7-Dec-2003 16:49


Am Sonntag 07 Dezember 2003 12:37 schrieb Anton Rolls:
> Did anyone see this bug before? > New 1.2.11.3.1 has it too.
<<quoted lines omitted: 3>>
> class: > #[object! [...]
----------------^^^^^
> ]]} > ** Syntax Error: Missing ] at end-of-script > ** Near: (line 2) #[object! [ >
I would say the error-message is wrong. The [...] is a feature which says "content already shown". Which avoids infinite loops in mold. Otherwise this example would hang as a [mold system/words] does. (it should work with system/words too, but something there confuses it.)
> Anton.
-Volker

 [4/4] from: antonr:iinet:au at: 8-Dec-2003 16:24


Check again, Volker, there really is a missing bracket. :) Anton.

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted