Tommaso Piazza
Tommaso Piazza
* carthage install method: [ ] .pkg, [ ] homebrew, [ ] source * `which carthage`: `/usr/local/bin/carthage` * `carthage version`: 0.31.2 * `xcodebuild -version`: `Build version 9F1027a` * Are you...
Version ======== Tag 0.6.3 Reproducible also on ``` commit 556236ad2d7c7420eea4301cf69b09575905a508 (HEAD -> master, origin/master, origin/HEAD) Merge: 5afb898 4915ce0 Author: Robert Widmann Date: Sun Apr 22 09:15:25 2018 -0400 ``` Environment...
As per #181 , if a version file exists trust that everything else is there too.
#### Enhancement Suggestion Rome should be able to automatically generate a Romefile **Steps which explain the enhancement** 1. Given a `Cartfile.resolved` 2. Given a `Carthage/Checkouts` folder 3. Automatically generate a...
#### Enhancement Suggestion Enable Rome to download & read an well know repository map 1. Keep a well know central RepositoryMap on GitHub 2. Enable Rome to download it on...
Tests are currently lacking in the project. While some functions are harder to tests there are a few low hanging fruits. **Steps which explain the enhancement** By using [QuickCheck](https://hackage.haskell.org/package/QuickCheck) add...
#### Enhancement Suggestion Add a command to verify several properties of a framework **Steps which explain the enhancement** A verify command with several switches could be added to: - verify...
#### Enhancement Suggestion Reduce code duplication in some function. **Steps which explain the enhancement** Example of function which could use some slimming down - [downloadVersionFileToCaches](https://github.com/blender/Rome/blob/master/src/Lib.hs#L290) - [downloadFrameworkAndDsymFromCaches](https://github.com/blender/Rome/blob/master/src/Lib.hs#L325) **Current and suggested...
Hello, I have implemented per request timeout. The interface of the api has not changed and it will use the default timeout with the current interface. Alternatively you can specify...