Tommaso Piazza

Results 224 comments of Tommaso Piazza
trafficstars

Try running this on CI: https://mega.nz/#!ik1xVArD!7mq-Dtzb07yMZccNSc6rwjYB_enRw6t8XVxDNWEqcWY Source Code ```haskell module Main where import System.Environment main :: IO () main = do aws_region

I have no idea what AWS_SESSION_TOKEN or AWS_SECURITY_TOKEN are doing. I doubt I'm reading them on the latest version.

No, there is no redirection of std input or output or error. You can use `-v` for force more verbose info

Thanks for reporting, I'll take a look a this too.

Please do! 🙇‍♂️ That would be great!

For upload you can run `rome list` first as explained in the CI setup here https://github.com/blender/Rome/blob/master/README.md#--cache-builds-workflow-recommended This avoids unnecessary uploads. For download, where would it get the version information to...

@Robuske I'll try to explain how things work `.version` files are irrelevant. Rome doens't read `.version` files. This is because __on a fresh checkout you wouldn't have .version files to...

Wait, I see what you're saying. Your`Carthage/` folder is __not empty__ to begin with. So you're suggesting to read the .version files to limit download operations if they are available....

> Something I am not sure I understood from what you said If I have Alamofire 4 and upload it Them update to Alamofire 5, the cache is reported as...

@Robuske `rome list` tests for the version listed in `Carthage.resolved` to be in the cache. I have made the improvement you have suggested, but only to download. I don't see...