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

Issue 1521693002: Roll Observatory deps (charted -> ^0.3.0) (Closed)

Created:
5 years ago by turnidge
Modified:
5 years ago
Reviewers:
rmacnak
CC:
Cutch, rmacnak
Base URL:
https://chromium.googlesource.com/external/github.com/dart-lang/observatory_pub_packages.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Roll Observatory deps (charted -> ^0.3.0) I had to restrict both the analyzer and dart_style to old versions to get the build to work :-/. Otherwise I got errors like this: Transform polymer (PolymerBootstrapTransformer) on observatory|web/index.html threw error: Class 'Parser' has no instance setter 'parseConditionalDirectives='. Added missing exclude to pubspec.yaml. TBR=rmacnak BUG= Committed: https://github.com/dart-lang/observatory_pub_packages/commit/0e74202dd671265f12a3c80d223717b393f4feb9

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20106 lines, -5309 lines) Patch
M packages/analyzer/CHANGELOG.md View 1 chunk +10 lines, -0 lines 0 comments Download
M packages/analyzer/lib/file_system/memory_file_system.dart View 1 chunk +7 lines, -1 line 0 comments Download
M packages/analyzer/lib/source/analysis_options_provider.dart View 1 chunk +4 lines, -6 lines 0 comments Download
M packages/analyzer/lib/src/context/context.dart View 7 chunks +26 lines, -4 lines 0 comments Download
M packages/analyzer/lib/src/generated/ast.dart View 16 chunks +16 lines, -33 lines 0 comments Download
M packages/analyzer/lib/src/generated/constant.dart View 11 chunks +253 lines, -35 lines 0 comments Download
M packages/analyzer/lib/src/generated/element.dart View 11 chunks +42 lines, -1 line 0 comments Download
M packages/analyzer/lib/src/generated/element_handle.dart View 2 chunks +12 lines, -8 lines 0 comments Download
M packages/analyzer/lib/src/generated/element_resolver.dart View 1 chunk +11 lines, -3 lines 0 comments Download
M packages/analyzer/lib/src/generated/engine.dart View 10 chunks +58 lines, -0 lines 0 comments Download
M packages/analyzer/lib/src/generated/incremental_resolver.dart View 3 chunks +3 lines, -0 lines 0 comments Download
M packages/analyzer/lib/src/generated/parser.dart View 5 chunks +43 lines, -8 lines 0 comments Download
M packages/analyzer/lib/src/generated/resolver.dart View 8 chunks +28 lines, -11 lines 0 comments Download
M packages/analyzer/lib/src/generated/sdk.dart View 3 chunks +18 lines, -3 lines 0 comments Download
M packages/analyzer/lib/src/generated/static_type_analyzer.dart View 3 chunks +15 lines, -10 lines 0 comments Download
M packages/analyzer/lib/src/plugin/engine_plugin.dart View 4 chunks +26 lines, -10 lines 0 comments Download
M packages/analyzer/lib/src/plugin/options_plugin.dart View 1 chunk +3 lines, -1 line 0 comments Download
M packages/analyzer/lib/src/services/lint.dart View 3 chunks +20 lines, -8 lines 0 comments Download
M packages/analyzer/lib/src/task/dart.dart View 34 chunks +352 lines, -236 lines 0 comments Download
M packages/analyzer/lib/src/task/dart_work_manager.dart View 4 chunks +31 lines, -0 lines 0 comments Download
M packages/analyzer/lib/src/task/html.dart View 1 chunk +3 lines, -0 lines 0 comments Download
A packages/analyzer/lib/src/task/strong/checker.dart View 1 chunk +985 lines, -0 lines 0 comments Download
A packages/analyzer/lib/src/task/strong/info.dart View 1 chunk +472 lines, -0 lines 0 comments Download
A packages/analyzer/lib/src/task/strong/rules.dart View 1 chunk +770 lines, -0 lines 0 comments Download
M packages/analyzer/lib/task/model.dart View 14 chunks +17 lines, -11 lines 0 comments Download
M packages/analyzer/pubspec.yaml View 1 chunk +2 lines, -2 lines 0 comments Download
M packages/analyzer/test/file_system/memory_file_system_test.dart View 1 chunk +7 lines, -0 lines 0 comments Download
M packages/analyzer/test/generated/all_the_rest_test.dart View 20 chunks +87 lines, -59 lines 0 comments Download
M packages/analyzer/test/generated/ast_test.dart View 4 chunks +25 lines, -0 lines 0 comments Download
M packages/analyzer/test/generated/engine_test.dart View 11 chunks +37 lines, -10 lines 0 comments Download
M packages/analyzer/test/generated/non_error_resolver_test.dart View 1 chunk +26 lines, -0 lines 0 comments Download
M packages/analyzer/test/generated/parser_test.dart View 4 chunks +59 lines, -12 lines 0 comments Download
M packages/analyzer/test/src/context/context_test.dart View 4 chunks +50 lines, -4 lines 0 comments Download
M packages/analyzer/test/src/context/mock_sdk.dart View 5 chunks +24 lines, -3 lines 0 comments Download
M packages/analyzer/test/src/task/dart_test.dart View 13 chunks +71 lines, -13 lines 0 comments Download
M packages/analyzer/test/src/task/dart_work_manager_test.dart View 5 chunks +71 lines, -0 lines 0 comments Download
M packages/analyzer/test/src/task/html_test.dart View 3 chunks +31 lines, -1 line 0 comments Download
A packages/analyzer/test/src/task/strong/checker_test.dart View 1 chunk +2311 lines, -0 lines 0 comments Download
A packages/analyzer/test/src/task/strong/inferred_type_test.dart View 1 chunk +1310 lines, -0 lines 0 comments Download
A packages/analyzer/test/src/task/strong/strong_test_helper.dart View 1 chunk +500 lines, -0 lines 0 comments Download
A packages/analyzer/tool/generate_files View 1 chunk +50 lines, -0 lines 0 comments Download
D packages/analyzer/tool/task_dependency_graph.dart View 1 chunk +0 lines, -157 lines 0 comments Download
A packages/analyzer/tool/task_dependency_graph/check_test.dart View 1 chunk +34 lines, -0 lines 0 comments Download
A packages/analyzer/tool/task_dependency_graph/generate.dart View 1 chunk +346 lines, -0 lines 0 comments Download
A packages/analyzer/tool/task_dependency_graph/tasks.dot View 1 chunk +245 lines, -0 lines 0 comments Download
M packages/async/CHANGELOG.md View 1 chunk +8 lines, -0 lines 0 comments Download
M packages/async/lib/async.dart View 2 chunks +2 lines, -0 lines 0 comments Download
M packages/async/lib/src/async_memoizer.dart View 1 chunk +6 lines, -5 lines 0 comments Download
A packages/async/lib/src/cancelable_operation.dart View 1 chunk +148 lines, -0 lines 0 comments Download
A packages/async/lib/src/restartable_timer.dart View 1 chunk +48 lines, -0 lines 0 comments Download
M packages/async/lib/src/stream_queue.dart View 16 chunks +189 lines, -171 lines 0 comments Download
M packages/async/pubspec.yaml View 1 chunk +2 lines, -1 line 0 comments Download
M packages/async/test/async_memoizer_test.dart View 1 chunk +3 lines, -0 lines 0 comments Download
A packages/async/test/cancelable_operation_test.dart View 1 chunk +197 lines, -0 lines 0 comments Download
A packages/async/test/restartable_timer_test.dart View 1 chunk +110 lines, -0 lines 0 comments Download
M packages/async/test/subscription_stream_test.dart View 3 chunks +25 lines, -14 lines 0 comments Download
M packages/charted/lib/charts/behaviors/axis_label_tooltip.dart View 3 chunks +9 lines, -11 lines 0 comments Download
M packages/charted/lib/charts/behaviors/chart_tooltip.dart View 6 chunks +22 lines, -28 lines 0 comments Download
M packages/charted/lib/charts/behaviors/hovercard.dart View 9 chunks +39 lines, -28 lines 0 comments Download
M packages/charted/lib/charts/behaviors/line_marker.dart View 6 chunks +12 lines, -15 lines 0 comments Download
M packages/charted/lib/charts/cartesian_renderers/bar_chart_renderer.dart View 8 chunks +57 lines, -52 lines 0 comments Download
M packages/charted/lib/charts/cartesian_renderers/bubble_chart_renderer.dart View 7 chunks +19 lines, -27 lines 0 comments Download
M packages/charted/lib/charts/cartesian_renderers/cartesian_base_renderer.dart View 6 chunks +19 lines, -23 lines 0 comments Download
M packages/charted/lib/charts/cartesian_renderers/line_chart_renderer.dart View 7 chunks +28 lines, -29 lines 0 comments Download
M packages/charted/lib/charts/cartesian_renderers/stackedbar_chart_renderer.dart View 9 chunks +29 lines, -28 lines 0 comments Download
M packages/charted/lib/charts/chart_area.dart View 2 chunks +10 lines, -17 lines 0 comments Download
M packages/charted/lib/charts/chart_config.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M packages/charted/lib/charts/chart_data.dart View 4 chunks +13 lines, -14 lines 0 comments Download
M packages/charted/lib/charts/chart_legend.dart View 2 chunks +9 lines, -4 lines 0 comments Download
M packages/charted/lib/charts/chart_series.dart View 2 chunks +5 lines, -5 lines 0 comments Download
M packages/charted/lib/charts/chart_state.dart View 4 chunks +49 lines, -37 lines 0 comments Download
M packages/charted/lib/charts/chart_theme.dart View 1 chunk +1 line, -1 line 0 comments Download
M packages/charted/lib/charts/data_transformers/aggregation.dart View 26 chunks +144 lines, -182 lines 0 comments Download
M packages/charted/lib/charts/data_transformers/aggregation_item.dart View 9 chunks +53 lines, -77 lines 0 comments Download
M packages/charted/lib/charts/data_transformers/aggregation_transformer.dart View 10 chunks +41 lines, -55 lines 0 comments Download
M packages/charted/lib/charts/data_transformers/filter_transformer.dart View 4 chunks +21 lines, -27 lines 0 comments Download
M packages/charted/lib/charts/data_transformers/transpose_transformer.dart View 6 chunks +35 lines, -39 lines 0 comments Download
M packages/charted/lib/charts/layout_renderers/layout_base_renderer.dart View 1 chunk +4 lines, -5 lines 0 comments Download
M packages/charted/lib/charts/layout_renderers/pie_chart_renderer.dart View 7 chunks +19 lines, -18 lines 0 comments Download
M packages/charted/lib/charts/src/cartesian_area_impl.dart View 23 chunks +104 lines, -102 lines 0 comments Download
M packages/charted/lib/charts/src/chart_axis_impl.dart View 6 chunks +23 lines, -22 lines 0 comments Download
M packages/charted/lib/charts/src/chart_config_impl.dart View 5 chunks +13 lines, -10 lines 0 comments Download
M packages/charted/lib/charts/src/chart_data_impl.dart View 4 chunks +15 lines, -12 lines 0 comments Download
M packages/charted/lib/charts/src/chart_events_impl.dart View 1 chunk +2 lines, -3 lines 0 comments Download
M packages/charted/lib/charts/src/chart_legend_impl.dart View 5 chunks +19 lines, -17 lines 0 comments Download
M packages/charted/lib/charts/src/chart_state_impl.dart View 6 chunks +19 lines, -16 lines 0 comments Download
M packages/charted/lib/charts/src/layout_area_impl.dart View 8 chunks +24 lines, -30 lines 0 comments Download
M packages/charted/lib/charts/themes/quantum_theme.dart View 2 chunks +29 lines, -34 lines 0 comments Download
M packages/charted/lib/core/interpolators.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M packages/charted/lib/core/interpolators/easing.dart View 6 chunks +37 lines, -46 lines 0 comments Download
M packages/charted/lib/core/interpolators/interpolators.dart View 14 chunks +41 lines, -66 lines 0 comments Download
M packages/charted/lib/core/scales.dart View 4 chunks +9 lines, -13 lines 0 comments Download
M packages/charted/lib/core/scales/linear_scale.dart View 2 chunks +12 lines, -12 lines 0 comments Download
M packages/charted/lib/core/scales/log_scale.dart View 2 chunks +4 lines, -5 lines 0 comments Download
M packages/charted/lib/core/scales/ordinal_scale.dart View 4 chunks +14 lines, -14 lines 0 comments Download
M packages/charted/lib/core/scales/time_scale.dart View 7 chunks +65 lines, -61 lines 0 comments Download
M packages/charted/lib/core/text_metrics.dart View 3 chunks +9 lines, -8 lines 0 comments Download
M packages/charted/lib/core/text_metrics/segmentation.dart View 2 chunks +148 lines, -17 lines 0 comments Download
M packages/charted/lib/core/text_metrics/segmentation_data.dart View 1 chunk +3553 lines, -1185 lines 0 comments Download
M packages/charted/lib/core/text_metrics/segmentation_utils.dart View 1 chunk +1 line, -1 line 0 comments Download
M packages/charted/lib/core/time_interval.dart View 3 chunks +49 lines, -38 lines 0 comments Download
M packages/charted/lib/core/timer.dart View 3 chunks +6 lines, -8 lines 0 comments Download
M packages/charted/lib/core/utils.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M packages/charted/lib/core/utils/bidi_formatter.dart View 1 chunk +1 line, -1 line 0 comments Download
M packages/charted/lib/core/utils/color.dart View 5 chunks +21 lines, -22 lines 0 comments Download
M packages/charted/lib/core/utils/lists.dart View 6 chunks +24 lines, -24 lines 0 comments Download
M packages/charted/lib/core/utils/namespace.dart View 2 chunks +5 lines, -5 lines 0 comments Download
M packages/charted/lib/core/utils/object_factory.dart View 1 chunk +1 line, -2 lines 0 comments Download
M packages/charted/lib/core/utils/rect.dart View 3 chunks +24 lines, -12 lines 0 comments Download
M packages/charted/lib/layout/src/hierarchy_layout.dart View 3 chunks +5 lines, -5 lines 0 comments Download
M packages/charted/lib/layout/src/pie_layout.dart View 2 chunks +4 lines, -6 lines 0 comments Download
M packages/charted/lib/layout/src/treemap_layout.dart View 7 chunks +25 lines, -19 lines 0 comments Download
M packages/charted/lib/locale/format.dart View 3 chunks +21 lines, -7 lines 0 comments Download
M packages/charted/lib/locale/format/number_format.dart View 8 chunks +69 lines, -42 lines 0 comments Download
M packages/charted/lib/locale/format/time_format.dart View 7 chunks +22 lines, -30 lines 0 comments Download
M packages/charted/lib/locale/languages/en_us.dart View 1 chunk +41 lines, -13 lines 0 comments Download
M packages/charted/lib/selection/selection.dart View 4 chunks +4 lines, -6 lines 0 comments Download
M packages/charted/lib/selection/selection_scope.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M packages/charted/lib/selection/src/selection_impl.dart View 23 chunks +94 lines, -89 lines 0 comments Download
M packages/charted/lib/selection/src/transition_impl.dart View 6 chunks +20 lines, -17 lines 0 comments Download
M packages/charted/lib/selection/transition.dart View 3 chunks +3 lines, -4 lines 0 comments Download
M packages/charted/lib/svg/axis.dart View 4 chunks +14 lines, -15 lines 0 comments Download
M packages/charted/lib/svg/shapes/arc.dart View 5 chunks +23 lines, -17 lines 0 comments Download
M packages/charted/lib/svg/shapes/line.dart View 3 chunks +6 lines, -9 lines 0 comments Download
M packages/charted/lib/svg/shapes/rect.dart View 1 chunk +11 lines, -11 lines 0 comments Download
M packages/charted/pubspec.yaml View 1 chunk +1 line, -1 line 0 comments Download
A + packages/code_transformers/.travis.yml View 1 chunk +4 lines, -3 lines 0 comments Download
M packages/code_transformers/CHANGELOG.md View 1 chunk +9 lines, -0 lines 0 comments Download
M packages/code_transformers/pubspec.yaml View 2 chunks +1 line, -2 lines 0 comments Download
M packages/collection/CHANGELOG.md View 1 chunk +4 lines, -0 lines 0 comments Download
M packages/collection/README.md View 4 chunks +15 lines, -11 lines 0 comments Download
M packages/collection/lib/collection.dart View 1 chunk +1 line, -0 lines 0 comments Download
M packages/collection/lib/equality.dart View 1 chunk +1 line, -1 line 0 comments Download
M packages/collection/lib/priority_queue.dart View 1 chunk +1 line, -1 line 0 comments Download
A packages/collection/lib/src/comparators.dart View 1 chunk +399 lines, -0 lines 0 comments Download
M packages/collection/lib/wrappers.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M packages/collection/pubspec.yaml View 1 chunk +1 line, -1 line 0 comments Download
A packages/collection/test/comparators_test.dart View 1 chunk +119 lines, -0 lines 0 comments Download
M packages/collection/test/wrapper_test.dart View 1 chunk +1 line, -1 line 0 comments Download
A packages/csslib/.classpath View 1 chunk +6 lines, -0 lines 0 comments Download
M packages/csslib/.gitignore View 2 chunks +2 lines, -2 lines 0 comments Download
D packages/csslib/.packages View 1 chunk +0 lines, -37 lines 0 comments Download
A packages/csslib/.project View 1 chunk +17 lines, -0 lines 0 comments Download
D packages/csslib/.status View 1 chunk +0 lines, -3 lines 0 comments Download
A + packages/csslib/.test_config View 0 chunks +-1 lines, --1 lines 0 comments Download
M packages/csslib/CHANGELOG.md View 1 chunk +5 lines, -0 lines 0 comments Download
M packages/csslib/README.md View 2 chunks +12 lines, -50 lines 0 comments Download
M packages/csslib/lib/parser.dart View 13 chunks +69 lines, -9 lines 0 comments Download
M packages/csslib/lib/src/analyzer.dart View 2 chunks +5 lines, -6 lines 0 comments Download
M packages/csslib/lib/src/css_printer.dart View 1 chunk +6 lines, -0 lines 0 comments Download
M packages/csslib/lib/src/polyfill.dart View 4 chunks +3 lines, -4 lines 0 comments Download
M packages/csslib/lib/src/property.dart View 2 chunks +3 lines, -1 line 0 comments Download
M packages/csslib/lib/src/tokenkind.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M packages/csslib/lib/src/tree.dart View 5 chunks +19 lines, -1 line 0 comments Download
M packages/csslib/lib/src/tree_printer.dart View 1 chunk +7 lines, -0 lines 0 comments Download
M packages/csslib/lib/src/validate.dart View 1 chunk +0 lines, -1 line 0 comments Download
M packages/csslib/lib/visitor.dart View 4 chunks +197 lines, -191 lines 0 comments Download
M packages/csslib/pubspec.yaml View 1 chunk +1 line, -1 line 0 comments Download
M packages/csslib/test/declaration_test.dart View 2 chunks +66 lines, -0 lines 0 comments Download
D packages/dart_style/._.status View Binary file 0 comments Download
D packages/dart_style/._AUTHORS View Binary file 0 comments Download
D packages/dart_style/._LICENSE View Binary file 0 comments Download
D packages/dart_style/._PATENTS View Binary file 0 comments Download
M packages/dart_style/CHANGELOG.md View 1 chunk +29 lines, -0 lines 0 comments Download
M packages/dart_style/README.md View 3 chunks +62 lines, -226 lines 0 comments Download
M packages/dart_style/bin/format.dart View 6 chunks +40 lines, -4 lines 0 comments Download
A packages/dart_style/codereview.settings View 1 chunk +3 lines, -0 lines 0 comments Download
M packages/dart_style/example/format.dart View 1 chunk +0 lines, -4 lines 0 comments Download
D packages/dart_style/lib/src/._error_listener.dart View Binary file 0 comments Download
D packages/dart_style/lib/src/._formatter_options.dart View Binary file 0 comments Download
M packages/dart_style/lib/src/argument_list_visitor.dart View 12 chunks +95 lines, -96 lines 0 comments Download
M packages/dart_style/lib/src/call_chain_visitor.dart View 9 chunks +254 lines, -60 lines 0 comments Download
M packages/dart_style/lib/src/chunk.dart View 11 chunks +62 lines, -32 lines 0 comments Download
M packages/dart_style/lib/src/chunk_builder.dart View 16 chunks +75 lines, -74 lines 0 comments Download
M packages/dart_style/lib/src/dart_formatter.dart View 2 chunks +3 lines, -2 lines 0 comments Download
M packages/dart_style/lib/src/debug.dart View 8 chunks +76 lines, -29 lines 0 comments Download
M packages/dart_style/lib/src/formatter_options.dart View 7 chunks +90 lines, -10 lines 0 comments Download
M packages/dart_style/lib/src/io.dart View 3 chunks +22 lines, -4 lines 0 comments Download
M packages/dart_style/lib/src/line_splitting/line_splitter.dart View 2 chunks +8 lines, -2 lines 0 comments Download
M packages/dart_style/lib/src/line_splitting/rule_set.dart View 3 chunks +26 lines, -11 lines 0 comments Download
M packages/dart_style/lib/src/line_splitting/solve_state.dart View 15 chunks +195 lines, -68 lines 0 comments Download
M packages/dart_style/lib/src/line_writer.dart View 5 chunks +14 lines, -12 lines 0 comments Download
M packages/dart_style/lib/src/nesting_builder.dart View 4 chunks +54 lines, -62 lines 0 comments Download
M packages/dart_style/lib/src/rule/argument.dart View 10 chunks +100 lines, -75 lines 0 comments Download
M packages/dart_style/lib/src/rule/combinator.dart View 2 chunks +2 lines, -8 lines 0 comments Download
A packages/dart_style/lib/src/rule/metadata.dart View 1 chunk +66 lines, -0 lines 0 comments Download
M packages/dart_style/lib/src/rule/rule.dart View 4 chunks +102 lines, -36 lines 0 comments Download
M packages/dart_style/lib/src/rule/type_argument.dart View 2 chunks +3 lines, -1 line 0 comments Download
M packages/dart_style/lib/src/source_visitor.dart View 48 chunks +304 lines, -101 lines 0 comments Download
M packages/dart_style/lib/src/whitespace.dart View 1 chunk +0 lines, -12 lines 0 comments Download
M packages/dart_style/pubspec.yaml View 2 chunks +5 lines, -2 lines 0 comments Download
M packages/dart_style/test/command_line_test.dart View 5 chunks +63 lines, -17 lines 0 comments Download
M packages/dart_style/test/formatter_test.dart View 2 chunks +9 lines, -2 lines 0 comments Download
M packages/dart_style/test/io_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M packages/dart_style/test/regression/0000/0005.stmt View 1 chunk +2 lines, -1 line 0 comments Download
M packages/dart_style/test/regression/0000/0006.stmt View 1 chunk +2 lines, -1 line 0 comments Download
M packages/dart_style/test/regression/0000/0026.stmt View 1 chunk +1 line, -1 line 0 comments Download
M packages/dart_style/test/regression/0000/0045.stmt View 1 chunk +2 lines, -3 lines 0 comments Download
M packages/dart_style/test/regression/0000/0046.stmt View 1 chunk +2 lines, -2 lines 0 comments Download
M packages/dart_style/test/regression/0000/0076.unit View 1 chunk +2 lines, -1 line 0 comments Download
M packages/dart_style/test/regression/0100/0108.unit View 4 chunks +17 lines, -9 lines 0 comments Download
M packages/dart_style/test/regression/0100/0130.unit View 1 chunk +2 lines, -1 line 0 comments Download
M packages/dart_style/test/regression/0100/0162.stmt View 1 chunk +13 lines, -16 lines 0 comments Download
M packages/dart_style/test/regression/0200/0221.unit View 4 chunks +25 lines, -19 lines 0 comments Download
M packages/dart_style/test/regression/0200/0224.stmt View 1 chunk +5 lines, -4 lines 0 comments Download
M packages/dart_style/test/regression/0200/0243.stmt View 2 chunks +8 lines, -14 lines 0 comments Download
M packages/dart_style/test/regression/0200/0247.unit View 1 chunk +3 lines, -3 lines 0 comments Download
A packages/dart_style/test/regression/0200/0255.stmt View 1 chunk +10 lines, -0 lines 0 comments Download
M packages/dart_style/test/regression/0200/0258.unit View 1 chunk +2 lines, -2 lines 0 comments Download
A packages/dart_style/test/regression/0300/0357.stmt View 1 chunk +6 lines, -0 lines 0 comments Download
A packages/dart_style/test/regression/0300/0367.stmt View 1 chunk +31 lines, -0 lines 0 comments Download
M packages/dart_style/test/regression/0300/0370.stmt View 1 chunk +34 lines, -29 lines 0 comments Download
A packages/dart_style/test/regression/0300/0373.unit View 1 chunk +6 lines, -0 lines 0 comments Download
A packages/dart_style/test/regression/0300/0378.stmt View 1 chunk +9 lines, -0 lines 0 comments Download
M packages/dart_style/test/regression/0300/0384.stmt View 1 chunk +2 lines, -1 line 0 comments Download
A packages/dart_style/test/regression/0300/0387.unit View 1 chunk +19 lines, -0 lines 0 comments Download
A packages/dart_style/test/regression/0300/0394.stmt View 1 chunk +26 lines, -0 lines 0 comments Download
A packages/dart_style/test/regression/0300/0398.stmt View 1 chunk +11 lines, -0 lines 0 comments Download
A packages/dart_style/test/regression/0300/0399.unit View 1 chunk +8 lines, -0 lines 0 comments Download
A packages/dart_style/test/regression/0400/0404.stmt View 1 chunk +14 lines, -0 lines 0 comments Download
A packages/dart_style/test/regression/0400/0407.unit View 1 chunk +33 lines, -0 lines 0 comments Download
A packages/dart_style/test/regression/0400/0410.stmt View 1 chunk +53 lines, -0 lines 0 comments Download
A packages/dart_style/test/regression/0400/0413.unit View 1 chunk +10 lines, -0 lines 0 comments Download
A packages/dart_style/test/regression/0400/0420.unit View 1 chunk +35 lines, -0 lines 0 comments Download
A packages/dart_style/test/regression/0400/0421.unit View 1 chunk +82 lines, -0 lines 0 comments Download
A packages/dart_style/test/regression/0400/0422.unit View 1 chunk +21 lines, -0 lines 0 comments Download
A packages/dart_style/test/regression/0400/0424.stmt View 1 chunk +13 lines, -0 lines 0 comments Download
A packages/dart_style/test/regression/0400/0429.stmt View 1 chunk +12 lines, -0 lines 0 comments Download
A packages/dart_style/test/regression/0400/0434.unit View 1 chunk +20 lines, -0 lines 0 comments Download
A packages/dart_style/test/regression/0400/0436.unit View 1 chunk +17 lines, -0 lines 0 comments Download
A packages/dart_style/test/regression/0400/0437.unit View 1 chunk +22 lines, -0 lines 0 comments Download
A packages/dart_style/test/regression/0400/0438.stmt View 1 chunk +6 lines, -0 lines 0 comments Download
A packages/dart_style/test/regression/0400/0439.stmt View 1 chunk +16 lines, -0 lines 0 comments Download
A packages/dart_style/test/regression/0400/0441.unit View 1 chunk +14 lines, -0 lines 0 comments Download
A packages/dart_style/test/regression/0400/0443.unit View 1 chunk +6 lines, -0 lines 0 comments Download
A packages/dart_style/test/regression/0400/0444.unit View 1 chunk +26 lines, -0 lines 0 comments Download
A packages/dart_style/test/regression/0400/0448.stmt View 1 chunk +34 lines, -0 lines 0 comments Download
A packages/dart_style/test/regression/0400/0449.stmt View 1 chunk +6 lines, -0 lines 0 comments Download
A packages/dart_style/test/regression/0400/0454.unit View 1 chunk +19 lines, -0 lines 0 comments Download
A packages/dart_style/test/regression/0400/0461.stmt View 1 chunk +11 lines, -0 lines 0 comments Download
A packages/dart_style/test/regression/0400/0462.unit View 1 chunk +33 lines, -0 lines 0 comments Download
A packages/dart_style/test/regression/0400/0463.unit View 1 chunk +22 lines, -0 lines 0 comments Download
A packages/dart_style/test/regression/0400/0465.stmt View 1 chunk +32 lines, -0 lines 0 comments Download
A packages/dart_style/test/regression/0400/0466.unit View 1 chunk +17 lines, -0 lines 0 comments Download
A packages/dart_style/test/regression/0400/0467.unit View 1 chunk +26 lines, -0 lines 0 comments Download
A packages/dart_style/test/regression/0400/0474.unit View 1 chunk +678 lines, -0 lines 0 comments Download
A packages/dart_style/test/regression/0400/0475.unit View 1 chunk +12 lines, -0 lines 0 comments Download
M packages/dart_style/test/regression/other/analysis_server.unit View 1 chunk +13 lines, -1 line 0 comments Download
A packages/dart_style/test/regression/other/angular.unit View 1 chunk +45 lines, -0 lines 0 comments Download
A packages/dart_style/test/regression/other/chains.stmt View 1 chunk +35 lines, -0 lines 0 comments Download
A packages/dart_style/test/regression/other/misc.unit View 1 chunk +18 lines, -0 lines 0 comments Download
D packages/dart_style/test/selections/._selections.stmt View Binary file 0 comments Download
D packages/dart_style/test/splitting/._arrows.unit View Binary file 0 comments Download
D packages/dart_style/test/splitting/._enums.unit View Binary file 0 comments Download
D packages/dart_style/test/splitting/._members.unit View Binary file 0 comments Download
D packages/dart_style/test/splitting/._parameters.unit View Binary file 0 comments Download
D packages/dart_style/test/splitting/._statements.stmt View Binary file 0 comments Download
D packages/dart_style/test/splitting/._strings.stmt View Binary file 0 comments Download
M packages/dart_style/test/splitting/expressions.stmt View 1 chunk +6 lines, -1 line 0 comments Download
M packages/dart_style/test/splitting/invocations.stmt View 4 chunks +138 lines, -18 lines 0 comments Download
M packages/dart_style/test/splitting/list_arguments.stmt View 3 chunks +98 lines, -3 lines 0 comments Download
M packages/dart_style/test/splitting/loops.stmt View 1 chunk +28 lines, -1 line 0 comments Download
M packages/dart_style/test/splitting/members.unit View 1 chunk +18 lines, -0 lines 0 comments Download
M packages/dart_style/test/splitting/mixed.stmt View 4 chunks +24 lines, -7 lines 0 comments Download
M packages/dart_style/test/utils.dart View 2 chunks +7 lines, -1 line 0 comments Download
D packages/dart_style/test/whitespace/._blocks.stmt View Binary file 0 comments Download
D packages/dart_style/test/whitespace/._constructors.unit View Binary file 0 comments Download
D packages/dart_style/test/whitespace/._directives.unit View Binary file 0 comments Download
D packages/dart_style/test/whitespace/._do.stmt View Binary file 0 comments Download
D packages/dart_style/test/whitespace/._enums.unit View Binary file 0 comments Download
D packages/dart_style/test/whitespace/._for.stmt View Binary file 0 comments Download
D packages/dart_style/test/whitespace/._methods.unit View Binary file 0 comments Download
D packages/dart_style/test/whitespace/._script.unit View Binary file 0 comments Download
D packages/dart_style/test/whitespace/._switch.stmt View Binary file 0 comments Download
D packages/dart_style/test/whitespace/._try.stmt View Binary file 0 comments Download
D packages/dart_style/test/whitespace/._while.stmt View Binary file 0 comments Download
M packages/dart_style/test/whitespace/if.stmt View 2 chunks +30 lines, -3 lines 0 comments Download
M packages/dart_style/test/whitespace/metadata.unit View 2 chunks +17 lines, -1 line 0 comments Download
A packages/dart_style/tool/grind.dart View 1 chunk +84 lines, -0 lines 0 comments Download
M packages/intl/CHANGELOG.md View 1 chunk +3 lines, -0 lines 0 comments Download
M packages/intl/pubspec.yaml View 2 chunks +3 lines, -3 lines 0 comments Download
D packages/observe/.packages View 1 chunk +0 lines, -36 lines 0 comments Download
M packages/observe/CHANGELOG.md View 1 chunk +4 lines, -0 lines 0 comments Download
M packages/observe/lib/src/observable_list.dart View 1 chunk +1 line, -1 line 0 comments Download
M packages/observe/pubspec.yaml View 1 chunk +1 line, -1 line 0 comments Download
M packages/observe/test/observable_list_test.dart View 2 chunks +14 lines, -0 lines 0 comments Download
M packages/path/.gitignore View 1 chunk +1 line, -0 lines 0 comments Download
D packages/path/.status View 1 chunk +0 lines, -21 lines 0 comments Download
A + packages/path/.test_config View 0 chunks +-1 lines, --1 lines 0 comments Download
M packages/path/CHANGELOG.md View 1 chunk +20 lines, -0 lines 0 comments Download
M packages/path/benchmark/benchmark.dart View 2 chunks +37 lines, -1 line 0 comments Download
M packages/path/lib/path.dart View 1 chunk +22 lines, -3 lines 0 comments Download
M packages/path/lib/src/context.dart View 7 chunks +387 lines, -7 lines 0 comments Download
M packages/path/pubspec.yaml View 2 chunks +2 lines, -2 lines 0 comments Download
M packages/path/test/browser_test.dart View 1 chunk +3 lines, -4 lines 0 comments Download
M packages/path/test/io_test.dart View 1 chunk +3 lines, -1 line 0 comments Download
M packages/path/test/path_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M packages/path/test/posix_test.dart View 2 chunks +14 lines, -1 line 0 comments Download
M packages/path/test/relative_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M packages/path/test/url_test.dart View 2 chunks +26 lines, -1 line 0 comments Download
M packages/path/test/utils.dart View 1 chunk +1 line, -1 line 0 comments Download
M packages/path/test/windows_test.dart View 3 chunks +26 lines, -2 lines 0 comments Download
D packages/plugin/._AUTHORS View Binary file 0 comments Download
D packages/plugin/._CHANGELOG.md View Binary file 0 comments Download
D packages/plugin/._CONTRIBUTING.md View Binary file 0 comments Download
D packages/plugin/._LICENSE View Binary file 0 comments Download
D packages/plugin/._README.md View Binary file 0 comments Download
M packages/pool/CHANGELOG.md View 1 chunk +4 lines, -0 lines 0 comments Download
M packages/pool/lib/pool.dart View 3 chunks +20 lines, -11 lines 0 comments Download
M packages/pool/pubspec.yaml View 1 chunk +2 lines, -2 lines 0 comments Download
D packages/smoke/.packages View 1 chunk +0 lines, -30 lines 0 comments Download
M packages/smoke/CHANGELOG.md View 1 chunk +3 lines, -0 lines 0 comments Download
M packages/smoke/lib/codegen/recorder.dart View 1 chunk +1 line, -1 line 0 comments Download
M packages/smoke/lib/mirrors.dart View 1 chunk +1 line, -1 line 0 comments Download
M packages/smoke/lib/static.dart View 1 chunk +1 line, -1 line 0 comments Download
M packages/smoke/pubspec.yaml View 3 chunks +6 lines, -6 lines 0 comments Download
M packages/smoke/test/args_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M packages/smoke/test/codegen/common.dart View 1 chunk +1 line, -1 line 0 comments Download
M packages/smoke/test/codegen/end_to_end_test.dart View 2 chunks +5 lines, -4 lines 0 comments Download
M packages/smoke/test/codegen/generator_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M packages/smoke/test/codegen/recorder_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M packages/smoke/test/codegen/testing_resolver_utils.dart View 1 chunk +1 line, -0 lines 0 comments Download
M packages/smoke/test/common.dart View 1 chunk +1 line, -1 line 0 comments Download
M packages/smoke/test/common_utils_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M packages/smoke/test/mirrors_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M packages/smoke/test/mirrors_used_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M packages/smoke/test/static_in_pieces_test.dart View 2 chunks +9 lines, -6 lines 0 comments Download
M packages/smoke/test/static_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M packages/stack_trace/CHANGELOG.md View 1 chunk +9 lines, -0 lines 0 comments Download
M packages/stack_trace/lib/src/chain.dart View 3 chunks +7 lines, -7 lines 0 comments Download
M packages/stack_trace/lib/src/trace.dart View 2 chunks +3 lines, -1 line 0 comments Download
M packages/stack_trace/lib/src/utils.dart View 1 chunk +4 lines, -0 lines 0 comments Download
M packages/stack_trace/pubspec.yaml View 1 chunk +1 line, -1 line 0 comments Download
M packages/usage/.gitignore View 1 chunk +2 lines, -0 lines 0 comments Download
M packages/usage/.travis.yml View 1 chunk +10 lines, -12 lines 0 comments Download
M packages/usage/changelog.md View 1 chunk +4 lines, -0 lines 0 comments Download
M packages/usage/lib/src/usage_impl.dart View 6 chunks +7 lines, -7 lines 0 comments Download
M packages/usage/lib/src/usage_impl_html.dart View 1 chunk +1 line, -1 line 0 comments Download
M packages/usage/lib/src/usage_impl_io.dart View 1 chunk +1 line, -1 line 0 comments Download
M packages/usage/pubspec.yaml View 2 chunks +4 lines, -4 lines 0 comments Download
M packages/usage/test/hit_types_test.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M packages/usage/test/src/common.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M packages/usage/test/usage_impl_io_test.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M packages/usage/test/usage_impl_test.dart View 2 chunks +4 lines, -2 lines 0 comments Download
M packages/usage/test/usage_test.dart View 1 chunk +3 lines, -1 line 0 comments Download
M packages/usage/test/uuid_test.dart View 1 chunk +3 lines, -1 line 0 comments Download
M packages/usage/test/web_test.dart View 1 chunk +3 lines, -6 lines 0 comments Download
M packages/usage/tool/grind.dart View 1 chunk +14 lines, -19 lines 0 comments Download
M packages/usage/tool/travis.sh View 1 chunk +7 lines, -3 lines 0 comments Download
M pubspec.yaml View 1 chunk +4 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (3 generated)
turnidge
5 years ago (2015-12-11 21:08:57 UTC) #2
turnidge
5 years ago (2015-12-11 21:18:08 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
0e74202dd671265f12a3c80d223717b393f4feb9 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698