Avatar
利用者側からすると依存関係のバージョンがズレていると使えないことになってしまって不便です。
Ruby 詳しくないですが、↑これって利用者側がライブラリ中の lock ファイルの影響を受けるってことですよね?
10:10 AM
Swift PM ではそれは起こらないのでは?
The pins file will also not influence dependency resolution for dependent packages; for example if application A depends on library B which in turn depends on library C, then package resolution for application A will use the manifest of library B to learn of the dependency on library C, but ignore any Package.pins file belonging to library B when deciding which version of library C to use.