Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
Dart Analyzer Discussion
Conversations
About
Dart Analyzer Discussion
1–30 of 277
Mark all as read
Report abusive group
0 selected
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
dendimuhmd
,
Brian Wilkerson
2
8/5/22
Failed to build build_runner:build_runner with analyzer
This is probably not the best place to ask the question. Adding some people that might be able to
unread,
Failed to build build_runner:build_runner with analyzer
This is probably not the best place to ask the question. Adding some people that might be able to
8/5/22
Brian Wilkerson
7/21/22
Re: [analyzer-discuss] Dart analyzer returns dynamic instead of the concrete type.
I'm not sure what's causing the behavior you're seeing. The analyzer typically only
unread,
Re: [analyzer-discuss] Dart analyzer returns dynamic instead of the concrete type.
I'm not sure what's causing the behavior you're seeing. The analyzer typically only
7/21/22
Alexandre Ardhuin
,
Brian Wilkerson
3
7/18/22
How to get the package of an Element?
Thanks Brian Le lun. 18 juil. 2022 à 18:13, 'Brian Wilkerson' via Dart Analyzer Discussion
unread,
How to get the package of an Element?
Thanks Brian Le lun. 18 juil. 2022 à 18:13, 'Brian Wilkerson' via Dart Analyzer Discussion
7/18/22
Max Tamburini
, …
Danny Tuppeny
10
7/14/22
How can I send params from a VS Code extension to my Analysis server plugin?
Okay, thank you Il giorno giovedì 14 luglio 2022 alle 18:05:08 UTC+2 da...@tuppeny.com ha scritto:
unread,
How can I send params from a VS Code extension to my Analysis server plugin?
Okay, thank you Il giorno giovedì 14 luglio 2022 alle 18:05:08 UTC+2 da...@tuppeny.com ha scritto:
7/14/22
Nico Rodsevich
, …
hacker1024
3
6/24/22
How to get the LibraryElement of an arbitrary Dart code
https://stackoverflow.com/a/72747246/13458266 On Wednesday, 10 April 2019 at 2:33:30 pm UTC+10 nicoro
unread,
How to get the LibraryElement of an arbitrary Dart code
https://stackoverflow.com/a/72747246/13458266 On Wednesday, 10 April 2019 at 2:33:30 pm UTC+10 nicoro
6/24/22
Dmitry Krutskikh
, …
Konstantin Shcheglov
9
6/23/22
Analyzer plugin with support Analyzer 4.0
Not a full example, at least no quick fixes, so probably not much use for you. Here is what I used to
unread,
Analyzer plugin with support Analyzer 4.0
Not a full example, at least no quick fixes, so probably not much use for you. Here is what I used to
6/23/22
dark...@gmail.com
,
Konstantin Shcheglov
3
5/26/22
Why is it that AnalysisDriver.results emit an ErrorsResult for non-priority files?
Thanks for the quick reply! I'll admit that I'm not too familiar with
unread,
Why is it that AnalysisDriver.results emit an ErrorsResult for non-priority files?
Thanks for the quick reply! I'll admit that I'm not too familiar with
5/26/22