4de9e805ed
Handles cases where the SDK is installed on a path which includes percent encoded characters. The OS doesn't decode these characters, so decoding them before trying to load a snapshot with said characters in their path will result in files not being found. Fixes https://github.com/dart-lang/sdk/issues/46364 TEST=pkg/dartdev/test/regress_46364_test.dart Change-Id: I5f78e8a2049cc0c83555528fcc8f41be946141f5 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/218082 Reviewed-by: Ryan Macnak <rmacnak@google.com>
43 lines
732 B
YAML
43 lines
732 B
YAML
name: dartdev
|
|
|
|
# This package is not intended for consumption on pub.dev. DO NOT publish.
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: '>=2.6.0 <3.0.0'
|
|
dependencies:
|
|
analysis_server:
|
|
path: ../analysis_server
|
|
analysis_server_client:
|
|
path: ../analysis_server_client
|
|
analyzer:
|
|
path: ../analyzer
|
|
args: any
|
|
cli_util: any
|
|
dart2native:
|
|
path: ../dart2native
|
|
dart_style: any
|
|
dds:
|
|
path: ../dds
|
|
devtools_server: any
|
|
front_end:
|
|
path: ../front_end
|
|
intl: any
|
|
meta:
|
|
path: ../meta
|
|
nnbd_migration:
|
|
path: ../nnbd_migration
|
|
path: any
|
|
pub: any
|
|
telemetry:
|
|
path: ../telemetry
|
|
usage: any
|
|
|
|
dev_dependencies:
|
|
expect:
|
|
path: ../expect
|
|
lints: any
|
|
pub_semver: any
|
|
test: any
|
|
yaml: any
|