thSoft / elysium

LilyPond IDE for Eclipse
http://elysium.thsoft.hu
14 stars 3 forks source link

Exclude .ily files from compilation #95

Closed nittka closed 9 years ago

nittka commented 9 years ago

Should .ily files be excluded from the compile process? Changes there should trigger compilation of the including files, but the ily file itself need not be passed to the compiler.

I noticed in real world examples I found on GitHub that the ily-files by themselves could cause LilyPond compile errors while the main file including them is OK. This exclusion would also improve performance due to fewer compiler calls.

thSoft commented 9 years ago

You are right, they should not be directly passed to the LilyPond compiler, but only to the Xtext builder. As you noticed, this will make more real-world integration tests pass.

thSoft commented 9 years ago

Fixed in 56b164c