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

Object subclass: FooTest [
    FooTypoTest class >> def [^'def']
]
_______________________________________________
help-smalltalk mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to