Skip to content

Commit f822e4e

Browse files
committed
---
yaml --- r: 51986 b: refs/heads/dist-snap c: 6c05697 h: refs/heads/master v: v3
1 parent 5dceb39 commit f822e4e

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
@@ -7,7 +7,7 @@ refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
99
refs/heads/incoming: 44d4d6de762f3f9aae1fedcf454c66b79b3ad58d
10-
refs/heads/dist-snap: 68c689f1ca9527dc536f7c4a3e7c70bb5a28fb49
10+
refs/heads/dist-snap: 6c056976678e103f23fd29557174d7718b75a617
1111
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1212
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
1313
refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0

branches/dist-snap/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/dist-snap/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)