Manu Evans
Manu Evans
Check this out: https://godbolt.org/z/1cYPbMdz5 I'm on x86. I started by trying to specify `fastcall` on a function, but then I got something that looked weird, so I pulled out compiler...
Update spec to reflect `-preview=rvaluerefparam` with respect to https://github.com/dlang/dmd/pull/17068
I updated to play with the latest build, and immediately noticed all my strings seem to be broken:  Seems they're trying to render as null-terminated strings.
Was there ever a time when VisualD automatically resolved `@property`-ies when hovering? I have distinct memories of that functionality from many years back, but maybe I'm wrong. I often think...
Hey there, just trying out your new build. Other recent issues appear to be fixed. Today I wanted to try and get to the bottom of some of these issues...
There's a little usability issue that's always bugged me, but I never bothered to log an issue. It's like this: ```d foreach (x; collection) //
Has anyone seen this before? ``` 1>------ Build started: Project: myproject, Configuration: UnitTest x64 ------ 1>Compiling appliance.d ... 1>TRACKER : error TRK0002: Failed to execute command: ""C:\Program Files (x86)\VisualD\msbuild\pipelink.exe" /ERRORREPORT:PROMPT...
Once upon a time, debugger evaluation of enums/constants was working well, but since I returned from my hiatus, I've noticed that they don't seem to work at all. Is this...
Wow, this is a whole new level of Microsoft wrecking everything! 
I use a lot of `Args...` and there seems to be no way to inspect them in the debugger. Also `Tuple` just shows in the debugger as an empty struct....