Commit Graph

8 Commits

Author SHA1 Message Date
Danny Tuppeny 8745f78d8a [dds/dap] Use super-params in generated code
Fixes https://github.com/dart-lang/sdk/issues/53600

Change-Id: Ibffce274a1255285d1c9c804d826ae2c8a7665d8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/327881
Reviewed-by: Ben Konyi <bkonyi@google.com>
Reviewed-by: Helin Shiah <helinx@google.com>
Commit-Queue: Ben Konyi <bkonyi@google.com>
2023-09-26 20:31:43 +00:00
Devon Carew 3b0b1bd863 Bump package:lints to the latest; address instances of new lints.
Changes:
```
> git log --format="%C(auto) %h %s" 8d5f750..b044aca
 https://dart.googlesource.com/lints.git/+/b044aca add several rules to core and recommended (150)
 https://dart.googlesource.com/lints.git/+/81100a2 fix a dangling table link (146)
```

Diff: https://dart.googlesource.com/lints.git/+/8d5f7500024320654adb1e799e49fc10c5304ae7..b044acab9f6669b3d8e781923a8ff86877801177/
Change-Id: I031333ade99af700a7009b14a36d3aadba12fc94
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/327321
Reviewed-by: Nicholas Shahan <nshahan@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Phil Quitslund <pquitslund@google.com>
2023-09-25 21:15:15 +00:00
Danny Tuppeny 2d197e4c60 [dap] Regenerate DAP classes based on latest published version of spec
A lot of this change is just documentation comments, but it includes some minor updates such as supporting "lazy" on variables.

All changes are backwards compatible and this should not affect any tests or functionality of Dart's DAP implementation (but provides the ability for us to use the new features).

Change-Id: Ief81927f2f370b4bfb6b5a9acc8659c45c33ea18
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/310161
Reviewed-by: Ben Konyi <bkonyi@google.com>
Commit-Queue: Ben Konyi <bkonyi@google.com>
2023-06-20 17:29:24 +00:00
Devon Carew e94774e014 [pkg/dap] update the pubspec for package:dap
Change-Id: Ib97074904ade337cc2b68d9953160564b45b4f6c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/303500
Reviewed-by: Helin Shiah <helinx@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2023-05-15 22:41:03 +00:00
Helin Shiah cc461910af Add changelog to dap package
Change-Id: I42aba7a4977467aa7fea1c7e1ee1aa0a94f1711f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/303144
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Helin Shiah <helinx@google.com>
2023-05-15 20:59:42 +00:00
Helin Shiah 1e16fff65f Add myself and Ben to owners of package:dap
Change-Id: I46db89503d036ee4ceff4b252f0dd813f7e4395f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/303440
Commit-Queue: Helin Shiah <helinx@google.com>
Reviewed-by: Ben Konyi <bkonyi@google.com>
Reviewed-by: Devon Carew <devoncarew@google.com>
2023-05-15 19:12:16 +00:00
Helin Shiah fd5dd870a9 Add LICENSE for dap package
Change-Id: Ibbfb75cc3c9575047866e7392ce8048cd29e6942
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/303080
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Helin Shiah <helinx@google.com>
Reviewed-by: Ben Konyi <bkonyi@google.com>
Reviewed-by: Helin Shiah <helinx@google.com>
2023-05-12 23:38:03 +00:00
Helin Shiah 5d57b747e9 Change dev dependencies
Change-Id: I2ad300cfacb096bac68f91f606e8bd054e83da71
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/301504
Reviewed-by: Ben Konyi <bkonyi@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Helin Shiah <helinx@google.com>
2023-05-10 18:43:06 +00:00