Re: Ivy's ModuleDescriptor.getExtraInfo() is now deprecated

2014-05-16 Thread Nicolas Lalevée
Forget about that duplicate mail, this is me being tricked by the ASF email lag. It seems to still continue to lag a lot. Nicolas Le 8 mai 2014 à 17:07, Nicolas Lalevée a écrit : > Hi, > > ModuleDescriptor.getExtraInfo() is deprecated but there is no indication in > the doc about what should

Ivy's ModuleDescriptor.getExtraInfo() is now deprecated

2014-05-15 Thread Nicolas Lalevée
Hi, ModuleDescriptor.getExtraInfo() is deprecated but there is no indication in the doc about what should be used then. There is getExtraInfos(), but as I look to the code, there is no data transfer between both, if if there is data in one, I cannot get the data from the other one. And since th

Re: Ivy's ModuleDescriptor.getExtraInfo() is now deprecated

2014-05-11 Thread Nicolas Lalevée
Le 11 mai 2014 à 19:12, Jean-Louis Boudart a écrit : > Hi Nicolas, > > This was introduced by IVY-1457 and breaks backward compatibility as > mentioned there. All call to old api from ivy-core itslef has been migrated > on trunk. I didn't find any elegant way to make it backward compatible. >

Ivy's ModuleDescriptor.getExtraInfo() is now deprecated

2014-05-11 Thread Nicolas Lalevée
Hi, ModuleDescriptor.getExtraInfo() is deprecated but there is no indication in the doc about what should be used then. There is getExtraInfos(), but as I look to the code, there is no data transfer between both, if if there is data in one, I cannot get the data from the other one. And since th

Re: Ivy's ModuleDescriptor.getExtraInfo() is now deprecated

2014-05-11 Thread Jean-Louis Boudart
Hi Nicolas, This was introduced by IVY-1457 and breaks backward compatibility as mentioned there. All call to old api from ivy-core itslef has been migrated on trunk. I didn't find any elegant way to make it backward compatible. Suggestion are welcome. But yeah basically you get the idea :/ 201