Re: [swift-users] repo questions when using example-package-dealer

2016-06-30 Thread Dave Yost via swift-users
Cloning these example-package-* repos and then filing pull requests for them is problematic because the github username “apple” is burned into the dependency urls in the Package.swift files. It would be good if these packages would take a build-time argument for the github username, defaulting

Re: [swift-users] repo questions when using example-package-dealer

2016-06-29 Thread Daniel Dunbar via swift-users
I wouldn't say they are "unclean", but they have not been retagged after the latest commits to them, and you are right they probably should be. Feel free to file a bug on this at http://bugs.swift.org . - Daniel > On Jun 29, 2016, at 11:25 PM, Dave Yost wrote: > > Dum

Re: [swift-users] repo questions when using example-package-dealer

2016-06-29 Thread Dave Yost via swift-users
Dumb questions: These repos are not clean, tho, right? The head should be tagged with a version number, right? > On 2016-06-29, at 7:56 PM, Daniel Dunbar wrote: > > FYI, some of our planned workflow improvements here are covered by: > > https://github.com/apple/swift-evolution/blob/master/p

Re: [swift-users] repo questions when using example-package-dealer

2016-06-29 Thread Daniel Dunbar via swift-users
FYI, some of our planned workflow improvements here are covered by: https://github.com/apple/swift-evolution/blob/master/proposals/0082-swiftpm-package-edit.md - Daniel > On Jun 29, 2016, at 7:11 P

Re: [swift-users] repo questions when using example-package-dealer

2016-06-29 Thread Hugo Hennies via swift-users
The swift package manager uses git tags to resolve the commit it’s going to get. So if you want to make your changes available to the package manager, you must tag your latest commit with a semantic versioning number (1.0.3 for instance) and explicitly put that as the version you want to fetch i