enable fasta scanner in analyzer by default

R=paulberry@google.com

Review-Url: https://codereview.chromium.org/2970883004 .
This commit is contained in:
danrubel 2017-07-05 15:47:26 -04:00
parent ce43a15e51
commit d16163ca0b

View file

@ -129,7 +129,8 @@ abstract class Scanner {
* A flag indicating whether the analyzer [Scanner] factory method
* will return a fasta based scanner or an analyzer based scanner.
*/
static bool useFasta = const bool.fromEnvironment("useFastaScanner");
static bool useFasta =
const bool.fromEnvironment("useFastaScanner", defaultValue: true);
/**
* The reader used to access the characters in the source.