Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
Dart Analyzer Discussion
Conversations
About
Dart Analyzer Discussion
1–30 of 284
Mark all as read
Report abusive group
0 selected
Brett Sutton
,
Brian Wilkerson
2
Dec 3
identify the scope/owner of a simpleidentifier
You should be able to ask the `SimpleIdentifier` associated with 'header' for its '
unread,
identify the scope/owner of a simpleidentifier
You should be able to ask the `SimpleIdentifier` associated with 'header' for its '
Dec 3
dark...@gmail.com
,
Brian Wilkerson
2
Dec 2
Can AstNode.root return anything other than a CompilationUnit?
When we serialize the element model (our summary files) we need to capture the constant expressions
unread,
Can AstNode.root return anything other than a CompilationUnit?
When we serialize the element model (our summary files) we need to capture the constant expressions
Dec 2
he auto
,
Brian Wilkerson
3
Nov 23
Why sort dart keywords first when constructing a keyword transition table in the 'keyword_state. dart' file
Ok. Thanks a lot for your answer. I think I got the key point now. 在2023年11月21日星期二 UTC+8 06:32:07<
unread,
Why sort dart keywords first when constructing a keyword transition table in the 'keyword_state. dart' file
Ok. Thanks a lot for your answer. I think I got the key point now. 在2023年11月21日星期二 UTC+8 06:32:07<
Nov 23
Brian Wilkerson
,
2333 heel
6
Nov 21
Re: [analyzer-discuss] How to get the dart files which refers current dart file with analyzer:6.2.0 and analyzer_plugin: 0.11.3 ?
Thanks for the advice. Brian Wilkerson <brianwi...@google.com> 于2023年11月21日周二 06:12写道: I
unread,
Re: [analyzer-discuss] How to get the dart files which refers current dart file with analyzer:6.2.0 and analyzer_plugin: 0.11.3 ?
Thanks for the advice. Brian Wilkerson <brianwi...@google.com> 于2023年11月21日周二 06:12写道: I
Nov 21
Brett Sutton
2
Nov 20
SimpleIdentifiier doesn't resolve staticElement
I've had a chat on the discord and now understand that staticElement can't be set in an
unread,
SimpleIdentifiier doesn't resolve staticElement
I've had a chat on the discord and now understand that staticElement can't be set in an
Nov 20
Brian Wilkerson
Nov 16
New Discord channel
In an effort to make it easier for folks that are trying to implement analysis on top of the `
unread,
New Discord channel
In an effort to make it easier for folks that are trying to implement analysis on top of the `
Nov 16
Patt O'Brien
, …
Dmitry Zhifarsky
8
Oct 26
Creating Lint Rule logic: seeking tips-and-tricks
Looks like this might be an example of such a comment https://github.com/dart-lang/sdk/blob/main/pkg/
unread,
Creating Lint Rule logic: seeking tips-and-tricks
Looks like this might be an example of such a comment https://github.com/dart-lang/sdk/blob/main/pkg/
Oct 26
Shirish Kadam
,
Brian Wilkerson
7
Mar 21
Using Dart Analysis Server for IntelliJ plugin development for Flutter
Interesting, meaning I'll just have to rely on Dart PSI offered by IntelliJ for now. It won't
unread,
Using Dart Analysis Server for IntelliJ plugin development for Flutter
Interesting, meaning I'll just have to rely on Dart PSI offered by IntelliJ for now. It won't
Mar 21
Brian Wilkerson
,
郑勇
2
Mar 21
Re: [analyzer-discuss] How to use plugin analysis to suppress error prompts?
I see. Thank you for your answer 'Brian Wilkerson' via Dart Analyzer Discussion <analyzer-
unread,
Re: [analyzer-discuss] How to use plugin analysis to suppress error prompts?
I see. Thank you for your answer 'Brian Wilkerson' via Dart Analyzer Discussion <analyzer-
Mar 21
Claudiu
,
Brian Wilkerson
3
Mar 20
analysis_server using different analyzer_plugin package than the plugin I'm developing?
No worries. I imagine you have little time to spend on these kinds of issues. I'm aware you don
unread,
analysis_server using different analyzer_plugin package than the plugin I'm developing?
No worries. I imagine you have little time to spend on these kinds of issues. I'm aware you don
Mar 20
dark...@gmail.com
, …
Konstantin Shcheglov
5
Mar 9
How to programmatically trigger an InconsistentAnalysisException and how to retry the analysis after such an error?
Thanks a lot! Le jeudi 9 mars 2023 à 20:25:16 UTC+1, sche...@google.com a écrit : Here is code that
unread,
How to programmatically trigger an InconsistentAnalysisException and how to retry the analysis after such an error?
Thanks a lot! Le jeudi 9 mars 2023 à 20:25:16 UTC+1, sche...@google.com a écrit : Here is code that
Mar 9
Dmitry Zhifarsky
,
Konstantin Shcheglov
6
Feb 19
How a file change is propagated to other dependent files?
On Sat, Feb 18, 2023 at 12:00 AM Dmitry Zhifarsky <dimann...@gmail.com> wrote: Thank you, I
unread,
How a file change is propagated to other dependent files?
On Sat, Feb 18, 2023 at 12:00 AM Dmitry Zhifarsky <dimann...@gmail.com> wrote: Thank you, I
Feb 19
Patrice Tisserand
, …
Dmitry Zhifarsky
4
Jan 31
How to detect unused variable with analyzer package?
Thanks a lot for your reply! By checking `errors` for my unit I can test my source code generator.. I
unread,
How to detect unused variable with analyzer package?
Thanks a lot for your reply! By checking `errors` for my unit I can test my source code generator.. I
Jan 31
Dmitry Zhifarsky
,
Brian Wilkerson
3
Jan 27
Making SimpleIdentifierImpl scopeLookupResult available on the interface type
Yeah, this works, thank you! Was not expecting it there, to be honest 😅 пятница, 27 января 2023 г. в
unread,
Making SimpleIdentifierImpl scopeLookupResult available on the interface type
Yeah, this works, thank you! Was not expecting it there, to be honest 😅 пятница, 27 января 2023 г. в
Jan 27
Patt O'Brien
,
Max Tamburini
7
Jan 19
package:sidecar - Single-isolate, multi-package lint architecture
Hey Max - Sorry for the delay, I'm just now seeing your past message after getting some much
unread,
package:sidecar - Single-isolate, multi-package lint architecture
Hey Max - Sorry for the delay, I'm just now seeing your past message after getting some much
Jan 19
dark...@gmail.com
, …
Brian Wilkerson
8
Jan 13
What is the purpose of analyzer_plugin's AnalysisErrorFixes.error?
> I'm sorry that it's so painful to write a plugin, but that's part of the reason that
unread,
What is the purpose of analyzer_plugin's AnalysisErrorFixes.error?
> I'm sorry that it's so painful to write a plugin, but that's part of the reason that
Jan 13
valauska...@gmail.com
,
Brian Wilkerson
3
12/21/22
Working with Tokens emitted by the official Dart Scanner.
Thank you Brian. On Thursday, 22 December 2022 at 02:13:30 UTC+1 brianwilkerson wrote: * Is there a
unread,
Working with Tokens emitted by the official Dart Scanner.
Thank you Brian. On Thursday, 22 December 2022 at 02:13:30 UTC+1 brianwilkerson wrote: * Is there a
12/21/22
白沙
, …
Brian Wilkerson
6
12/13/22
What is the current progress of the major adjustment mentioned in this place?
You're welcome. I will point out, in case it impacts your decision, that the analyzer package is
unread,
What is the current progress of the major adjustment mentioned in this place?
You're welcome. I will point out, in case it impacts your decision, that the analyzer package is
12/13/22
dark...@gmail.com
,
Brian Wilkerson
2
12/2/22
Analyzer_plugin 0.11.0: How to wait for all analysis to be performed
I was wondering how to write code that awaits for all analysis to be complete? I don't think
unread,
Analyzer_plugin 0.11.0: How to wait for all analysis to be performed
I was wondering how to write code that awaits for all analysis to be complete? I don't think
12/2/22
Patt O'Brien
,
Brian Wilkerson
2
11/15/22
Analyzer packages: why re-implement common utilities?
The answer for `Resource` and `SourceSpan` is the same: we didn't use those packages because they
unread,
Analyzer packages: why re-implement common utilities?
The answer for `Resource` and `SourceSpan` is the same: we didn't use those packages because they
11/15/22
Matthew Carroll
,
Brian Wilkerson
2
11/9/22
Help understanding how the AST maps to code snippets
I'm finding it difficult to figure out which visitor methods I need to implement to achieve this
unread,
Help understanding how the AST maps to code snippets
I'm finding it difficult to figure out which visitor methods I need to implement to achieve this
11/9/22
Jens Horstmann
, …
Jens Horstmann
3
10/26/22
How to use AnalysisSession.getResolvedLibrary?
Hi Brian, this is still Jens, but from a different account. Thanks for the fast reply. It was
unread,
How to use AnalysisSession.getResolvedLibrary?
Hi Brian, this is still Jens, but from a different account. Thanks for the fast reply. It was
10/26/22
Patt O'Brien
,
Brian Wilkerson
6
10/10/22
LSP and Analyzer Plugin - Multi-Root Workspace Versioning
Got it, then there's definitely a bug with v0.1.11, as every context within a client workspace is
unread,
LSP and Analyzer Plugin - Multi-Root Workspace Versioning
Got it, then there's definitely a bug with v0.1.11, as every context within a client workspace is
10/10/22
Stryder
, …
Marcelo Glasberg
4
10/7/22
Dart Analyzer performance + IDE = Duration(seconds: 'too many')
Hey, My team has exactly the same experience. We use very powerful machines running IntelliJ/Windows
unread,
Dart Analyzer performance + IDE = Duration(seconds: 'too many')
Hey, My team has exactly the same experience. We use very powerful machines running IntelliJ/Windows
10/7/22
Stryder
,
Brian Wilkerson
2
10/7/22
Test?
Sorry for the delay, it probably only added to your frustration, which wasn't our intent. This is
unread,
Test?
Sorry for the delay, it probably only added to your frustration, which wasn't our intent. This is
10/7/22
Jesus my Savior
9/30/22
Looking for Django or Gopher(Golang) dev
Hello guys ! i'm looking for Django Dev ,reactjs dev and Golang Dev, what we aim to build is Big
unread,
Looking for Django or Gopher(Golang) dev
Hello guys ! i'm looking for Django Dev ,reactjs dev and Golang Dev, what we aim to build is Big
9/30/22
白沙
,
Samuel Rawlins
2
9/30/22
Big problem with analyzer package version 5.0.0
Thanks for reaching out. I have some questions inline: On Fri, Sep 30, 2022 at 7:07 AM 白沙 <
unread,
Big problem with analyzer package version 5.0.0
Thanks for reaching out. I have some questions inline: On Fri, Sep 30, 2022 at 7:07 AM 白沙 <
9/30/22
Sander Kersten
, …
André Ervilha
4
9/19/22
Assists from analyzer plugin don't show up in IDE
did you manage to find a solution for this? Em quarta-feira, 20 de janeiro de 2021 às 12:50:48 UTC-3,
unread,
Assists from analyzer plugin don't show up in IDE
did you manage to find a solution for this? Em quarta-feira, 20 de janeiro de 2021 às 12:50:48 UTC-3,
9/19/22
Patt O'Brien
, …
Brian Wilkerson
9
9/7/22
What's the spec on when PluginManager picks up pubspec changes to an analyzer_plugin?
Am I correct in assuming your solution would not allow for various non-Linter lints to work within
unread,
What's the spec on when PluginManager picks up pubspec changes to an analyzer_plugin?
Am I correct in assuming your solution would not allow for various non-Linter lints to work within
9/7/22
Patt O'Brien
, …
Brian Wilkerson
6
8/23/22
Reason behind design decisions to couple Linter and Analyzer
... I'm curious if these challenges / solutions is something that you've thought of and/or if
unread,
Reason behind design decisions to couple Linter and Analyzer
... I'm curious if these challenges / solutions is something that you've thought of and/or if
8/23/22