Search

July 17
General »
...it as `@trusted` and add it to todo list. But if you are, for instance...
July 15
General »
...one. The remaining @trusted annotations are the TODO list.

If there's another practical way...
July 13
General »
...start at the leaves, and put your TODO's in comments.

OpenD has an interesting...
July 11
General »
...works.

And, as you observe, grepping for "@trusted" makes for a builtin-in TODO list!
April 07
General »
...a bug report yet, but will, so it makes it onto someone's todo list.
March 18
DIP Development »
...assert(s1 == s2); // TODO
    auto a3 = [a1, a2];
    auto s3 = [s1, s2]; // TODO
}
```

This is...
March 11
General »
...understand, D team have the task in TODO list about implementation something like "null safety"?
March 11
General »
...It is at the top of my todo list for memory safety research for D...
February 26
General »
...here ?

```d
string getRightMangling(alias T)()
{
    return "todo" // ;)
}

pragma(mangle, getRightMangling!(add))
extern(C++) int...
February 24
Announce »
...work.

I used dustmite to minify the TODO modules to know what is required to...
1 2 3
Next ›   Last »