eclipse-archived / ceylon.formatter

A formatter for the Ceylon programming language, written in Ceylon.
Apache License 2.0
14 stars 11 forks source link

Source-gen: Handle union types #13

Closed lucaswerkmeister closed 10 years ago

lucaswerkmeister commented 10 years ago

Desired behavior: Parse a value of type Integer|Boolean with parseBoolean else parseInteger.

lucaswerkmeister commented 10 years ago

hmm, how to handle optional union types? failure detection because of null return doesn’t work here...

lucaswerkmeister commented 10 years ago

hmm, how to handle optional union types?

see #14.

lucaswerkmeister commented 10 years ago

Dang, of course I have to do this for formattingFile_meta as well...

lucaswerkmeister commented 10 years ago

I’m going to close this issue, since formattingFile_meta has more problems than just this one.

lucaswerkmeister commented 10 years ago

See #20