Commit ce1f2a73 authored by arida's avatar arida
parent 859dad72
...@@ -12,6 +12,10 @@ To install release candidates run `[sudo] gem install cocoapods --pre` ...@@ -12,6 +12,10 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
[Danielle Tomlinson](https://github.com/dantoml) [Danielle Tomlinson](https://github.com/dantoml)
[#5635](https://github.com/CocoaPods/CocoaPods/pull/5635) [#5635](https://github.com/CocoaPods/CocoaPods/pull/5635)
* Improve performance of dependency resolution.
[yanzhiwei147](https://github.com/yanzhiwei147)
[#5510](https://github.com/CocoaPods/CocoaPods/pull/5510)
##### Bug Fixes ##### Bug Fixes
* Hash scope suffixes if they are over 50 characters to prevent file paths from being too long. * Hash scope suffixes if they are over 50 characters to prevent file paths from being too long.
...@@ -68,10 +72,6 @@ To install release candidates run `[sudo] gem install cocoapods --pre` ...@@ -68,10 +72,6 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
[Naoto Kaneko](https://github.com/naoty) [Naoto Kaneko](https://github.com/naoty)
[#5436](https://github.com/CocoaPods/CocoaPods/pull/5436) [#5436](https://github.com/CocoaPods/CocoaPods/pull/5436)
* Improve performance of dependency resolution.
[yanzhiwei147](https://github.com/yanzhiwei147)
[#5510](https://github.com/CocoaPods/CocoaPods/pull/5510)
##### Bug Fixes ##### Bug Fixes
* Fix local pod platform conflict error message. * Fix local pod platform conflict error message.
......
...@@ -485,8 +485,6 @@ module Pod ...@@ -485,8 +485,6 @@ module Pod
node_result node_result
end end
end end
dependencies[node.name]
end end
# Whether the given `edge` should be followed to find dependencies for the # Whether the given `edge` should be followed to find dependencies for the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment