1
0
mirror of https://github.com/dart-lang/sdk synced 2024-07-01 07:14:29 +00:00
dart-sdk/pkg/vm_service
Alexander Markov 00eac588c2 [vm] Remove transition_sentinel and detection of cyclic initialization of legacy static fields
Since null safety, all static fields with initializers are implicitly
late. This change cleans up transition_sentinel which was used in
the detection of cyclic initialization of legacy static fields.

TEST=ci

Change-Id: I6a990dc8ba030f5bd40eb0b86706cbfb0f725e33
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/373520
Reviewed-by: Alexander Aprelev <aam@google.com>
Commit-Queue: Alexander Markov <alexmarkov@google.com>
2024-06-27 18:29:58 +00:00
..
example [ package:vm_service ] Enable recommended_lints for tests 2023-11-13 19:54:40 +00:00
java [ package:vm_service* ] Prepare for release of package:vm_service 14.2.0 and package:vm_service_interface 1.1.0 2024-03-20 13:34:07 +00:00
lib [vm] Remove transition_sentinel and detection of cyclic initialization of legacy static fields 2024-06-27 18:29:58 +00:00
test [VM/Debugger] Force valid breakpoints to resolve by ensuring functions are compiled 2024-06-24 22:00:28 +00:00
tool [ package:vm_service ] Add missing code to code generator 2024-06-13 15:03:49 +00:00
.gitignore
analysis_options.yaml [vm_service] Update generator to unignore use_super_parameters lint 2023-12-07 20:31:11 +00:00
CHANGELOG.md [ package:vm_service ] Prepare for 14.2.4 release 2024-06-14 14:01:58 +00:00
CONTRIBUTING.md Split package:vm_service into package:vm_service and package:vm_service_interface 2023-10-23 17:00:10 +00:00
LICENSE Update LICENSE 2021-04-07 10:28:38 +00:00
OWNERS Also add global owners to CFE/VM packages 2023-11-27 14:35:52 +00:00
pubspec.yaml [ package:vm_service ] Prepare for 14.2.4 release 2024-06-14 14:01:58 +00:00
README.md Split package:vm_service into package:vm_service and package:vm_service_interface 2023-10-23 17:00:10 +00:00

pub package package publisher

A library to access the VM Service Protocol.

Usage

See the example for a simple use of the library's API.

The VM Service Protocol specification can be found at github.com/dart-lang/sdk/runtime/vm/service/service.md.

Features and bugs

Please file feature requests and bugs at the issue tracker.