ceylon / ceylon.language

DEPRECATED
Apache License 2.0
153 stars 57 forks source link

Rename src to source #419

Open lucaswerkmeister opened 10 years ago

lucaswerkmeister commented 10 years ago

The Ceylon convention is to name the main source folder source, not src. The language module should follow that convention ;-)

If other repositories (compiler? dist?) depend on the name of this folder, then this should probably wait until after the OBR merge.

lucaswerkmeister commented 10 years ago

ceylon-js’ Stitcher has a hardcoded path to src in two places.

tombentley commented 10 years ago

Some tests in ceylon-compiler depend on it On 19 Mar 2014 00:52, "Lucas Werkmeister" notifications@github.com wrote:

ceylon-js' Stitcher has a hardcoded path to src in twohttps://github.com/ceylon/ceylon-js/blob/master/src/main/java/com/redhat/ceylon/compiler/js/Stitcher.java#L60 placeshttps://github.com/ceylon/ceylon-js/blob/master/src/main/java/com/redhat/ceylon/compiler/js/Stitcher.java#L138 .

Reply to this email directly or view it on GitHubhttps://github.com/ceylon/ceylon.language/issues/419#issuecomment-38007031 .