Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(138)

Issue 9479013: Remove backends. (Closed)

Created:
8 years, 10 months ago by scheglov
Modified:
8 years, 9 months ago
Reviewers:
Brian Wilkerson, zundel
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 24

Patch Set 2 : More clean up #

Total comments: 7
Unified diffs Side-by-side diffs Delta from patch set Stats (+87 lines, -20745 lines) Patch
M compiler/dart-compiler.gyp View 1 2 chunks +0 lines, -2 lines 0 comments Download
D compiler/java/com/google/dart/compiler/Backend.java View 1 chunk +0 lines, -54 lines 0 comments Download
M compiler/java/com/google/dart/compiler/CommandLineOptions.java View 1 6 chunks +0 lines, -55 lines 3 comments Download
M compiler/java/com/google/dart/compiler/CompilerConfiguration.java View 1 4 chunks +2 lines, -26 lines 0 comments Download
M compiler/java/com/google/dart/compiler/DartCompiler.java View 1 16 chunks +14 lines, -171 lines 0 comments Download
M compiler/java/com/google/dart/compiler/DartCompilerContext.java View 1 chunk +4 lines, -5 lines 0 comments Download
M compiler/java/com/google/dart/compiler/DefaultCompilerConfiguration.java View 1 4 chunks +8 lines, -79 lines 0 comments Download
M compiler/java/com/google/dart/compiler/DelegatingCompilerConfiguration.java View 1 2 chunks +0 lines, -25 lines 0 comments Download
M compiler/java/com/google/dart/compiler/LibrarySource.java View 1 chunk +5 lines, -6 lines 0 comments Download
M compiler/java/com/google/dart/compiler/SubSystem.java View 1 chunk +1 line, -1 line 0 comments Download
D compiler/java/com/google/dart/compiler/ast/CoverageInstrumenter.java View 1 chunk +0 lines, -807 lines 0 comments Download
M compiler/java/com/google/dart/compiler/ast/DartNode.java View 2 chunks +0 lines, -9 lines 0 comments Download
M compiler/java/com/google/dart/compiler/ast/viz/ConsoleWriter.java View 1 chunk +4 lines, -5 lines 0 comments Download
M compiler/java/com/google/dart/compiler/ast/viz/DotWriter.java View 2 chunks +1 line, -5 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/dart/DartBackend.java View 1 chunk +0 lines, -99 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/AbstractJsBackend.java View 1 chunk +0 lines, -518 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/Cloner.java View 1 chunk +0 lines, -253 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/DartMangler.java View 1 chunk +0 lines, -143 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/DollarMangler.java View 1 chunk +0 lines, -424 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/GenerateJavascriptAST.java View 1 1 chunk +0 lines, -3877 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/GenerateNamesAndScopes.java View 1 chunk +0 lines, -214 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/JavascriptBackend.java View 1 chunk +0 lines, -181 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/JsConstructExpressionVisitor.java View 1 chunk +0 lines, -114 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/JsErrorCode.java View 1 chunk +0 lines, -49 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/JsFirstExpressionVisitor.java View 1 chunk +0 lines, -134 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/JsNameProvider.java View 1 chunk +0 lines, -87 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/JsNamer.java View 1 chunk +0 lines, -23 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/JsNormalizer.java View 1 chunk +0 lines, -112 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/JsParserException.java View 1 chunk +0 lines, -92 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/JsPrecedenceVisitor.java View 1 chunk +0 lines, -317 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/JsPrettyNamer.java View 1 chunk +0 lines, -127 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/JsRequiresSemiVisitor.java View 1 chunk +0 lines, -158 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/JsReservedIdentifiers.java View 1 chunk +0 lines, -223 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/JsSourceGenerationVisitor.java View 1 chunk +0 lines, -39 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/JsToStringGenerationVisitor.java View 1 chunk +0 lines, -1354 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/NormalizedVisitor.java View 1 chunk +0 lines, -21 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/Normalizer.java View 1 chunk +0 lines, -1034 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/RuntimeTypeInjector.java View 1 chunk +0 lines, -1277 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ScopeRootInfo.java View 1 chunk +0 lines, -533 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/TranslationContext.java View 1 chunk +0 lines, -78 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/TraversalContextProvider.java View 1 chunk +0 lines, -40 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/UncheckedJsParserException.java View 1 chunk +0 lines, -21 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/analysis/DependencyComputer.java View 1 chunk +0 lines, -262 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/analysis/JavascriptElement.java View 1 chunk +0 lines, -130 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/analysis/TopLevelElementIndexer.java View 1 chunk +0 lines, -283 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/analysis/TreeShaker.java View 1 chunk +0 lines, -191 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/CanBooleanEval.java View 1 chunk +0 lines, -15 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/HasArguments.java View 1 chunk +0 lines, -15 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/HasCondition.java View 1 chunk +0 lines, -15 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/HasName.java View 1 chunk +0 lines, -14 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsArrayAccess.java View 1 chunk +0 lines, -68 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsArrayLiteral.java View 1 chunk +0 lines, -67 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsBinaryOperation.java View 1 chunk +0 lines, -107 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsBinaryOperator.java View 1 chunk +0 lines, -120 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsBlock.java View 1 chunk +0 lines, -44 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsBooleanLiteral.java View 1 chunk +0 lines, -53 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsBreak.java View 1 chunk +0 lines, -46 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsCase.java View 1 chunk +0 lines, -39 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsCatch.java View 1 chunk +0 lines, -66 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsCatchScope.java View 1 chunk +0 lines, -75 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsConditional.java View 1 chunk +0 lines, -78 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsContext.java View 1 chunk +0 lines, -27 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsContinue.java View 1 chunk +0 lines, -46 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsDebugger.java View 1 chunk +0 lines, -25 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsDefault.java View 1 chunk +0 lines, -28 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsDoWhile.java View 1 chunk +0 lines, -54 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsEmpty.java View 1 chunk +0 lines, -26 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsExprStmt.java View 1 chunk +0 lines, -36 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsExpression.java View 1 chunk +0 lines, -52 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsFor.java View 1 chunk +0 lines, -105 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsForIn.java View 1 chunk +0 lines, -71 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsFunction.java View 1 chunk +0 lines, -225 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsGlobalBlock.java View 1 chunk +0 lines, -19 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsIf.java View 1 chunk +0 lines, -65 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsInvocation.java View 1 chunk +0 lines, -62 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsLabel.java View 1 chunk +0 lines, -52 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsLiteral.java View 1 chunk +0 lines, -14 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsModVisitor.java View 1 chunk +0 lines, -189 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsName.java View 1 chunk +0 lines, -114 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsNameRef.java View 1 chunk +0 lines, -120 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsNew.java View 1 chunk +0 lines, -61 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsNode.java View 1 chunk +0 lines, -51 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsNullLiteral.java View 1 chunk +0 lines, -46 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsNumberLiteral.java View 1 chunk +0 lines, -53 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsObjectLiteral.java View 1 chunk +0 lines, -66 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsOperator.java View 1 chunk +0 lines, -32 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsParameter.java View 1 chunk +0 lines, -41 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsPostfixOperation.java View 1 chunk +0 lines, -42 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsPrefixOperation.java View 1 chunk +0 lines, -69 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsProgram.java View 1 chunk +0 lines, -172 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsProgramFragment.java View 1 chunk +0 lines, -34 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsPropertyInitializer.java View 1 chunk +0 lines, -56 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsRegExp.java View 1 chunk +0 lines, -64 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsReturn.java View 1 chunk +0 lines, -48 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsRootScope.java View 1 chunk +0 lines, -50 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsScope.java View 1 chunk +0 lines, -301 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsStatement.java View 1 chunk +0 lines, -22 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsStringLiteral.java View 1 chunk +0 lines, -53 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsSwitch.java View 1 chunk +0 lines, -47 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsSwitchMember.java View 1 chunk +0 lines, -24 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsThisRef.java View 1 chunk +0 lines, -51 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsThrow.java View 1 chunk +0 lines, -48 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsTry.java View 1 chunk +0 lines, -59 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsUnaryOperation.java View 1 chunk +0 lines, -53 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsUnaryOperator.java View 1 chunk +0 lines, -78 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsValueLiteral.java View 1 chunk +0 lines, -24 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsVars.java View 1 chunk +0 lines, -115 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsVisitable.java View 1 chunk +0 lines, -19 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsVisitor.java View 1 chunk +0 lines, -433 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/JsWhile.java View 1 chunk +0 lines, -52 lines 0 comments Download
D compiler/java/com/google/dart/compiler/backend/js/ast/NodeKind.java View 1 chunk +0 lines, -50 lines 0 comments Download
M compiler/java/com/google/dart/compiler/metrics/CompilerMetrics.java View 8 chunks +0 lines, -50 lines 0 comments Download
M compiler/java/com/google/dart/compiler/metrics/DartEventType.java View 1 1 chunk +1 line, -14 lines 0 comments Download
M compiler/java/com/google/dart/compiler/testing/TestCompilerConfiguration.java View 1 4 chunks +1 line, -27 lines 0 comments Download
M compiler/java/com/google/dart/compiler/type/TypeAnalyzer.java View 1 4 chunks +6 lines, -10 lines 4 comments Download
D compiler/java/com/google/dart/compiler/util/AstUtil.java View 1 chunk +0 lines, -226 lines 0 comments Download
M compiler/javatests/com/google/dart/compiler/CompilerTestCase.java View 3 chunks +5 lines, -10 lines 0 comments Download
M compiler/javatests/com/google/dart/compiler/MockArtifactProvider.java View 2 chunks +1 line, -2 lines 0 comments Download
D compiler/javatests/com/google/dart/compiler/backend/common/testArrayIncompatibleArrayOperator.dart View 1 chunk +0 lines, -4 lines 0 comments Download
D compiler/javatests/com/google/dart/compiler/backend/common/testCombinedExpressions.dart View 1 chunk +0 lines, -4 lines 0 comments Download
D compiler/javatests/com/google/dart/compiler/backend/common/testCompatibleBinaryOp.dart View 1 chunk +0 lines, -4 lines 0 comments Download
D compiler/javatests/com/google/dart/compiler/backend/common/testCompatibleFields.dart View 1 chunk +0 lines, -4 lines 0 comments Download
D compiler/javatests/com/google/dart/compiler/backend/common/testCompatibleMethods.dart View 1 chunk +0 lines, -4 lines 0 comments Download
D compiler/javatests/com/google/dart/compiler/backend/common/testIncompatibleBinaryOp1.dart View 1 chunk +0 lines, -4 lines 0 comments Download
D compiler/javatests/com/google/dart/compiler/backend/common/testIncompatibleBinaryOp2.dart View 1 chunk +0 lines, -4 lines 0 comments Download
D compiler/javatests/com/google/dart/compiler/backend/common/testIncompatibleFields.dart View 1 chunk +0 lines, -4 lines 0 comments Download
D compiler/javatests/com/google/dart/compiler/backend/common/testIncompatibleFields2.dart View 1 chunk +0 lines, -4 lines 0 comments Download
D compiler/javatests/com/google/dart/compiler/backend/common/testIncompatibleFieldsWithGetter.dart View 1 chunk +0 lines, -4 lines 0 comments Download
D compiler/javatests/com/google/dart/compiler/backend/common/testIncompatibleFieldsWithSetter.dart View 1 chunk +0 lines, -4 lines 0 comments Download
D compiler/javatests/com/google/dart/compiler/backend/common/testIncompatibleLogicalOp.dart View 1 chunk +0 lines, -4 lines 0 comments Download
D compiler/javatests/com/google/dart/compiler/backend/common/testIncompatibleMethods.dart View 1 chunk +0 lines, -4 lines 0 comments Download
D compiler/javatests/com/google/dart/compiler/backend/js/ComparingVisitor.java View 1 chunk +0 lines, -367 lines 0 comments Download
D compiler/javatests/com/google/dart/compiler/backend/js/FlatteningVisitor.java View 1 chunk +0 lines, -53 lines 0 comments Download
D compiler/javatests/com/google/dart/compiler/backend/js/JavaScriptStringTest.java View 1 chunk +0 lines, -51 lines 0 comments Download
D compiler/javatests/com/google/dart/compiler/backend/js/JsScopeTest.java View 1 chunk +0 lines, -81 lines 0 comments Download
D compiler/javatests/com/google/dart/compiler/backend/js/RttTest.java View 1 chunk +0 lines, -105 lines 0 comments Download
D compiler/javatests/com/google/dart/compiler/backend/js/SnippetTestCase.java View 1 chunk +0 lines, -163 lines 0 comments Download
D compiler/javatests/com/google/dart/compiler/backend/js/analysis/DependencyComputerTest.java View 1 chunk +0 lines, -182 lines 0 comments Download
D compiler/javatests/com/google/dart/compiler/backend/js/analysis/JsAnalysisTests.java View 1 chunk +0 lines, -26 lines 0 comments Download
D compiler/javatests/com/google/dart/compiler/backend/js/analysis/TopLevelElementIndexerTest.java View 1 chunk +0 lines, -249 lines 0 comments Download
D compiler/javatests/com/google/dart/compiler/backend/js/analysis/TreeShakerTest.java View 1 chunk +0 lines, -73 lines 0 comments Download
D compiler/javatests/com/google/dart/compiler/backend/js/testClosureOpt.dart View 1 chunk +0 lines, -66 lines 0 comments Download
D compiler/javatests/com/google/dart/compiler/backend/js/testCompoundBinaryExprOpt.dart View 1 chunk +0 lines, -141 lines 0 comments Download
D compiler/javatests/com/google/dart/compiler/backend/js/testConstantExprOpt.dart View 1 chunk +0 lines, -35 lines 0 comments Download
D compiler/javatests/com/google/dart/compiler/backend/js/testConstructorOptTest.dart View 1 chunk +0 lines, -37 lines 0 comments Download
D compiler/javatests/com/google/dart/compiler/backend/js/testFieldAccessExprOpt.dart View 1 chunk +0 lines, -109 lines 0 comments Download
D compiler/javatests/com/google/dart/compiler/backend/js/testListExprOpt.dart View 1 chunk +0 lines, -51 lines 0 comments Download
D compiler/javatests/com/google/dart/compiler/backend/js/testListSubTypeExprOpt.dart View 1 chunk +0 lines, -44 lines 0 comments Download
D compiler/javatests/com/google/dart/compiler/backend/js/testLiteralExpressions.dart View 1 chunk +0 lines, -95 lines 0 comments Download
D compiler/javatests/com/google/dart/compiler/backend/js/testRuntimeTypes.dart View 1 chunk +0 lines, -49 lines 0 comments Download
D compiler/javatests/com/google/dart/compiler/backend/js/testUnaryDecIncExprOpt.dart View 1 chunk +0 lines, -70 lines 0 comments Download
M compiler/javatests/com/google/dart/compiler/end2end/inc/IncrementalCompilation2Test.java View 6 chunks +7 lines, -4 lines 0 comments Download
M compiler/javatests/com/google/dart/compiler/end2end/inc/IncrementalCompilationTest.java View 3 chunks +1 line, -4 lines 0 comments Download
M compiler/javatests/com/google/dart/compiler/end2end/inc/IncrementalCompilationWithPrefixTest.java View 2 chunks +1 line, -2 lines 0 comments Download
M compiler/javatests/com/google/dart/compiler/end2end/inc/MemoryLibrarySource.java View 2 chunks +1 line, -2 lines 0 comments Download
M editor/tools/plugins/com.google.dart.compiler.js/META-INF/MANIFEST.MF View 1 chunk +0 lines, -3 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/DartCore.java View 1 1 chunk +8 lines, -0 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/analysis/AnalysisUtility.java View 2 chunks +1 line, -9 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/generator/ApplicationGenerator.java View 1 3 chunks +1 line, -3 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/builder/DartBuilder.java View 2 chunks +1 line, -2 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/builder/DartcBuildHandler.java View 1 8 chunks +0 lines, -89 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/completion/ErrorRecordingContext.java View 2 chunks +2 lines, -9 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/util/LibraryReferenceFinder.java View 1 2 chunks +0 lines, -8 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/utilities/compiler/DartCompilerUtilities.java View 2 chunks +0 lines, -10 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/utilities/compiler/DartCompilerWarmup.java View 1 5 chunks +0 lines, -17 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/dartc/metrics/MetricsManager.java View 2 chunks +10 lines, -16 lines 0 comments Download
M tools/testing/dart/test_suite.dart View 1 1 chunk +1 line, -5 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
scheglov
8 years, 10 months ago (2012-02-27 20:28:11 UTC) #1
Brian Wilkerson
LGTM https://chromiumcodereview.appspot.com/9479013/diff/1/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/DartCore.java File editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/DartCore.java (right): https://chromiumcodereview.appspot.com/9479013/diff/1/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/DartCore.java#newcode109 editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/DartCore.java:109: public static final String EXTENSION_JS = "js"; I ...
8 years, 10 months ago (2012-02-27 20:47:02 UTC) #2
zundel
http://codereview.chromium.org/9479013/diff/1/compiler/dart-compiler.gyp File compiler/dart-compiler.gyp (right): http://codereview.chromium.org/9479013/diff/1/compiler/dart-compiler.gyp#newcode42 compiler/dart-compiler.gyp:42: '../third_party/rhino/1_7R3/js.jar', I'm not sure if we still need this. ...
8 years, 9 months ago (2012-02-28 20:37:21 UTC) #3
scheglov
https://chromiumcodereview.appspot.com/9479013/diff/1/compiler/dart-compiler.gyp File compiler/dart-compiler.gyp (right): https://chromiumcodereview.appspot.com/9479013/diff/1/compiler/dart-compiler.gyp#newcode42 compiler/dart-compiler.gyp:42: '../third_party/rhino/1_7R3/js.jar', On 2012/02/28 20:37:21, zundel wrote: > I'm not ...
8 years, 9 months ago (2012-02-29 22:46:40 UTC) #4
zundel
LGTM other than developerModeChecks issue https://chromiumcodereview.appspot.com/9479013/diff/12001/compiler/java/com/google/dart/compiler/CommandLineOptions.java File compiler/java/com/google/dart/compiler/CommandLineOptions.java (left): https://chromiumcodereview.appspot.com/9479013/diff/12001/compiler/java/com/google/dart/compiler/CommandLineOptions.java#oldcode237 compiler/java/com/google/dart/compiler/CommandLineOptions.java:237: public boolean developerModeChecks() { ...
8 years, 9 months ago (2012-02-29 22:51:59 UTC) #5
scheglov
https://chromiumcodereview.appspot.com/9479013/diff/12001/compiler/java/com/google/dart/compiler/CommandLineOptions.java File compiler/java/com/google/dart/compiler/CommandLineOptions.java (left): https://chromiumcodereview.appspot.com/9479013/diff/12001/compiler/java/com/google/dart/compiler/CommandLineOptions.java#oldcode237 compiler/java/com/google/dart/compiler/CommandLineOptions.java:237: public boolean developerModeChecks() { On 2012/02/29 22:51:59, zundel wrote: ...
8 years, 9 months ago (2012-02-29 23:14:55 UTC) #6
zundel
https://chromiumcodereview.appspot.com/9479013/diff/12001/compiler/java/com/google/dart/compiler/CommandLineOptions.java File compiler/java/com/google/dart/compiler/CommandLineOptions.java (left): https://chromiumcodereview.appspot.com/9479013/diff/12001/compiler/java/com/google/dart/compiler/CommandLineOptions.java#oldcode237 compiler/java/com/google/dart/compiler/CommandLineOptions.java:237: public boolean developerModeChecks() { On 2012/02/29 23:14:55, scheglov wrote: ...
8 years, 9 months ago (2012-02-29 23:24:51 UTC) #7
scheglov
8 years, 9 months ago (2012-02-29 23:46:59 UTC) #8
https://chromiumcodereview.appspot.com/9479013/diff/12001/compiler/java/com/g...
File compiler/java/com/google/dart/compiler/type/TypeAnalyzer.java (right):

https://chromiumcodereview.appspot.com/9479013/diff/12001/compiler/java/com/g...
compiler/java/com/google/dart/compiler/type/TypeAnalyzer.java:1121: if
(!isValueAssignable) {
On 2012/02/29 23:24:51, zundel wrote:
> On 2012/02/29 23:14:55, scheglov wrote:
> > On 2012/02/29 22:51:59, zundel wrote:
> > > developer mode checks are important here, because this error is a
> compile-time
> > > error.
> > 
> > Should I just change this to be an type warning?
> 
> No, it is a compile-time error if developer mode is enabled.  If developer
mode
> is not enabled, a warning comes out of the 'checkAssignable()' code.

OK, restored.

Powered by Google App Engine
This is Rietveld 408576698