Orvid King

Results 23 issues of Orvid King

I propose to add a warning for code that calls `std.stdio.writef`, `std.stdio.writefln`, or `std.string.format` with a format string that either doesn't use all the parameters passed to it, or where...

Feature Request

That way we have debugging capabilities again.

Bug
Debugging
MD-Related

It would be very nice if there were an option that I could enable, or that was enabled by default, that would prevent static members of a type from showing...

Feature Request

There should be a button that I can click that will let me run dustmite over the current project, optionally including all projects in the solution, so that it's much...

Feature Request

The default values of template parameters isn't appearing in the tooltip for the templated method.

Feature Request

On OSX, when compiling a shared library, the following command is used: ``` bash /Applications/MyApps/dmd8/install/bin/dmd -debug -g "orvid/graphics/image.d" "/Applications/MyApps/dmd8/install/lib/libdruntime-osx64.a" "/Applications/MyApps/dmd8/install/lib/libphobos2.a" "-I/Applications/MyApps/dmd8/install/import" "-L/IMPLIB:/Applications/MyApps/Projects/Orvid.Graphics/Orvid.Graphics/bin/Debug/Orvid.a" "-odobj/Debug" "-of/Applications/MyApps/Projects/Orvid.Graphics/Orvid.Graphics/bin/Debug/Orvid.so" ``` There are a couple of...

Bug

When you build a project that has dependencies, the bar at the top of Xamarin Studio shows the project that's currently building, however if a project has projects that it's...

Within an enum, if you attempt to start a member with a number, rather than a letter, producing a `` token, the error recovery is not exactly pretty, especially if...

enhancement

Summary: MSVC has support for asan, so enable the ASAN suppression macros where needed. Differential Revision: D47345965

CLA Signed
fb-exported

The way the source code is laid out currently, everything in one directory, isn't exactly conducive to casual browsing, nor does it make it easy to grasp the basic layout...