Danny Tuppeny

Results 216 issues of 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...

is enhancement
in debugging

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...

type-enhancement

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...

type-enhancement

If you create a package like this: ```yaml name: foo version: 1.0.0 environment: sdk: '>=3.0.0

package:test

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...

package:test

![Image](https://github.com/user-attachments/assets/282f706b-b41b-4336-8151-2602a2da0902) 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 ^^^ ^^^ ```

package:test