ceylon / ceylon-compiler

DEPRECATED
GNU General Public License v2.0
138 stars 36 forks source link

Add automatic incremental compilation #40

Open quintesse opened 13 years ago

quintesse commented 13 years ago

Between the source map and some smartness, we should be able to determine that when we want to compile a module with a special --incremental flag we:

That could be seen as the job of the build tool, but I don't think anyone can do this sort of detection better than the compiler itself.

FroMage commented 13 years ago

I've made this M2 as it will require some work in both the type checker and the compiler.

FroMage commented 12 years ago

Slips to M3.

FroMage commented 12 years ago

M5.

FroMage commented 11 years ago

Moving to 1.1

FroMage commented 10 years ago

Moving to 1.2

quintesse commented 10 years ago

I remember I added this issue because of something @gavinking said... but I must say I don't understand my own description anymore. Anyone knows what this is actually about?

FroMage commented 10 years ago

I guess automatically add files that we need to compile/recompile?

quintesse commented 10 years ago

But add them where? If this is like the other issue about --incremental then this could be closed. Or if nobody remembers what this is about ;)

FroMage commented 10 years ago

This one looks like we opened it first, man ;) And yes I'm pretty sure it's about adding required/outdated files automatically. Incremental we already do with the model loader. This is automatic source-file-list computation.

quintesse commented 10 years ago

I mean #1487 which you opened. Which seems to have a better description and is more inclusive.

FroMage commented 10 years ago

I've no idea what you mean ;)

quintesse commented 10 years ago

^^