Skip to content

Commit

Permalink
Changes revcheck to consider one or many hashes, instead of two.
Browse files Browse the repository at this point in the history
  • Loading branch information
André L F S Bacci committed Nov 11, 2024
1 parent 0460e4b commit 0d5b26a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/translation/lib/RevcheckRun.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function __construct( string $sourceDir , string $targetDir , bool $writeResults
$this->saveRevcheckData();
}

if ( $this->slowPathCount > 100 )
if ( $this->slowPathCount > 1000 )
fprintf( STDERR , "Warn: Slow path called {$this->slowPathCount} times.\n" );
}

Expand Down
1 change: 0 additions & 1 deletion scripts/translation/lib/all.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
require_once __DIR__ . '/CacheUtil.php';
require_once __DIR__ . '/GitDiffParser.php';
require_once __DIR__ . '/GitLogParser.php';
require_once __DIR__ . '/GitUtils.php';
require_once __DIR__ . '/OutputIgnoreArgv.php';
require_once __DIR__ . '/OutputIgnoreBuffer.php';
require_once __DIR__ . '/QaFileInfo.php';
Expand Down

0 comments on commit 0d5b26a

Please sign in to comment.