]> git.lizzy.rs Git - rust.git/commit
auto merge of #9263 : catamorphism/rust/rustpkg-issue-7879, r=brson
authorbors <bors@rust-lang.org>
Wed, 18 Sep 2013 23:20:52 +0000 (16:20 -0700)
committerbors <bors@rust-lang.org>
Wed, 18 Sep 2013 23:20:52 +0000 (16:20 -0700)
commit36cc41481c788e8d781e24908dcf30120797ed8d
tree6dd37817f2b3840ea078b629eb457d6bb26f8346
parent8f6552962772c40a9d18d9ec46419a99a123ad16
parente199790bacb7a8a89065eff52b10b9eba78f0279
auto merge of #9263 : catamorphism/rust/rustpkg-issue-7879, r=brson

r? @brson Treating a package as the thing that can have other packages depend on it,
and depends on other packages, was wrong if a package has more than one
crate. Now, rustpkg knows about dependencies between crates in the same
package. This solves the problem reported in #7879 where rustpkg wrongly
discovered a circular dependency between thhe package and itself, and
recursed infinitely.

Closes #7879