platzhaltr / datr.scala

Natural date parsing with parboiled2
4 stars 1 forks source link

Current REPL doesn't print parsed results nor errors #2

Closed ahirner closed 8 years ago

ahirner commented 8 years ago

This is due to the return type of SimpleInterface.read being Unit. Changing it to String solved this issue on current master.

oschrenk commented 8 years ago

Thanks! Will fix it when I have access to a proper coding env, which might take a while as I'm on a long vacation.

On 08 Apr 2016, at 19:55, Alexander Hirner notifications@github.com wrote:

This is due to the return type of SimpleInterface.read being Unit. Changing it to String solved this issue on current master.

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub

oschrenk commented 8 years ago

Done. Thanks.