Skip to content

Conversation

@polina-c
Copy link
Contributor

@polina-c polina-c commented Nov 29, 2022

Peer draft in DevTools: flutter/devtools#4891

Screen.Recording.2022-12-03.at.11.11.55.PM.mov

@polina-c polina-c marked this pull request as ready for review December 4, 2022 07:31
@polina-c polina-c requested a review from CoderDake as a code owner December 4, 2022 07:31
const String memoryLeakTrackingExtensionName = 'ext.dart.memoryLeakTracking';

/// Version of protocol, executed by the application.
const String appLeakTrackerProtocolVersion = '1';

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will this be important for caching?
It may be worth using semver in case we ever need to release incremental patches/fixes etc.

Copy link
Contributor Author

@polina-c polina-c Dec 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Protocol versions are different from software versions. They normally flip by 1.
I do not expect we will need to support more than two versions of protocol in DevTools.

Anyway, I suggest to figure it out when we decide to introduce breaking changes.

polina-c and others added 13 commits December 5, 2022 16:13
Co-authored-by: Daniel Chevalier <danchevalier@google.com>
Co-authored-by: Daniel Chevalier <danchevalier@google.com>
Co-authored-by: Daniel Chevalier <danchevalier@google.com>
Co-authored-by: Daniel Chevalier <danchevalier@google.com>
Co-authored-by: Daniel Chevalier <danchevalier@google.com>
Co-authored-by: Daniel Chevalier <danchevalier@google.com>
Co-authored-by: Daniel Chevalier <danchevalier@google.com>
@polina-c polina-c merged commit be51b72 into dart-lang:main Dec 6, 2022
@polina-c polina-c deleted the integration-4 branch December 6, 2022 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants