Kentaro Kuribayashi
Kentaro Kuribayashi
`Neotomex.Grammar.ParseError` and `Neotomex.Grammar.ValidationError` cause warnings as below. ``` iex(1)> try do ...(1)> raise Neotomex.Grammar.ParseError, message: "parse error" ...(1)> rescue ...(1)> e in Neotomex.Grammar.ParseError -> e.description ...(1)> end warning: the following...
`mix test` generates the warnings below: ``` $ mix test Compiling 4 files (.ex) warning: variable "definitions" is unused (if the variable is not meant to be used, prefix it...
See for details: http://paste.scsys.co.uk/282438
Fix rendering error due to mistakes of markdown markup.