ae4ee87601
The strictness of the old "check for four spaces" was causing failures in `flutter symbolize`, and there's no reason to check how much initial whitespace we got prior to the line contents anyway. TEST=pkg/native_stack_traces/test/convert/regress_262474517_test Change-Id: I6a6e31732cb2a5b5d40a088b9a04877052726be2 Bug: b/262474517 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/276905 Reviewed-by: Daco Harkes <dacoharkes@google.com> Commit-Queue: Tess Strickland <sstrickl@google.com>
23 lines
619 B
YAML
23 lines
619 B
YAML
name: native_stack_traces
|
|
version: 0.5.4
|
|
description: Utilities for working with non-symbolic stack traces.
|
|
repository: https://github.com/dart-lang/sdk/tree/main/pkg/native_stack_traces
|
|
|
|
environment:
|
|
sdk: '>=2.17.0 <3.0.0'
|
|
|
|
executables:
|
|
decode:
|
|
|
|
dependencies:
|
|
args: ^2.0.0
|
|
path: ^1.8.0
|
|
|
|
# We use 'any' version constraints here as we get our package versions from
|
|
# the dart-lang/sdk repo's DEPS file. Note that this is a special case; the
|
|
# best practice for packages is to specify their compatible version ranges.
|
|
# See also https://dart.dev/tools/pub/dependencies.
|
|
dev_dependencies:
|
|
lints: any
|
|
test: any
|