Skip to content

Commit 30b4872

Browse files
committed
---
yaml --- r: 34272 b: refs/heads/snap-stage3 c: 6c05697 h: refs/heads/master v: v3
1 parent b16d0e2 commit 30b4872

File tree

6 files changed

+2
-1495
lines changed

6 files changed

+2
-1495
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 68c689f1ca9527dc536f7c4a3e7c70bb5a28fb49
4+
refs/heads/snap-stage3: 6c056976678e103f23fd29557174d7718b75a617
55
refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/libcargo/pgp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ fn verify(root: &Path, data: &Path, sig: &Path) -> bool {
102102
let path = root.push("gpg");
103103
let res = gpgv(~[~"--homedir", path.to_str(),
104104
~"--keyring", ~"pubring.gpg",
105-
~"--verbose",
105+
~"--verify",
106106
sig.to_str(), data.to_str()]);
107107
if res.status != 0 {
108108
return false;

branches/snap-stage3/src/librusti/rusti.rc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -246,9 +246,6 @@ fn run(repl: Repl, input: ~str) -> Repl {
246246
debug!("loop checking");
247247
middle::check_loop::check_crate(ty_cx, crate);
248248

249-
debug!("mode computation");
250-
middle::mode::compute_modes(ty_cx, method_map, crate);
251-
252249
debug!("alt checking");
253250
middle::check_alt::check_crate(ty_cx, method_map, crate);
254251

0 commit comments

Comments
 (0)