Tommaso Piazza

Results 224 comments of Tommaso Piazza
trafficstars

This needs tests if anyone looking for hacktoberfest issues wants to finish it

@vytautasgimbutas it needs to be adapted to the current code base and it needs integration tests. Do you want to give it a shot?

@leonid-s-usov Fist off, if all your dependencies are of type "github ..." and follow the naming `Owner/FrameworkName` where `FrameworkName` is the actual name of the output binary (like `Alamofire/Alamofire` that...

@leonid-s-usov Thanks for the interest and for the suggestions. I'm not trying to defend the current state of things and would be more than happy to make everything transparent if...

@leonid-s-usov Have you seen this issue: https://github.com/blender/Rome/issues/95 This suggests using the `.version` file information but that would mean that Rome would only work if you use carthage with `--cache-builds` so...

The problem with #95 is that `.version` files are ALSO part of the cache. So can't use them for mapping. `.version` files tell carthage not to rebuit downstream depedencies found...

@leonid-s-usov You seem to be onto something better than I can think of at the moment so here is the challenge for you to solve: - If there are no...

Thanks for reporting. I'll take a look

~~I think you’re holding it wrong (you can of course disagree with me).~~ ~~If you update a leaf dependency from 1.4.0 to 1.5.0 with a breaking change, you’re violating semantic...

Sure, on it :)