Danny Tuppeny
Danny Tuppeny
It's possible after a hot reload that "stale" code still runs (references held to closures?). Currently we just assume all source code matches what's on disk which might result in...
In https://github.com/Dart-Code/Dart-Code/issues/5802 there is some discussion about having the analysis server use `pub add --dry-run` to get the version number to add, but then writing it directly into `pubspec.yaml` (there...
I'm raising this based on discussions in https://github.com/Dart-Code/Dart-Code/issues/4256 about surfacing more info from Pub and the resolution results in IDEs. [@sigurdm wrote](https://github.com/Dart-Code/Dart-Code/issues/4256#issuecomment-3178966806): > Thinking about this now, we could perhaps...
If you create a package like this: ```yaml name: foo version: 1.0.0 environment: sdk: '>=3.0.0
In analysis_server, there are integration tests in `test/integration/`. I thought I would be able to run a command like `dart test test --exclude-paths test/integration` but it seems there's no option...
 When running tests on Windows, I often see mixed path separators in the output: ``` test/integration/analysis\error_test.dart: AnalysisErrorIntegrationTest | test_detect_simple_error ^^^ ^^^ ```