Orvid King

Results 23 issues of Orvid King

Summary: GTest 1.12.0 adds support for this natively without an extra overload, and having the overload causes compile failures. Differential Revision: D37767744

CLA Signed
fb-exported

As the library looks like it should be possible to mark everything as `@nogc`, perhaps it would be a good idea to actually do so? This would give the extra...

enhancement

Currently, regardless of which part of the text you hover over in the markdown source, IntelliJ IDEA always shows the documentation as being the full path to the current file....

Bug

Obviously the user would first have to set the path to `cv2pdb` in the options, but this would make debugging on windows a bit more sane.

Feature Request
Debugging

Assuming that [this](http://forum.rejectedsoftware.com/groups/rejectedsoftware.dub/thread/5366/) ends up being implemented, then it should become possible to create a nice add-reference window for dub projects. As it is, it would be useful even if...

Feature Request
dub

It would be nice if there was a dub project template. Perhaps it could use dub itself to generate the file?

Feature Request
dub

How to reproduce: Using git HEAD versions of Phobos, and druntime, open `std\regex\package.d`, and find line 343. Once there, tell Xamarin Studio to go to the definition of `StaticRegex`. It...

Bug

This is probably a bit more complex than it seems at first, but this could be a useful feature, so I'll suggest it.

Feature Request

It would be nice if with the following code, `wtr` was typed such that it had the members expected of an output range of `char`s: ``` D void mangleTo(OR)(OR wtr)...

Feature Request

Currently if you fold a region comment, close the solution, and then re-open it, the region will no longer be folded. I request that these be persisted across loads, perhaps...

Feature Request
MD-Related