From 55dc0b9ce66fd8a9beefb3e423b374492879aa17 Mon Sep 17 00:00:00 2001 From: Ahmed Fwela Date: Tue, 11 Jun 2024 12:35:36 +0300 Subject: [PATCH] Initial migration --- .github/workflows/dart.yml | 228 +++++++++++++----- .idea/runConfigurations/melos_bootstrap.xml | 2 +- .idea/runConfigurations/melos_clean.xml | 2 +- .vscode/settings.json | 3 + _tests/lib/matchers.dart | 15 +- _tests/pubspec.yaml | 4 +- _tests/test/bootstrap/run_app_test.dart | 19 +- _tests/test/common/directives/for_test.dart | 4 +- _tests/test/common/directives/if_test.dart | 18 +- .../test/common/directives/ng_class_test.dart | 134 +++++----- .../test/common/directives/ng_style_test.dart | 14 +- .../invalid_late_fields_test.dart | 8 +- _tests/test/core/application_ref_test.dart | 9 +- .../detect_host_changes_test.dart | 10 +- .../on_push_embedded_view_test.dart | 20 +- .../test/core/directive_inheritance_test.dart | 2 +- _tests/test/core/event_handler_test.dart | 28 +-- _tests/test/core/exports_test.dart | 11 +- _tests/test/core/host_annotation_test.dart | 19 +- _tests/test/core/i18n_escape_test.dart | 3 +- _tests/test/core/i18n_test.dart | 7 +- .../core/linker/component_loader_test.dart | 4 +- .../core/linker/component_selector_test.dart | 46 ++-- .../core/linker/implicit_static_test.dart | 3 +- .../integration/binding_integration_test.dart | 19 +- .../directive_integration_test.dart | 4 +- .../core/linker/integration/misc_test.dart | 5 +- .../linker/integration/ng_container_test.dart | 24 +- .../core/linker/integration/on_push_test.dart | 14 +- .../core/linker/integration/outputs_test.dart | 12 +- .../integration/reference_binding_test.dart | 5 +- .../linker/integration/template_test.dart | 13 +- .../integration/view_creation_test.dart | 43 ++-- .../core/linker/query_integration_test.dart | 7 +- .../linker/security_integration_test.dart | 23 +- .../core/linker/style_encapsulation_test.dart | 22 +- _tests/test/core/query_html_element_test.dart | 13 +- .../styling/clear_component_styles_test.dart | 3 +- _tests/test/core/styling/shim_test.dart | 3 +- .../view/projection_integration_test.dart | 15 +- _tests/test/core/view/projection_test.dart | 47 ++-- .../core/view/view_child_regression_test.dart | 3 +- _tests/test/devtools/inspector_test.dart | 23 +- .../ng_for_content_projection_test.dart | 27 +-- _tests/test/integration/query_view_test.dart | 6 +- .../platform/dom/events/key_events_test.dart | 11 +- .../test/security/safe_inner_html_test.dart | 4 +- .../templates/additional_expression_test.dart | 13 +- goldens/pubspec.yaml | 2 +- .../boolean_coerced_inputs.dart | 2 +- ...oolean_coerced_inputs.template.dart.golden | 2 +- .../change_detection_link.dart | 2 +- ...change_detection_link.template.dart.golden | 2 +- goldens/test/change_detection/default.dart | 2 +- .../default.template.dart.golden | 2 +- .../directive_change_detector.dart | 2 +- ...ctive_change_detector.template.dart.golden | 2 +- goldens/test/change_detection/on_push.dart | 2 +- .../on_push.template.dart.golden | 2 +- .../eager_existing_providers.dart | 2 +- ...er_existing_providers.template.dart.golden | 2 +- .../generated_injector_large.dart | 2 +- ...erated_injector_large.template.dart.golden | 2 +- .../generated_injector_small.dart | 2 +- ...erated_injector_small.template.dart.golden | 2 +- .../injector_get_internal.dart | 2 +- ...injector_get_internal.template.dart.golden | 2 +- .../inlined_providers.dart | 2 +- .../inlined_providers.template.dart.golden | 2 +- .../dependency_injection/opaque_token.dart | 2 +- .../opaque_token.template.dart.golden | 2 +- .../visibility.template.dart.golden | 2 +- goldens/test/devtools/inputs.dart | 2 +- .../test/devtools/inputs.template.dart.golden | 2 +- goldens/test/dom_bindings/events.dart | 2 +- .../dom_bindings/events.template.dart.golden | 2 +- .../test/dom_bindings/host_annotations.dart | 2 +- .../host_annotations.template.dart.golden | 2 +- .../test/dom_bindings/html_properties.dart | 2 +- goldens/test/dom_bindings/interpolate.dart | 2 +- .../interpolate.template.dart.golden | 2 +- .../test/lifecycle_hooks/after_changes.dart | 2 +- .../after_changes.template.dart.golden | 2 +- .../test/lifecycle_hooks/after_queries.dart | 2 +- .../after_queries.template.dart.golden | 2 +- goldens/test/lifecycle_hooks/do_check.dart | 2 +- .../do_check.template.dart.golden | 2 +- .../lifecycle_hooks/on_init_and_destroy.dart | 2 +- .../on_init_and_destroy.template.dart.golden | 2 +- .../nnbd/hello_world.template.dart.golden | 2 +- .../test/templates/directive_star_syntax.dart | 2 +- ...directive_star_syntax.template.dart.golden | 2 +- goldens/test/templates/encapsulation.dart | 2 +- .../encapsulation.template.dart.golden | 2 +- .../test/templates/generic_directives.dart | 2 +- .../generic_directives.template.dart.golden | 2 +- .../test/templates/i18n.template.dart.golden | 2 +- goldens/test/templates/large_templates.dart | 2 +- .../large_templates.template.dart.golden | 2 +- .../nested_structural_directives.dart | 2 +- ...structural_directives.template.dart.golden | 2 +- goldens/test/templates/pipes.dart | 2 +- .../test/templates/pipes.template.dart.golden | 2 +- goldens/test/templates/queries.dart | 4 +- .../templates/queries.template.dart.golden | 2 +- .../type_inference.template.dart.golden | 2 +- goldens/test/templates/whitespace.dart | 2 +- .../templates/whitespace.template.dart.golden | 2 +- .../lib/v1/src/angular_compiler/outliner.dart | 4 +- .../lib/v1/src/compiler/analyzed_class.dart | 28 +-- ngcompiler/pubspec.yaml | 4 +- ngdart/lib/angular.dart | 1 + .../lib/src/common/directives/ng_class.dart | 5 +- .../lib/src/common/directives/ng_style.dart | 6 +- ngdart/lib/src/core/application_ref.dart | 2 +- .../directive_change_detector.dart | 3 +- ngdart/lib/src/core/exception_handler.dart | 8 +- .../lib/src/core/linker/app_view_utils.dart | 9 +- .../src/core/linker/component_factory.dart | 3 +- .../src/core/linker/style_encapsulation.dart | 5 +- .../lib/src/core/linker/view_container.dart | 3 +- ngdart/lib/src/core/linker/view_fragment.dart | 3 +- ngdart/lib/src/core/linker/view_ref.dart | 2 +- .../src/core/linker/views/component_view.dart | 2 +- .../src/core/linker/views/dynamic_view.dart | 3 +- .../src/core/linker/views/embedded_view.dart | 2 +- .../lib/src/core/linker/views/host_view.dart | 3 +- .../src/core/linker/views/render_view.dart | 2 +- ngdart/lib/src/core/linker/views/view.dart | 3 +- ngdart/lib/src/devtools.dart | 20 +- ngdart/lib/src/devtools/inspector.dart | 32 ++- ngdart/lib/src/meta/directives.dart | 2 +- ngdart/lib/src/runtime/dom_events.dart | 17 +- ngdart/lib/src/runtime/dom_helpers.dart | 38 ++- ngdart/lib/src/runtime/text_binding.dart | 3 +- ngdart/lib/src/security/html_sanitizer.dart | 8 +- ngdart/lib/src/security/safe_inner_html.dart | 12 +- ngdart/lib/src/testability/js_api.dart | 14 +- ngdart/lib/src/testability/js_impl.dart | 22 +- ngdart/lib/src/testability/testability.dart | 6 +- ngdart/lib/src/utilities.dart | 1 + ngdart/lib/src/utilities/iterables.dart | 31 +++ ngdart/pubspec.yaml | 6 +- ngforms/lib/src/directives/abstract_form.dart | 2 +- .../directives/checkbox_value_accessor.dart | 7 +- .../directives/default_value_accessor.dart | 2 +- .../src/directives/number_value_accessor.dart | 8 +- .../radio_control_value_accessor.dart | 2 +- .../select_control_value_accessor.dart | 11 +- ngforms/lib/src/directives/shared.dart | 3 +- ngforms/pubspec.yaml | 1 + ngforms/test/accessor_test.dart | 2 +- ngforms/test/directives_test.dart | 15 +- ngforms/test/integration_test.dart | 127 ++++++---- ngforms/test/ng_control_group_test.dart | 5 +- ngforms/test/ng_control_name_test.dart | 5 +- ngforms/test/ng_control_repeated_test.dart | 2 +- ngforms/test/ng_form_control_test.dart | 5 +- ngforms/test/ng_form_test.dart | 9 +- .../router_link_active_directive.dart | 27 ++- .../src/directives/router_link_directive.dart | 5 +- ngrouter/lib/src/location/base_href.dart | 6 +- .../location/browser_platform_location.dart | 19 +- .../src/location/hash_location_strategy.dart | 5 +- .../lib/src/location/location_strategy.dart | 6 +- .../src/location/path_location_strategy.dart | 5 +- .../lib/src/location/platform_location.dart | 6 +- .../testing/mock_location_strategy.dart | 4 +- ngrouter/pubspec.yaml | 1 + .../router_link_active_directive_test.dart | 14 +- .../router_link_directive_test.dart | 29 +-- .../regression/empty_active_link_test.dart | 2 +- .../hash_location_strategy_test.dart | 4 +- .../regression/routing_state_crash_test.dart | 15 +- ngrouter/test/revert_popstate_test.dart | 3 +- ngtest/lib/src/bootstrap.dart | 2 +- ngtest/lib/src/frontend/bed.dart | 4 +- ngtest/lib/src/frontend/fixture.dart | 7 +- ngtest/pubspec.yaml | 1 + ngtest/test/bootstrap_test.dart | 21 +- ngtest/test/frontend/bed_error_test.dart | 7 +- ngtest/test/frontend/bed_lifecycle_test.dart | 15 +- ngtest/test/frontend/compatibility_test.dart | 21 +- tool/package_versions.yaml | 2 +- 184 files changed, 1040 insertions(+), 804 deletions(-) create mode 100644 .vscode/settings.json create mode 100644 ngdart/lib/src/utilities/iterables.dart diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index e8a9ccf335..7d697fbc49 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -41,16 +41,16 @@ jobs: - name: mono_repo self validate run: dart pub global run mono_repo generate --validate job_002: - name: "analyze; Dart 3.1.0; PKGS: ngast, ngcompiler, ngdart, ngforms, ngrouter, ngtest; `dart analyze --fatal-infos .`" + name: "analyze; Dart 3.1.0; PKGS: ngast, ngcompiler, ngforms, ngrouter, ngtest; `dart analyze --fatal-infos .`" runs-on: ubuntu-latest steps: - name: Cache Pub hosted dependencies uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 with: path: "~/.pub-cache/hosted" - key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.1.0;packages:ngast-ngcompiler-ngdart-ngforms-ngrouter-ngtest;commands:analyze" + key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.1.0;packages:ngast-ngcompiler-ngforms-ngrouter-ngtest;commands:analyze" restore-keys: | - os:ubuntu-latest;pub-cache-hosted;sdk:3.1.0;packages:ngast-ngcompiler-ngdart-ngforms-ngrouter-ngtest + os:ubuntu-latest;pub-cache-hosted;sdk:3.1.0;packages:ngast-ngcompiler-ngforms-ngrouter-ngtest os:ubuntu-latest;pub-cache-hosted;sdk:3.1.0 os:ubuntu-latest;pub-cache-hosted os:ubuntu-latest @@ -79,15 +79,6 @@ jobs: run: dart analyze --fatal-infos . if: "always() && steps.ngcompiler_pub_upgrade.conclusion == 'success'" working-directory: ngcompiler - - id: ngdart_pub_upgrade - name: ngdart; dart pub upgrade - run: dart pub upgrade - if: "always() && steps.checkout.conclusion == 'success'" - working-directory: ngdart - - name: "ngdart; dart analyze --fatal-infos ." - run: dart analyze --fatal-infos . - if: "always() && steps.ngdart_pub_upgrade.conclusion == 'success'" - working-directory: ngdart - id: ngforms_pub_upgrade name: ngforms; dart pub upgrade run: dart pub upgrade @@ -118,16 +109,16 @@ jobs: needs: - job_001 job_003: - name: "analyze; Dart 3.1.0; PKGS: ngast, ngcompiler, ngdart, ngforms, ngrouter, ngtest; `dart format --output=none --set-exit-if-changed .`" + name: "analyze; Dart 3.1.0; PKGS: ngast, ngcompiler, ngforms, ngrouter, ngtest; `dart format --output=none --set-exit-if-changed .`" runs-on: ubuntu-latest steps: - name: Cache Pub hosted dependencies uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 with: path: "~/.pub-cache/hosted" - key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.1.0;packages:ngast-ngcompiler-ngdart-ngforms-ngrouter-ngtest;commands:format" + key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.1.0;packages:ngast-ngcompiler-ngforms-ngrouter-ngtest;commands:format" restore-keys: | - os:ubuntu-latest;pub-cache-hosted;sdk:3.1.0;packages:ngast-ngcompiler-ngdart-ngforms-ngrouter-ngtest + os:ubuntu-latest;pub-cache-hosted;sdk:3.1.0;packages:ngast-ngcompiler-ngforms-ngrouter-ngtest os:ubuntu-latest;pub-cache-hosted;sdk:3.1.0 os:ubuntu-latest;pub-cache-hosted os:ubuntu-latest @@ -156,15 +147,6 @@ jobs: run: "dart format --output=none --set-exit-if-changed ." if: "always() && steps.ngcompiler_pub_upgrade.conclusion == 'success'" working-directory: ngcompiler - - id: ngdart_pub_upgrade - name: ngdart; dart pub upgrade - run: dart pub upgrade - if: "always() && steps.checkout.conclusion == 'success'" - working-directory: ngdart - - name: "ngdart; dart format --output=none --set-exit-if-changed ." - run: "dart format --output=none --set-exit-if-changed ." - if: "always() && steps.ngdart_pub_upgrade.conclusion == 'success'" - working-directory: ngdart - id: ngforms_pub_upgrade name: ngforms; dart pub upgrade run: dart pub upgrade @@ -195,6 +177,70 @@ jobs: needs: - job_001 job_004: + name: "analyze; Dart 3.3.0; PKG: ngdart; `dart analyze --fatal-infos .`" + runs-on: ubuntu-latest + steps: + - name: Cache Pub hosted dependencies + uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 + with: + path: "~/.pub-cache/hosted" + key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.3.0;packages:ngdart;commands:analyze" + restore-keys: | + os:ubuntu-latest;pub-cache-hosted;sdk:3.3.0;packages:ngdart + os:ubuntu-latest;pub-cache-hosted;sdk:3.3.0 + os:ubuntu-latest;pub-cache-hosted + os:ubuntu-latest + - name: Setup Dart SDK + uses: dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d + with: + sdk: "3.3.0" + - id: checkout + name: Checkout repository + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - id: ngdart_pub_upgrade + name: ngdart; dart pub upgrade + run: dart pub upgrade + if: "always() && steps.checkout.conclusion == 'success'" + working-directory: ngdart + - name: "ngdart; dart analyze --fatal-infos ." + run: dart analyze --fatal-infos . + if: "always() && steps.ngdart_pub_upgrade.conclusion == 'success'" + working-directory: ngdart + needs: + - job_001 + job_005: + name: "analyze; Dart 3.3.0; PKG: ngdart; `dart format --output=none --set-exit-if-changed .`" + runs-on: ubuntu-latest + steps: + - name: Cache Pub hosted dependencies + uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 + with: + path: "~/.pub-cache/hosted" + key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.3.0;packages:ngdart;commands:format" + restore-keys: | + os:ubuntu-latest;pub-cache-hosted;sdk:3.3.0;packages:ngdart + os:ubuntu-latest;pub-cache-hosted;sdk:3.3.0 + os:ubuntu-latest;pub-cache-hosted + os:ubuntu-latest + - name: Setup Dart SDK + uses: dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d + with: + sdk: "3.3.0" + - id: checkout + name: Checkout repository + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - id: ngdart_pub_upgrade + name: ngdart; dart pub upgrade + run: dart pub upgrade + if: "always() && steps.checkout.conclusion == 'success'" + working-directory: ngdart + - name: "ngdart; dart format --output=none --set-exit-if-changed ." + run: "dart format --output=none --set-exit-if-changed ." + if: "always() && steps.ngdart_pub_upgrade.conclusion == 'success'" + working-directory: ngdart + needs: + - job_001 + job_006: name: "analyze; Dart dev; PKGS: ngast, ngcompiler, ngdart, ngforms, ngrouter, ngtest; `dart analyze --fatal-infos .`" runs-on: ubuntu-latest steps: @@ -271,7 +317,7 @@ jobs: working-directory: ngtest needs: - job_001 - job_005: + job_007: name: "analyze; Dart stable; PKGS: ngast, ngcompiler, ngdart, ngforms, ngrouter, ngtest; `dart analyze --fatal-infos .`" runs-on: ubuntu-latest steps: @@ -348,7 +394,7 @@ jobs: working-directory: ngtest needs: - job_001 - job_006: + job_008: name: "build; Dart 3.1.0; PKG: _tests; `dart run build_runner build --fail-on-severe`" runs-on: ubuntu-latest steps: @@ -384,7 +430,9 @@ jobs: - job_003 - job_004 - job_005 - job_007: + - job_006 + - job_007 + job_009: name: "build; Dart 3.1.0; PKG: ngforms; `dart run build_runner build --fail-on-severe`" runs-on: ubuntu-latest steps: @@ -420,7 +468,9 @@ jobs: - job_003 - job_004 - job_005 - job_008: + - job_006 + - job_007 + job_010: name: "build; Dart 3.1.0; PKG: ngrouter; `dart run build_runner build --fail-on-severe`" runs-on: ubuntu-latest steps: @@ -456,7 +506,9 @@ jobs: - job_003 - job_004 - job_005 - job_009: + - job_006 + - job_007 + job_011: name: "build; Dart 3.1.0; PKG: ngtest; `dart run build_runner build --fail-on-severe`" runs-on: ubuntu-latest steps: @@ -492,7 +544,9 @@ jobs: - job_003 - job_004 - job_005 - job_010: + - job_006 + - job_007 + job_012: name: "build; Dart dev; PKG: _tests; `dart run build_runner build --fail-on-severe`" runs-on: ubuntu-latest steps: @@ -528,7 +582,9 @@ jobs: - job_003 - job_004 - job_005 - job_011: + - job_006 + - job_007 + job_013: name: "build; Dart dev; PKG: ngforms; `dart run build_runner build --fail-on-severe`" runs-on: ubuntu-latest steps: @@ -564,7 +620,9 @@ jobs: - job_003 - job_004 - job_005 - job_012: + - job_006 + - job_007 + job_014: name: "build; Dart dev; PKG: ngrouter; `dart run build_runner build --fail-on-severe`" runs-on: ubuntu-latest steps: @@ -600,7 +658,9 @@ jobs: - job_003 - job_004 - job_005 - job_013: + - job_006 + - job_007 + job_015: name: "build; Dart dev; PKG: ngtest; `dart run build_runner build --fail-on-severe`" runs-on: ubuntu-latest steps: @@ -636,7 +696,9 @@ jobs: - job_003 - job_004 - job_005 - job_014: + - job_006 + - job_007 + job_016: name: "build; Dart stable; PKG: _tests; `dart run build_runner build --fail-on-severe`" runs-on: ubuntu-latest steps: @@ -672,7 +734,9 @@ jobs: - job_003 - job_004 - job_005 - job_015: + - job_006 + - job_007 + job_017: name: "build; Dart stable; PKG: ngforms; `dart run build_runner build --fail-on-severe`" runs-on: ubuntu-latest steps: @@ -708,7 +772,9 @@ jobs: - job_003 - job_004 - job_005 - job_016: + - job_006 + - job_007 + job_018: name: "build; Dart stable; PKG: ngrouter; `dart run build_runner build --fail-on-severe`" runs-on: ubuntu-latest steps: @@ -744,7 +810,9 @@ jobs: - job_003 - job_004 - job_005 - job_017: + - job_006 + - job_007 + job_019: name: "build; Dart stable; PKG: ngtest; `dart run build_runner build --fail-on-severe`" runs-on: ubuntu-latest steps: @@ -780,7 +848,9 @@ jobs: - job_003 - job_004 - job_005 - job_018: + - job_006 + - job_007 + job_020: name: "unit_test; Dart 3.1.0; PKG: _tests; `dart run build_runner test --fail-on-severe -- -P browser`" runs-on: ubuntu-latest steps: @@ -828,7 +898,9 @@ jobs: - job_015 - job_016 - job_017 - job_019: + - job_018 + - job_019 + job_021: name: "unit_test; Dart 3.1.0; PKG: _tests; `dart test -P vm`" runs-on: ubuntu-latest steps: @@ -876,7 +948,9 @@ jobs: - job_015 - job_016 - job_017 - job_020: + - job_018 + - job_019 + job_022: name: "unit_test; Dart 3.1.0; PKG: ngast; `dart test -P ci`" runs-on: ubuntu-latest steps: @@ -924,7 +998,9 @@ jobs: - job_015 - job_016 - job_017 - job_021: + - job_018 + - job_019 + job_023: name: "unit_test; Dart 3.1.0; PKG: ngcompiler; `dart test -P ci`" runs-on: ubuntu-latest steps: @@ -972,7 +1048,9 @@ jobs: - job_015 - job_016 - job_017 - job_022: + - job_018 + - job_019 + job_024: name: "unit_test; Dart 3.1.0; PKG: ngforms; `dart run build_runner test --fail-on-severe -- -P ci`" runs-on: ubuntu-latest steps: @@ -1020,7 +1098,9 @@ jobs: - job_015 - job_016 - job_017 - job_023: + - job_018 + - job_019 + job_025: name: "unit_test; Dart 3.1.0; PKG: ngrouter; `dart run build_runner test --fail-on-severe -- -P ci`" runs-on: ubuntu-latest steps: @@ -1068,7 +1148,9 @@ jobs: - job_015 - job_016 - job_017 - job_024: + - job_018 + - job_019 + job_026: name: "unit_test; Dart 3.1.0; PKG: ngtest; `dart run build_runner test --fail-on-severe -- -P ci`" runs-on: ubuntu-latest steps: @@ -1116,7 +1198,9 @@ jobs: - job_015 - job_016 - job_017 - job_025: + - job_018 + - job_019 + job_027: name: "unit_test; Dart dev; PKG: _tests; `dart run build_runner test --fail-on-severe -- -P browser`" runs-on: ubuntu-latest steps: @@ -1164,7 +1248,9 @@ jobs: - job_015 - job_016 - job_017 - job_026: + - job_018 + - job_019 + job_028: name: "unit_test; Dart dev; PKG: _tests; `dart test -P vm`" runs-on: ubuntu-latest steps: @@ -1212,7 +1298,9 @@ jobs: - job_015 - job_016 - job_017 - job_027: + - job_018 + - job_019 + job_029: name: "unit_test; Dart dev; PKG: ngast; `dart test -P ci`" runs-on: ubuntu-latest steps: @@ -1260,7 +1348,9 @@ jobs: - job_015 - job_016 - job_017 - job_028: + - job_018 + - job_019 + job_030: name: "unit_test; Dart dev; PKG: ngcompiler; `dart test -P ci`" runs-on: ubuntu-latest steps: @@ -1308,7 +1398,9 @@ jobs: - job_015 - job_016 - job_017 - job_029: + - job_018 + - job_019 + job_031: name: "unit_test; Dart dev; PKG: ngforms; `dart run build_runner test --fail-on-severe -- -P ci`" runs-on: ubuntu-latest steps: @@ -1356,7 +1448,9 @@ jobs: - job_015 - job_016 - job_017 - job_030: + - job_018 + - job_019 + job_032: name: "unit_test; Dart dev; PKG: ngrouter; `dart run build_runner test --fail-on-severe -- -P ci`" runs-on: ubuntu-latest steps: @@ -1404,7 +1498,9 @@ jobs: - job_015 - job_016 - job_017 - job_031: + - job_018 + - job_019 + job_033: name: "unit_test; Dart dev; PKG: ngtest; `dart run build_runner test --fail-on-severe -- -P ci`" runs-on: ubuntu-latest steps: @@ -1452,7 +1548,9 @@ jobs: - job_015 - job_016 - job_017 - job_032: + - job_018 + - job_019 + job_034: name: "unit_test; Dart stable; PKG: _tests; `dart run build_runner test --fail-on-severe -- -P browser`" runs-on: ubuntu-latest steps: @@ -1500,7 +1598,9 @@ jobs: - job_015 - job_016 - job_017 - job_033: + - job_018 + - job_019 + job_035: name: "unit_test; Dart stable; PKG: _tests; `dart test -P vm`" runs-on: ubuntu-latest steps: @@ -1548,7 +1648,9 @@ jobs: - job_015 - job_016 - job_017 - job_034: + - job_018 + - job_019 + job_036: name: "unit_test; Dart stable; PKG: ngast; `dart test -P ci`" runs-on: ubuntu-latest steps: @@ -1596,7 +1698,9 @@ jobs: - job_015 - job_016 - job_017 - job_035: + - job_018 + - job_019 + job_037: name: "unit_test; Dart stable; PKG: ngcompiler; `dart test -P ci`" runs-on: ubuntu-latest steps: @@ -1644,7 +1748,9 @@ jobs: - job_015 - job_016 - job_017 - job_036: + - job_018 + - job_019 + job_038: name: "unit_test; Dart stable; PKG: ngforms; `dart run build_runner test --fail-on-severe -- -P ci`" runs-on: ubuntu-latest steps: @@ -1692,7 +1798,9 @@ jobs: - job_015 - job_016 - job_017 - job_037: + - job_018 + - job_019 + job_039: name: "unit_test; Dart stable; PKG: ngrouter; `dart run build_runner test --fail-on-severe -- -P ci`" runs-on: ubuntu-latest steps: @@ -1740,7 +1848,9 @@ jobs: - job_015 - job_016 - job_017 - job_038: + - job_018 + - job_019 + job_040: name: "unit_test; Dart stable; PKG: ngtest; `dart run build_runner test --fail-on-severe -- -P ci`" runs-on: ubuntu-latest steps: @@ -1788,3 +1898,5 @@ jobs: - job_015 - job_016 - job_017 + - job_018 + - job_019 diff --git a/.idea/runConfigurations/melos_bootstrap.xml b/.idea/runConfigurations/melos_bootstrap.xml index d5715306fb..f040708433 100644 --- a/.idea/runConfigurations/melos_bootstrap.xml +++ b/.idea/runConfigurations/melos_bootstrap.xml @@ -2,7 +2,7 @@