ubermichael / isetools

Tools for parsing data for the Internet Shakespeare Editions
GNU General Public License v2.0
2 stars 3 forks source link

use `text` property of Node as `line` of log message #24

Closed telic closed 9 years ago

telic commented 9 years ago

Note that this builds on #23. The only new change is that one line in Message.java.

I'm not sure if I'm subverting the line property of messages here; what do you think? It wasn't being used for anything else in most cases (only for lexing errors so far?), and this information is really useful when using validation messages in an interactive context.