ceylon / ceylon-module-resolver

DEPRECATED
Apache License 2.0
23 stars 9 forks source link

Getting module doc, authors license #57

Closed tombentley closed 11 years ago

tombentley commented 11 years ago

In order to implement ceylon info CMR needs to provide a method similar to RepositoryManager.searchModules(), but which:

At the moment, I'm also having to get info from ArtifactResults: If this new method could returns all this info in one go that would be ideal.

FroMage commented 11 years ago

So, the question is when we say that M6 must be feature complete does that also apply to tools? Not sure. Perhaps. Or fixing important bugs is more important. I'd lean for the latter, personally.

tombentley commented 11 years ago

After weeks of frustration on annotations I wanted to do something really very simple, which wouldn't blow up in my face. Ironically I chose the wrong thing :-(

FroMage commented 11 years ago

Haha! well, we have several new open bugs that are probably trivial to fix. First one assigned served ;)

quintesse commented 11 years ago

Hadn't seen this one before but this is now handled by my fixes to ceylon/ceylon-runtime#21 and ceylon-module-resolver#63 (and some other commits here and there surely).

The info tool has been updated to support all of this too.