Skip to content

Commit 746753f

Browse files
committed
---
yaml --- r: 179418 b: refs/heads/snap-stage3 c: 0e16ad8 h: refs/heads/master v: v3
1 parent 9536ec3 commit 746753f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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: 0ba9e1fa52627404a1e5b90f745f96a872a0c564
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 1ce86651c726d20e06038f3122e60cdd84e873e1
4+
refs/heads/snap-stage3: 0e16ad8c3f78cf750d12afac03a1d2cc9312651c
55
refs/heads/try: ccf8fedf1cffcb8f6f3581d53d220039e192fe77
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d

branches/snap-stage3/src/etc/errorck.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,10 @@
5454
print("{1}: {2}\n{3}".format(*entry))
5555
errors = True
5656

57-
print("{0} error codes".format(len(errcode_map)))
58-
print("highest error code: " + max(all_errors))
57+
print
58+
print("* {0} error codes".format(len(errcode_map)))
59+
print("* highest error code: " + max(all_errors))
60+
print
5961

6062
if errors:
6163
sys.exit(1)

branches/snap-stage3/src/etc/featureck.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,10 +234,8 @@
234234

235235
lines.sort()
236236

237-
print
238-
print "Rust feature summary:"
239237
print
240238
for line in lines:
241-
print line
239+
print "* " + line
242240
print
243241

0 commit comments

Comments
 (0)