Closed tombentley closed 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.
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 :-(
Haha! well, we have several new open bugs that are probably trivial to fix. First one assigned served ;)
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.
In order to implement
ceylon info
CMR needs to provide a method similar toRepositoryManager.searchModules()
, but which:searchModules()
just takes the a partial module name)ModuleDetails
, but for the given version specifically (currently you can only get the details for the most recent version). In particular I need the module doc, authors and license.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.