Skip to content

Commit 5bb2e8f

Browse files
committed
auto merge of #5847 : catamorphism/rust/rustpkg, r=catamorphism
r? @graydon This is preliminary work on bringing rustpkg up to conformance with #5679 and related issues. This change makes rustpkg infer a package ID from its containing directory, instead of requiring name and vers attributes in the code. Many aspects of it are incomplete; I've only tested one package (see README.txt) and one command, "build". So far it only works for local packages. I also removed code for several of the package commands other than "build", replacing them with stubs that fail, since they used package IDs in ways that didn't jibe well with the new scheme. I will re-implement the commands one at a time.
2 parents 2cb6974 + 74fee15 commit 5bb2e8f

File tree

3 files changed

+636
-952
lines changed

3 files changed

+636
-952
lines changed

src/librustpkg/README.txt

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Right now (2013-04-11), only one package works, the branch of rust-sdl at:
2+
https://github.com/catamorphism/rust-sdl/tree/new-rustpkg
3+
4+
and only one command works, "build".

0 commit comments

Comments
 (0)