mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 15:17:07 +00:00
be4d469e38
* Move parsing functions to static methods of the classes that represent the data being parsed. * Move calculations for adjusting offsets in load commands into the corresponding classes. * Make function to insert a new payload segment an instance method of MachOFile. * Remove unnecessary abstractions and definitions for MachO load commands that we don't need to parse. These refactorings are being done to make later changes easier to review, by first lifting the initial refactorings out into a separate CL. Issue: https://github.com/dart-lang/sdk/issues/49783 Change-Id: I133eb368cbb9ee0d8e4f3998ba1a0bbe8555b8aa Cq-Include-Trybots: luci.dart.try:analyzer-mac-release-try,dart-sdk-mac-arm64-try,dart-sdk-mac-try,pkg-mac-release-arm64-try,pkg-mac-release-try,vm-kernel-precomp-mac-product-x64-try,vm-kernel-precomp-nnbd-mac-release-arm64-try Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/256821 Reviewed-by: Daco Harkes <dacoharkes@google.com> Commit-Queue: Tess Strickland <sstrickl@google.com> Reviewed-by: Ryan Macnak <rmacnak@google.com>
18 lines
445 B
YAML
18 lines
445 B
YAML
name: dart2native
|
|
# This package is not intended for consumption on pub.dev. DO NOT publish.
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: '>=2.17.0 <3.0.0'
|
|
|
|
# Add the bin/dart2native.dart script to the scripts pub installs.
|
|
executables:
|
|
dart2native:
|
|
|
|
# Use 'any' constraints here; we get our versions from the DEPS file.
|
|
dependencies:
|
|
path: any
|
|
|
|
# Use 'any' constraints here; we get our versions from the DEPS file.
|
|
dev_dependencies:
|
|
lints: any
|