help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] minor formal problem on wrong parenthesys nesting


From: Bèrto ëd Sèra
Subject: [Help-smalltalk] minor formal problem on wrong parenthesys nesting
Date: Mon, 10 May 2010 07:56:02 +0300

Hi!

if when writing the code for a class you make a mistake and end up
with [ instead of ] you get

gst: gst-parse.c:201: lex_lookahead: Assertion `p->la_size == 0 ||
token (p, p->la_size - 1) != (-1)' failed.
/home/bertodsera/.st/Ambaradan-Application.star#VFS.ZipFile/Widgets/SelectableTreeElement.st:62:
Aborted
/home/bertodsera/.st/Ambaradan-Application.star#VFS.ZipFile/Widgets/SelectableTreeElement.st:62:
Error occurred while not in byte code interpreter!!
/usr/local/bin/../lib/libgst.so.7[0x7f7adf24b047]
/lib64/libc.so.6[0x37056332f0]
/lib64/libc.so.6(gsignal+0x35)[0x3705633275]
/lib64/libc.so.6(abort+0x175)[0x3705634a55]
/lib64/libc.so.6(__assert_fail+0xee)[0x370562c2be]
/usr/local/bin/../lib/libgst.so.7[0x7f7adf20a254]
/usr/local/bin/../lib/libgst.so.7[0x7f7adf20ab5c]
/usr/local/bin/../lib/libgst.so.7[0x7f7adf20b004]
/usr/local/bin/../lib/libgst.so.7[0x7f7adf20b308]
/usr/local/bin/../lib/libgst.so.7[0x7f7adf20b836]

It would probably more developer-friendly if it simply said that the
source file has a nesting problem :)

Bèrto




reply via email to

[Prev in Thread] Current Thread [Next in Thread]