Skip to content

Commit

Permalink
Replace os::glob with extra::glob, which is written in rust,
Browse files Browse the repository at this point in the history
fixing issue #6100.
  • Loading branch information
Dretch committed Sep 5, 2013
1 parent d84a7b5 commit 193a1c8
Show file tree
Hide file tree
Showing 3 changed files with 821 additions and 84 deletions.
1 change: 1 addition & 0 deletions src/libextra/extra.rs
Expand Up @@ -85,6 +85,7 @@ pub mod getopts;
pub mod json;
pub mod md4;
pub mod tempfile;
pub mod glob;
pub mod term;
pub mod time;
pub mod arena;
Expand Down

5 comments on commit 193a1c8

@bors
Copy link
Contributor

@bors bors commented on 193a1c8 Sep 6, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from alexcrichton
at Dretch@193a1c8

@bors
Copy link
Contributor

@bors bors commented on 193a1c8 Sep 6, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging Dretch/rust/native-glob = 193a1c8 into auto

@bors
Copy link
Contributor

@bors bors commented on 193a1c8 Sep 6, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dretch/rust/native-glob = 193a1c8 merged ok, testing candidate = 5efe1e5

@bors
Copy link
Contributor

@bors bors commented on 193a1c8 Sep 6, 2013

@bors
Copy link
Contributor

@bors bors commented on 193a1c8 Sep 6, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 5efe1e5

Please sign in to comment.