hpi-swa / smalltalkCI

Framework for testing Smalltalk projects with GitHub Actions, GitLab CI, Travis CI, AppVeyor, and others.
MIT License
94 stars 68 forks source link

Obscur error when option does not exists #583

Open hogoww opened 1 year ago

hogoww commented 1 year ago

In case of the usage of a wrong option, a typo or anything else, the error is currently quite obscur. It throws a Instance Variable missing exception. Could be nice to have a higher level error reporting for such an error. Maybe that's only in the case of Metacello scripts ?

fniephaus commented 1 year ago

Sure, that sounds like a good improvement. Happy to review and merge a PR :wink: