ceylon / ceylon.ast

Apache License 2.0
18 stars 3 forks source link

Emit \i / \I identifiers with prefix #143

Closed lucaswerkmeister closed 6 years ago

lucaswerkmeister commented 7 years ago

The parser used to strip away the \i / \I prefix, now it doesn’t anymore (see eclipse/ceylon.formatter#144 and eclipse/ceylon@4c45a73508). I assume the RedHatConverter used to mimic the old behavior, so now it needs to mimic the new one. Probably in the other direction too.

lucaswerkmeister commented 6 years ago

Fixed in e34a5d9eda161b98b557c127040b52f87001baf1 (I forgot that this issue existed when I committed that).