Skip to content

Commit b9aa447

Browse files
committed
Remove work-around fix for having a large number of parts
Issue #46
1 parent b61aabf commit b9aa447

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/src/utils.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,7 @@ Future<AnalysisContext> getAnalysisContextForProjectPath(
9595

9696
AnalysisEngine.instance.processRequiredPlugins();
9797

98-
// TODO: Remove this once dartbug.com/23017 is fixed
99-
// See source_gen bug https://github.com/dart-lang/source_gen/issues/46
10098
var options = new AnalysisOptionsImpl()
101-
..cacheSize = 256
10299
..analyzeFunctionBodies = false;
103100

104101
var context = AnalysisEngine.instance.createAnalysisContext()

0 commit comments

Comments
 (0)