Danny Tuppeny

Results 216 issues of Danny Tuppeny

I was moving some tests in Flutter over to the memory file system and hit some issues because of differences in behaviour. In the real implementation, if you use a...

package:file

Given this code: ```dart import "dart:async" as x; main() { var a = new x.Future(); } ``` If you send a hover request for the `x` at the bottom you...

area-analyzer
analyzer-server
P2
type-enhancement

It doesn't seem like there's an issue specifically for this, but there has been some discussion across various other issues (and PRs like https://github.com/Dart-Code/Dart-Code/pull/4232). There is a desire to have...

area-analyzer
P3
analyzer-server
type-enhancement
analyzer-assist

I originally raised this as https://github.com/microsoft/vscode/issues/189940 but it seems like it should be moved here. The original report is as follows: --- This was reported at https://github.com/dart-lang/dart-syntax-highlight/issues/11#issuecomment-1613758553. Dart highlighting on...

This looks weird (and makes the URIs really long), I think they should show `package:` URIs. ![Screenshot 2019-03-14 at 12 58 44 pm](https://user-images.githubusercontent.com/1078012/54358735-f8fe6a00-4658-11e9-88ba-97aee952087f.png)

screen: debugger
P2
reproduce to verify

Currently when an exception occurs, we inject an `` variable into the top stack frame. This means if you navigate up the stack (eg. if the exception occurred inside the...

screen: debugger
P2
reproduce to verify

### What information needs to be added? (Related issue: https://github.com/dart-lang/sdk/issues/56755) Windows Defender can significantly slow down the first analysis of a project after a reboot because it blocks reads from...

p3-low
t.cli-tools
from.user
co.request
t.diagnostics
devos.Windows

Reported by @kenzieschmoll at https://github.com/Dart-Code/Dart-Code/issues/4540#issuecomment-2260923319 Seeing this issue again when trying to call `Clipboard.setData` from DevTools, which falls back to calling the VS Code workaround ``` window.parent?.postMessage( { 'command': 'clipboard-write',...

is bug
awaiting info
stale
in devtools

With the fix for https://github.com/dart-lang/sdk/issues/56820 / https://github.com/Dart-Code/Dart-Code/issues/5157, the breakpoint will no longer be set. The VM returns us a reason: ```js { "jsonrpc": "2.0", "error": { "code": 102, "message": "Cannot...

is enhancement
in debugger

- [ ] Land when it's clear the DevTools changes will be in the next release, since removal of the refresh does mean that older SDKs will lose the sidebar...

is enhancement
in devtools