Sam Rawlins
Sam Rawlins
@parlough the one error message here: > does not contain a valid AOT snapshot is interesting. This _typically_ means that the AOT snapshot was compiled with a different version of...
> The only other thought that comes to mind is if we were using a different SDK to compile the snapshot than the one running the server. I would hope,...
This is a long shot, but we don't have [analyzer instrumentation logs](https://github.com/dart-lang/sdk/blob/main/pkg/analysis_server/doc/tutorial/instrumentation.md) in that CI system, do we? If we can enable those, that would help me narrow down how...
I don't. We'd need a minimal reproduction case to investigate.
Greeeeat question. A younger me did have visions of tidying up FunctionReference, SimpleIdentifier, PrefixedIdentifier, and PropertyAccess to all be _correct_. I still think it is definite technical debt, but would...
Thanks for filing a bug @cdeil. This is a bug with older versions of the `custom_list` (or maybe `custom_lint_builder`) package. Make sure you're using the latest version of those packages.
Still relevant; no tooltips for prefixes.
Thumbs up
> For larger projects there can be a need to go beyond the standard directory layout convention, the tooling ought to be reasonably flexible to support that. What is in...
Oh I like that. I often want to use `@visibleForTesting` code in little tools (`/tool/`) or benchmarks, etc.