dlowe-net / local-time

Time manipulation library for Common Lisp
Other
102 stars 43 forks source link

export the invalid-timestring condition #88

Closed dfmorrison closed 4 years ago

dfmorrison commented 4 years ago

Since parse-timestring is documented to signal invalid-timestring, it would seem that invalid-timestring should be exported from the local-time package. I've also added a trivial test, and the tests seem to run without any failures.

dlowe-net commented 4 years ago

This was an oversight, thanks so much for fixing it!

dfmorrison commented 4 years ago

Thank YOU for merging it in so quickly!