ceylon / ceylon-module-resolver

DEPRECATED
Apache License 2.0
23 stars 9 forks source link

Download progress report #51

Open quintesse opened 11 years ago

quintesse commented 11 years ago

I'm not really sure where to file this although I imagine we first need some low-level support for this in the CMR so that's why I file this here: we need progress reporting on the downloads so people don't have to stare at an empty screen.

alesj commented 11 years ago

OK, I'll try to add this to ArtifactResult.

The question is how to do this for:

And another question is how and where to push progress hook into CMR internals.

But np, I'll have this done for M5.

FroMage commented 11 years ago

Moving to M6

FroMage commented 10 years ago

This is going to be related to the work on the IDE ceylon/ceylon-ide-eclipse#573

FroMage commented 9 years ago

Pretty sure this was implemented by @davidfestal, and if we need support on the logs or CLI then it's another issue, no?

davidfestal commented 9 years ago

Yes, I implemented it inside the IDE (https://github.com/ceylon/ceylon-ide-eclipse/commit/ee1f23b876fd2d12aaf2aa5b816a289f1618fa95) with the ArtifactCallback mechanism provided by @alesj at this time (afair)

quintesse commented 9 years ago

Let's move this to 1.2 because it depends on #106