Skip to content

Commit 8f1a2b3

Browse files
bwilkersonCommit Queue
authored andcommitted
Bump tools to 7bf22c951019f860aa52a8b7dc97fba5880aa9ba
Changes: ``` > git log --format="%C(auto) %h %s" 1e110fc..7bf22c9 https://dart.googlesource.com/tools.git/+/7bf22c95 [unified_analytics]Add library cycle info to analysis server data (2117) ``` Diff: https://dart.googlesource.com/tools.git/+/1e110fcf8da4fbd423e22ae7d14f04c908d7c139..7bf22c951019f860aa52a8b7dc97fba5880aa9ba/ Change-Id: I0cd6893dc35fd4dc938070afb4ec1c2f45054dea Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/436943 Reviewed-by: Keerti Parthasarathy <[email protected]> Auto-Submit: Brian Wilkerson <[email protected]> Commit-Queue: Keerti Parthasarathy <[email protected]>
1 parent b017489 commit 8f1a2b3

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ vars = {
147147
"sync_http_rev": "dc54465f07d9652875deeade643256dafa2fbc6c",
148148
"tar_rev": "5a1ea943e70cdf3fa5e1102cdbb9418bd9b4b81a",
149149
"test_rev": "0793a2b3262ac900558c49c76e9bbe4f29f91ea4",
150-
"tools_rev": "1e110fcf8da4fbd423e22ae7d14f04c908d7c139",
150+
"tools_rev": "7bf22c951019f860aa52a8b7dc97fba5880aa9ba",
151151
"vector_math_rev": "13f185f7e97d559e003f5ac79201da12f9a01049",
152152
"web_rev": "4b2f02ebc74acef26fa1285801a626213c35b304",
153153
"webdev_rev": "6dc3ddefdacf8c575d1636d77921f490ff07792d",

pkg/analysis_server/lib/src/analytics/analytics_manager.dart

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -498,11 +498,6 @@ class AnalyticsManager {
498498
analytics.send(
499499
Event.contextStructure(
500500
numberOfContexts: contextStructure.numberOfContexts,
501-
// TODO(pq): remove context creation data if we can safely change report shape (https://github.com/dart-lang/sdk/issues/60411)
502-
contextsWithoutFiles: 0,
503-
contextsFromPackagesFiles: 0,
504-
contextsFromOptionsFiles: 0,
505-
contextsFromBothFiles: 0,
506501
immediateFileCount: contextStructure.immediateFileCount,
507502
immediateFileLineCount: contextStructure.immediateFileLineCount,
508503
transitiveFileCount: contextStructure.transitiveFileCount,

0 commit comments

Comments
 (0)