eclipse-archived / ceylon.formatter

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

Add support for dynamic interfaces #57

Closed lucaswerkmeister closed 10 years ago

lucaswerkmeister commented 10 years ago

As introduced by Gavin in ceylon/ceylon-spec@b4b55bf0e269913d77afab80364ea333bddc1aca.

I’m not sure if I need this for 1.1.0.

lucaswerkmeister commented 10 years ago

Looks like this is supposed to make it into Ceylon 1.1, so I should support it in ceylon.formatter 1.1.0.

lucaswerkmeister commented 10 years ago

The original ceylon-spec commit would add null tokens, crashing the formatter, but after that was fixed in ceylon/ceylon-spec@78520bc430506895ccc2c7b3a45344c5a820e0e0, it now actually works without any problem :) Nothing to do for me!

lucaswerkmeister commented 10 years ago

(Well, except changing that comment.)