Skip to content

Commit accf5a5

Browse files
devoncarewCommit Queue
authored and
Commit Queue
committed
[deps] rev dartdoc, ffi, http, test, tools
Revisions updated by `dart tools/rev_sdk_deps.dart`. dartdoc (https://github.com/dart-lang/dartdoc/compare/e8d00c0..5cfb1f3): 5cfb1f36 2023-08-07 Sam Rawlins Bump to analyzer 6.1.0 (#3474) ffi (https://github.com/dart-lang/ffi/compare/f01dfca..e2c01a9): e2c01a9 2023-08-08 Slava Egorov Expose pointer to free from allocators (#203) http (https://github.com/dart-lang/http/compare/7e9ed12..9f167a7): 9f167a7 2023-08-08 Alex James Remove example test from java_http (#1001) test (https://github.com/dart-lang/test/compare/5d571d6..9b1828f): 9b1828f4 2023-08-09 Nate Bosch Send a MessagePort to host on frame startup (#2072) ae2ab1ee 2023-08-08 Jacob MacDonald publish test_core v0.5.6 (#2076) 2e9bba21 2023-08-08 Jacob MacDonald fix failing casts when talking to minified apps from the host (#2075) tools (https://github.com/dart-lang/tools/compare/f14bf2e..295ff92): 295ff92 2023-08-10 Elias Yishak Fix empty string for `CLIENT_ID` from being sent when user decides to opt in (#144) bc6c9f0 2023-08-09 Elias Yishak Clean up on dart docs across all dart files under lib (#142) Change-Id: I75147259ce51f240c1dc359896ec7709bada288f Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/319783 Commit-Queue: Daco Harkes <[email protected]> Reviewed-by: Daco Harkes <[email protected]> Reviewed-by: Konstantin Shcheglov <[email protected]> Auto-Submit: Devon Carew <[email protected]>
1 parent f22d82f commit accf5a5

6 files changed

+20
-15
lines changed

DEPS

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,14 +138,14 @@ vars = {
138138
#
139139
# For more details, see https://github.com/dart-lang/sdk/issues/30164.
140140
"dart_style_rev": "2956b1a705953f880a5dae9d3a0969df0fc45e99", # disable rev_sdk_deps.dart
141-
"dartdoc_rev": "e8d00c079d83e9ee465cfeb9702eb2da765070d9",
141+
"dartdoc_rev": "5cfb1f366f5790dcf531edd528850001b8e2a75c",
142142
"ecosystem_rev": "dfeda1a948178f6d1133f0f92b74a234dca3de9e",
143-
"ffi_rev": "f01dfca0b3c9a63155bfb86aae12be982571a860",
143+
"ffi_rev": "e2c01a960b84d1074b0a1849909ae2d269d004be",
144144
"file_rev": "5d9a6027756b5846e8f5380f983390f61f564a75",
145145
"fixnum_rev": "00fa1207768bd07d04c895cbe0f1fe99af14e727",
146146
"glob_rev": "5b243935154daf53c54981b98f625bace90b2112",
147147
"html_rev": "4060496b0443451c38f8b789db2e44c0d7966171",
148-
"http_rev": "7e9ed120a89c60cf695198bd44568b437e05fd49",
148+
"http_rev": "9f167a72012503a0679c7004a037508304ee8bfc",
149149
"http_multi_server_rev": "aa128cfaf6ef1c9c1ace962ca2dcf6e5dddad441",
150150
"http_parser_rev": "c14fbf6aa7ada5e8912eab4581eb26ff4d101452",
151151
"intl_rev": "5d65e3808ce40e6282e40881492607df4e35669f",
@@ -175,11 +175,11 @@ vars = {
175175
"string_scanner_rev": "413b57a3b14fa273e8ed52578edfbe0446084795",
176176
"sync_http_rev": "c3d6ad48ec997c56b7f076bc9f8b4134c4a9225c",
177177
"term_glyph_rev": "423700a3c019dc67f93d2bd6578016a1402506f7",
178-
"test_rev": "5d571d64a298d476689dd60113b0fc67fdb7e157",
178+
"test_rev": "9b1828f4c2456e8ee5612705d5992f60c6378e29",
179179
"test_descriptor_rev": "36d8617fafccbe36dfcf74ad4921c61911a6a411",
180180
"test_process_rev": "b360784a9149b15888aed8d7cf167bb46fe733d5",
181181
"test_reflective_loader_rev": "0bfaad91ed308ce9da11b48395c8210d7542c16b",
182-
"tools_rev": "f14bf2eb3d4d5bdcb6ea5d6862d33a319dfd9564",
182+
"tools_rev": "295ff92dbbb756bf9cc545f1b642cffd5988a079",
183183
"typed_data_rev": "a20be901e11eddcbd6e5735fb01b64d28c94c49d",
184184
"usage_rev": "09bb8472fdafff2c48a19aabbcf57b3af0f43934",
185185
"vector_math_rev": "88bada3c32ba3f1d53073a003085131d60b09213",

pkg/front_end/testcases/nnbd/ffi_struct_inline_array_multi_dimensional.dart.strong.expect

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
library;
22
import self as self;
33
import "dart:ffi" as ffi;
4+
import "package:ffi/src/allocation.dart" as all;
45

56
import "dart:ffi";
67
import "package:ffi/ffi.dart";
@@ -20,14 +21,14 @@ static method main() → dynamic {
2021
final ffi::Array<ffi::Array<ffi::Array<ffi::Uint8>>> array = struct.{self::StructInlineArrayMultiDimensional::a0}{ffi::Array<ffi::Array<ffi::Array<ffi::Uint8>>>};
2122
final ffi::Array<ffi::Array<ffi::Uint8>> subArray = ffi::ArrayArray|[]<ffi::Array<ffi::Uint8>>(array, 0);
2223
ffi::ArrayArray|[]=<ffi::Array<ffi::Uint8>>(array, 1, subArray);
23-
#C4.{ffi::Allocator::free}(pointer){(ffi::Pointer<ffi::NativeType>) → void};
24+
#C4.{all::CallocAllocator::free}(pointer){(ffi::Pointer<ffi::NativeType>) → void};
2425
}
2526

2627
constants {
2728
#C1 = 2
2829
#C2 = null
2930
#C3 = ffi::_ArraySize<ffi::NativeType> {dimension1:#C1, dimension2:#C1, dimension3:#C1, dimension4:#C2, dimension5:#C2, dimensions:#C2}
30-
#C4 = all::_CallocAllocator {}
31+
#C4 = all::CallocAllocator {}
3132
}
3233

3334

pkg/front_end/testcases/nnbd/ffi_struct_inline_array_multi_dimensional.dart.strong.transformed.expect

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import "dart:core" as core;
44
import "dart:ffi" as ffi;
55
import "dart:typed_data" as typ;
66
import "dart:_internal" as _in;
7+
import "package:ffi/src/allocation.dart" as all;
78

89
import "dart:ffi";
910
import "package:ffi/ffi.dart";
@@ -52,7 +53,7 @@ static method main() → dynamic {
5253
synthesized core::int #elementSize = #singleElementSize.{core::num::*}(#array.{ffi::Array::_nestedDimensionsFlattened}{core::int}){(core::num) → core::num};
5354
synthesized core::int #offset = #elementSize.{core::num::*}(#index){(core::num) → core::num};
5455
} =>ffi::_memCopy(#array.{ffi::Array::_typedDataBase}{core::Object}, #offset, subArray.{ffi::Array::_typedDataBase}{core::Object}, #C11, #elementSize);
55-
#C17.{ffi::Allocator::free}(pointer){(ffi::Pointer<ffi::NativeType>) → void};
56+
#C17.{all::CallocAllocator::free}(pointer){(ffi::Pointer<ffi::NativeType>) → void};
5657
}
5758

5859
constants {
@@ -72,7 +73,7 @@ constants {
7273
#C14 = <core::int*>[#C9, #C9]
7374
#C15 = "vm:prefer-inline"
7475
#C16 = core::pragma {name:#C15, options:#C6}
75-
#C17 = all::_CallocAllocator {}
76+
#C17 = all::CallocAllocator {}
7677
#C18 = 1
7778
}
7879

pkg/front_end/testcases/nnbd/ffi_struct_inline_array_multi_dimensional.dart.weak.expect

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
library;
22
import self as self;
33
import "dart:ffi" as ffi;
4+
import "package:ffi/src/allocation.dart" as all;
45

56
import "dart:ffi";
67
import "package:ffi/ffi.dart";
@@ -20,14 +21,14 @@ static method main() → dynamic {
2021
final ffi::Array<ffi::Array<ffi::Array<ffi::Uint8>>> array = struct.{self::StructInlineArrayMultiDimensional::a0}{ffi::Array<ffi::Array<ffi::Array<ffi::Uint8>>>};
2122
final ffi::Array<ffi::Array<ffi::Uint8>> subArray = ffi::ArrayArray|[]<ffi::Array<ffi::Uint8>>(array, 0);
2223
ffi::ArrayArray|[]=<ffi::Array<ffi::Uint8>>(array, 1, subArray);
23-
#C4.{ffi::Allocator::free}(pointer){(ffi::Pointer<ffi::NativeType>) → void};
24+
#C4.{all::CallocAllocator::free}(pointer){(ffi::Pointer<ffi::NativeType>) → void};
2425
}
2526

2627
constants {
2728
#C1 = 2
2829
#C2 = null
2930
#C3 = ffi::_ArraySize<ffi::NativeType*> {dimension1:#C1, dimension2:#C1, dimension3:#C1, dimension4:#C2, dimension5:#C2, dimensions:#C2}
30-
#C4 = all::_CallocAllocator {}
31+
#C4 = all::CallocAllocator {}
3132
}
3233

3334

pkg/front_end/testcases/nnbd/ffi_struct_inline_array_multi_dimensional.dart.weak.modular.expect

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
library;
22
import self as self;
33
import "dart:ffi" as ffi;
4+
import "package:ffi/src/allocation.dart" as all;
45

56
import "dart:ffi";
67
import "package:ffi/ffi.dart";
@@ -20,14 +21,14 @@ static method main() → dynamic {
2021
final ffi::Array<ffi::Array<ffi::Array<ffi::Uint8>>> array = struct.{self::StructInlineArrayMultiDimensional::a0}{ffi::Array<ffi::Array<ffi::Array<ffi::Uint8>>>};
2122
final ffi::Array<ffi::Array<ffi::Uint8>> subArray = ffi::ArrayArray|[]<ffi::Array<ffi::Uint8>>(array, 0);
2223
ffi::ArrayArray|[]=<ffi::Array<ffi::Uint8>>(array, 1, subArray);
23-
#C4.{ffi::Allocator::free}(pointer){(ffi::Pointer<ffi::NativeType>) → void};
24+
#C4.{all::CallocAllocator::free}(pointer){(ffi::Pointer<ffi::NativeType>) → void};
2425
}
2526

2627
constants {
2728
#C1 = 2
2829
#C2 = null
2930
#C3 = ffi::_ArraySize<ffi::NativeType*> {dimension1:#C1, dimension2:#C1, dimension3:#C1, dimension4:#C2, dimension5:#C2, dimensions:#C2}
30-
#C4 = all::_CallocAllocator {}
31+
#C4 = all::CallocAllocator {}
3132
}
3233

3334

pkg/front_end/testcases/nnbd/ffi_struct_inline_array_multi_dimensional.dart.weak.transformed.expect

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import "dart:core" as core;
44
import "dart:ffi" as ffi;
55
import "dart:typed_data" as typ;
66
import "dart:_internal" as _in;
7+
import "package:ffi/src/allocation.dart" as all;
78

89
import "dart:ffi";
910
import "package:ffi/ffi.dart";
@@ -52,7 +53,7 @@ static method main() → dynamic {
5253
synthesized core::int #elementSize = #singleElementSize.{core::num::*}(#array.{ffi::Array::_nestedDimensionsFlattened}{core::int}){(core::num) → core::num};
5354
synthesized core::int #offset = #elementSize.{core::num::*}(#index){(core::num) → core::num};
5455
} =>ffi::_memCopy(#array.{ffi::Array::_typedDataBase}{core::Object}, #offset, subArray.{ffi::Array::_typedDataBase}{core::Object}, #C11, #elementSize);
55-
#C17.{ffi::Allocator::free}(pointer){(ffi::Pointer<ffi::NativeType>) → void};
56+
#C17.{all::CallocAllocator::free}(pointer){(ffi::Pointer<ffi::NativeType>) → void};
5657
}
5758

5859
constants {
@@ -72,7 +73,7 @@ constants {
7273
#C14 = <core::int*>[#C9, #C9]
7374
#C15 = "vm:prefer-inline"
7475
#C16 = core::pragma {name:#C15, options:#C6}
75-
#C17 = all::_CallocAllocator {}
76+
#C17 = all::CallocAllocator {}
7677
#C18 = 1
7778
}
7879

0 commit comments

Comments
 (0)