help-smalltalk
[Top][All Lists]
Advanced

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

[Help-smalltalk] STinST Compiler not complaining at syntax errors


From: Holger Hans Peter Freyther
Subject: [Help-smalltalk] STinST Compiler not complaining at syntax errors
Date: Mon, 30 May 2011 00:18:05 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110424 Lightning/1.0b2 Thunderbird/3.1.10

Hi Paolo,

I'm attempting to go from screen+gst to init-scripts and gst-remote and I am
having some bugs and convenience to resolve. I noticed that the STinST will
ignore some syntax issues. Do you agree that the STinST compiler should warn
about code like this?



C Parser/Compiler:
$ FileStream fileIn: 'BaseFileUpdate.st'
BaseFileUpdate.st:2: key Foo2Test not found

StIST
$ PackageLoader fileInPackage: #Compiler.
$ FileStream fileIn: 'BaseFileUpdate.st'
... no warning

Attachment: BaseFileUpdate.st
Description: Text document


reply via email to

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