Gigasecond exercise cannot load/ignore stub file #664
Labels
bug
Something isn't working
exercise
This issue concerns an exercise
x:knowledge/intermediate
Quite a bit of Exercism knowledge required
When fetching new exercise Gigasecond in Pharo, there is a problem loading stub solution file:
Reason:
This is probably injection, since stub solution file is no longer empty file, but contains some samples in comments. Pharo parser is rather strict and expects to parse type, which is not there (only comments are there).
Actual
Parser parsing stub file containing just comments fails.
Expected behavior
Parsing via Tonel reader should ignore file containing just comments and skip it.
The text was updated successfully, but these errors were encountered: