dart-sdk/pkg
Nate Bosch 4c8654eb10 Revert "Sync packages from shelf mono repo"
This reverts commit 243ac04dbf.

Reason for revert: Breaks roll to flutter engine still.

Original change's description:
> Sync packages from shelf mono repo
>
> Keep the DEPS entries and directories for the old locations for these
> packages, but ignore them in `generate_package_config`. Removing the
> hashes and directories would invalidate the DEPS file in the flutter
> engine repository.
>
> Add the `shelf` repository to the specially handled directories with
> nested packages in `generate_package_config`.
>
> Update path dependencies in pubspecs to the new location.
>
> Reland of https://dart-review.googlesource.com/c/sdk/+/243929
> without the removal of the old directory locations.
>
> R=​devoncarew@google.com
>
> Change-Id: I3d3b3eb0722f3eba518a6a1034ed9c24f83c70f0
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/244300
> Reviewed-by: Devon Carew <devoncarew@google.com>
> Commit-Queue: Nate Bosch <nbosch@google.com>

TBR=devoncarew@google.com,nbosch@google.com

Change-Id: Ied6d9aa685208eddea6d82d04ca8876937651051
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/244302
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Devon Carew <devoncarew@google.com>
2022-05-12 00:00:34 +00:00
..
_fe_analyzer_shared Add LibraryAugmentationDirective and parsing for it. 2022-05-11 16:26:34 +00:00
_js_interop_checks Reland "[dart2js] Lower late field checks during SSA." 2022-04-21 21:10:58 +00:00
analysis_server Flutter Widget Key to be nullable 2022-05-11 19:20:24 +00:00
analysis_server_client analyzer: Prefer string interpolations 2022-05-04 20:45:25 +00:00
analyzer Add LibraryAugmentationDirective and parsing for it. 2022-05-11 16:26:34 +00:00
analyzer_cli Update packages files in analyzer_cli to package_config.json format. 2022-05-10 20:48:53 +00:00
analyzer_plugin analyzer: Prefer string interpolations 2022-05-04 20:45:25 +00:00
analyzer_utilities analyzer: Prefer string interpolations 2022-05-04 20:45:25 +00:00
async_helper Fix bug in Isolate.run. 2022-03-09 11:53:34 +00:00
build_integration [infra] Add OWNERS to the Dart SDK 2022-02-14 14:06:34 +00:00
compiler Revert "Sync packages from shelf mono repo" 2022-05-12 00:00:34 +00:00
dart2js_info rename local functions with _s 2022-04-27 00:15:24 +00:00
dart2js_runtime_metrics Revert "[dart2js] Exporting as package: to allow non-SDK usage" 2022-05-10 02:54:34 +00:00
dart2js_tools [infra] Add OWNERS to the Dart SDK 2022-02-14 14:06:34 +00:00
dart2native [pkg/dart2native] address several lint issues 2022-05-10 16:50:13 +00:00
dart2wasm [dart2wasm] Build platform dill and compile dart2wasm to AOT snapshots 2022-05-10 10:06:06 +00:00
dart_internal [pkg] ensure each publishable package has a repository pubspec field 2022-04-19 22:13:51 +00:00
dartdev [ CLI ] Fix broken test 2022-05-11 16:33:30 +00:00
dds [dds] Unskip tests for checking devtools base href tags 2022-05-09 13:28:23 +00:00
dds_service_extensions [pkg] ensure each publishable package has a repository pubspec field 2022-04-19 22:13:51 +00:00
dev_compiler Revert "Sync packages from shelf mono repo" 2022-05-12 00:00:34 +00:00
expect Add myself to OWNERS in the various test packages. 2022-03-05 08:14:17 +00:00
front_end Read package_config.json in more tests 2022-05-11 18:58:44 +00:00
frontend_server [vm] Enable new implementation of async/await in AOT mode 2022-04-29 01:03:50 +00:00
js [package:js] Add @trustTypes annotation. 2022-04-20 15:24:18 +00:00
js_ast Support invoking JS operators through dart:js_util. 2022-04-28 21:18:40 +00:00
js_runtime [dart2js] Moving runtime allocations to pkg:dart2js_runtime_metrics 2022-04-29 21:48:41 +00:00
kernel [dart2js] Correctness updates for async lowering. 2022-05-05 21:25:45 +00:00
language_versioning_2.7_test [infra] Add OWNERS to the Dart SDK 2022-02-14 14:06:34 +00:00
meta [pkg] ensure each publishable package has a repository pubspec field 2022-04-19 22:13:51 +00:00
modular_test [modular_test]: migrate modular_test to null safety 2022-04-22 03:13:19 +00:00
native_stack_traces rename local functions with _s 2022-04-27 00:29:34 +00:00
nnbd_migration Replace DartType.resolveToBound() with TypeSystem.resolveToBound() 2022-05-05 20:35:16 +00:00
scrape Update the set of directories scrape ignores containing language tests. 2022-04-19 18:06:47 +00:00
smith [infra] Remove references to unsupported ARMv6 and ARMv5TE. 2022-03-17 00:07:54 +00:00
sourcemap_testing [infra] Add OWNERS to the Dart SDK 2022-02-14 14:06:34 +00:00
status_file Add myself to OWNERS in the various test packages. 2022-03-05 08:14:17 +00:00
telemetry [infra] Add OWNERS to the Dart SDK 2022-02-14 14:06:34 +00:00
test_runner Use package config in more test runner config 2022-05-11 08:58:04 +00:00
testing Read package_config.json in more tests 2022-05-11 18:58:44 +00:00
vm [vm] New async*/yield/yield* implementation based on suspend/resume stubs 2022-05-02 20:53:01 +00:00
vm_service [ VM / Service ] Add libraryFilters to getSourceReport RPC 2022-05-10 18:08:43 +00:00
vm_snapshot_analysis [pkg] ensure each publishable package has a repository pubspec field 2022-04-19 22:13:51 +00:00
wasm_builder Add support for importing shared memory as per wasm threading proposal. 2022-04-22 22:40:29 +00:00
.gitignore
BUILD.gn
OWNERS [infra] validate pkg/ dep ranges against the packages DEP'd in 2022-04-19 19:25:47 +00:00
pkg.status [ DDS ] Split DevTools server tests into smaller pieces 2022-04-04 22:07:21 +00:00
README.md

Package validation

The packages in pkg/ are automatically validated on the LUCI CI bots. The validation is largely done by the tools/package_deps package; it can be tested locally via:

dart tools/package_deps/bin/package_deps.dart

Packages which are published

There are several packages developed in pkg/ which are published to pub. Validation of these packages is particularly important because the pub tools are not used for these packages during development; we get our dependency versions from the DEPS file. Its very easy for the dependencies specified in a package's pubspec file to get out of date wrt the packages and versions actually used.

In order to better ensure we're publishing correct packages, we validate some properties of the pubspec files on our CI system. These validations include:

  • that the dependencies listed in the pubspec are used in the package
  • that all the packages used by the source are listed in the pubspec
  • that we don't use relative path deps to pkg/ or third_party/ packages

Packages which are not published

For packages in pkg/ which we do not intend to be published, we put the following comment in the pubspec.yaml file:

# This package is not intended for consumption on pub.dev. DO NOT publish.
publish_to: none

These pubspecs are still validated by the package validation tool. The contents are more informational as the pubspecs for these packages are not consumed by the pub tool or ecosystem.

We validate:

  • that the dependencies listed in the pubspec are used in the package
  • that all the packages used by the source are listed in the pubspec
  • that a reference to a pkg/ package is done via a relative path dependency