We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bd781b commit e1e4d71Copy full SHA for e1e4d71
htmlify.p6
@@ -150,7 +150,6 @@ my $coffee-exe = './highlights/node_modules/coffee-script/bin/coffee';
150
sub MAIN(
151
Bool :$typegraph = False,
152
Int :$sparse,
153
- Bool :$disambiguation = True,
154
Bool :$no-highlight = False,
155
Int :$parallel = 1,
156
) {
@@ -199,7 +198,7 @@ sub MAIN(
199
198
write-type-source $_;
200
}
201
202
- write-disambiguation-files if $disambiguation;
+ write-disambiguation-files;
203
write-search-file;
204
write-index-files;
205
@@ -208,7 +207,7 @@ sub MAIN(
208
207
209
210
say 'Processing complete.';
211
- if $sparse || !$disambiguation {
+ if $sparse {
212
say "This is a sparse or incomplete run. DO NOT SYNC WITH doc.perl6.org!";
213
214
0 commit comments