Orvid King
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...
That way we have debugging capabilities again.
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...
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...
The default values of template parameters isn't appearing in the tooltip for the templated method.
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...
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...
Summary: MSVC has support for asan, so enable the ASAN suppression macros where needed. Differential Revision: D47345965
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...