Samuel Giddins
Samuel Giddins
It'll be somewhere in the DSL generator. I had a quick look a week ago, but had to move onto something else before getting it done.
think it's been fixed on nanaimo master
We'd need to beef up the docs in CocoaPods/Core, it comes from https://sourcegraph.com/github.com/CocoaPods/Core/-/blob/lib/cocoapods-core/specification/dsl.rb#L752 (the `singularize: true` bit)
@alloy I want to add this to bundler & rubygems and maybe even CocoaPods
Can probably use https://developer.github.com/v3/issues/#list-issues-for-a-repository
https://trunk.cocoapods.org/api/v1/owners/[email protected] already lists pods, but we definitely could consider adding an owners endpoint to metrics
See https://github.com/CocoaPods/Molinillo/pull/45
@maxvt can you please make a PR with a test case so we can ensure we don't regress? Thanks!
``` diff diff --git a/lib/molinillo/resolution.rb b/lib/molinillo/resolution.rb index d92b09d..1120cc7 100644 --- a/lib/molinillo/resolution.rb +++ b/lib/molinillo/resolution.rb @@ -356,11 +356,12 @@ module Molinillo # @return [void] def fixup_swapped_children(vertex) payload = vertex.payload - dep_names =...