gst-package error messages are unhelpful
By Stefan Schmiedl - Posted on October 17th, 2009
Tagged:
| Project: | GNU Smalltalk |
| Component: | Base classes |
| Category: | bug |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | fixed |
Description
When referencing a nonexistent file
<package> <name>Foo</name> <file>does-not-exi.st</file> </package>
gst-package reports:
gst-package: Invalid argument Foo: package not found
instead of e.g.
gst-package: Foo: file 'does-not-exi.st' not found
