Brian Schott

Results 27 issues of Brian Schott

Since the TreeMap structure guarantees an ordering for its contents, it would be very useful to have `front` `popFront`, `back`, and `popBack` methods to get the largest or smallest items...

enhancement

Some containers have `insert` methods that return `void`, others `size_t`, or `T*` and so on. Figure out if it makes sense to make these standardized.

enhancement

DCD has no support for the Uniform Function Call Syntax.

bug

Given the following code (vertical pipe is the cursor position) ``` struct SomeStruct(T) { T field; } SomeStruct!(float) bar; bar.field.| ``` DCD should show completions such as "max", "epsilon", etc.

bug

Create a Notepad++ plugin for DCD. Notepad++ uses Scintilla, so the behavior should be very similar to the Textadept plugin. http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=Plugin_Development

enhancement

https://github.com/dlang/DIPs/blob/master/DIPs/accepted/DIP1030.md

Spec / content
Needs Rebase
stalled
Waiting for DMD PR

http://forum.dlang.org/thread/[email protected] The `Symbol` rule only appears as an alternative to the `Type`, `AssignExpression`, or `Expression` rules, but the `Symbol` rule is a subset of these other rules. Because of this,...

Needs Approval
Spec / content
Needs Rebase
stalled
Vision

This causes behavior to differ between debug and release builds.

enhancement
static analysis
new check proposal