July 17 General » Re: D not considered memory safe | |||
|---|---|---|---|
| |||
...it as `@trusted` and add it to todo list. But if you are, for instance... | |||
July 15 General » Re: D not considered memory safe | |||
|---|---|---|---|
| |||
...one. The remaining @trusted annotations are the TODO list. If there's another practical way... | |||
July 13 General » Re: D not considered memory safe | |||
|---|---|---|---|
| |||
...start at the leaves, and put your TODO's in comments. OpenD has an interesting... | |||
July 11 General » Re: D not considered memory safe | |||
|---|---|---|---|
| |||
...works. And, as you observe, grepping for "@trusted" makes for a builtin-in TODO list! | |||
April 07 General » Re: Statics, FreeBSD | |||
|---|---|---|---|
| |||
...a bug report yet, but will, so it makes it onto someone's todo list. | |||
March 18 DIP Development » Re: First Draft: Implicit Conversion of Template Instantiations | |||
|---|---|---|---|
| |||
...assert(s1 == s2); // TODO
auto a3 = [a1, a2];
auto s3 = [s1, s2]; // TODO
}
```
This is... | |||
March 11 General » Re: Memory safe in D | |||
|---|---|---|---|
| |||
...understand, D team have the task in TODO list about implementation something like "null safety"? | |||
March 11 General » Re: Memory safe in D | |||
|---|---|---|---|
| |||
...It is at the top of my todo list for memory safety research for D... | |||
February 26 General » Re: How to make D resolve C++ symbols by mangling symbols with the Itanium ABI on Windows | |||
|---|---|---|---|
| |||
...here ?
```d
string getRightMangling(alias T)()
{
return "todo" // ;)
}
pragma(mangle, getRightMangling!(add))
extern(C++) int... | |||
February 24 Announce » Re: DMD Compiler as a Library: A Call to Arms | |||
|---|---|---|---|
| |||
...work. I used dustmite to minify the TODO modules to know what is required to... | |||
Copyright © 1999-2021 by the D Language Foundation