eed3si9n / scalaxb

scalaxb is an XML data binding tool for Scala.

Home Page:http://scalaxb.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quoting of reserved words in Lenses generation

deenar opened this issue · comments

Lenses generation does not seem to use the reserved words list.

def Id: monocle.Lens[Case, String] = monocle.Lens[Case, String](_.Id)((_Id: String) => (case: Case) => case.copy(Id = _Id))

fixed by #539