Skip to content

Commit 7c0880e

Browse files
authored
Correct crystal build --progress step count max to 14 (#16269)
We missed increasing the count when we added the restrictions augmenter stage. It's not always correct, but at least more often than 13.
1 parent ac61e7a commit 7c0880e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/crystal/progress_tracker.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Crystal
22
class ProgressTracker
33
# FIXME: This assumption is not always true
4-
STAGES = 13
4+
STAGES = 14
55
STAGE_PADDING = 34
66

77
property? stats = false

0 commit comments

Comments
 (0)