July 25 DIP Ideas » Re: Mixin every entity | |||
|---|---|---|---|
| |||
...in Phobos, see [std.typecons.wrap][1]. [1]: https://dlang.org/library/std/typecons/wrap... | |||
July 25 Issues » [Issue 18552] std.datetime.date.Date strips year int argument to short | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=18552
feklushkin.denis@gmail.com changed:
What... | |||
July 25 General » Re: [Not really OT] Crowdstrike Analysis: It was a NULL pointer from the memory unsafe C++ language. | |||
|---|---|---|---|
| |||
...allows corruption going unnoticed:
mems.d
```
import std.stdio;
auto foo ()
{
int [4] f = [1... | |||
July 25 Issues » [Issue 24681] New: rawWrite on closed File and closed pipe segfault | |||
|---|---|---|---|
| |||
...related: #21728, #21729
segfpipe.d
```
import std.stdio;
import std.process;
void main ()
{
auto p... | |||
July 23 Issues » [Issue 24672] New: duplicate renamed import not diagnosed on function-scope | |||
|---|---|---|---|
| |||
...gmail.com ```d import x = std.stdio; import x = std.file; // Error: import `y` conflicts... | |||
July 22 General » Re: Better SDLang | |||
|---|---|---|---|
| |||
...on screen than eg. parsing JSON with std.json
```d
result.name = dubFile["name"].str... | |||
July 22 General » Re: D not considered memory safe | |||
|---|---|---|---|
| |||
...compile with -preview=in -preview=dip1000 import std.stdio; const(int)[] global; void f(in... | |||
July 22 DIP Ideas » Re: Grouped named import | |||
|---|---|---|---|
| |||
...do this: ```d import x = std.stdio; import x = std.file; ``` If that is intended... | |||
July 21 Issues » [Issue 23487] std.experimental.logger assigning FileLogger to sharedLog no longer works | |||
|---|---|---|---|
| |||
...Bastiaan Veelo: Update documentation. Fix Bugzilla 23487 - std.experimental.logger assigning FileLogger to sharedLog no... | |||
July 21 Learn » Re: Using FFI to write a std::string to a buffer passed in from D | |||
|---|---|---|---|
| |||
Using placement new like you suggested seems to have solved my issue perfectly. I would... | |||
Copyright © 1999-2021 by the D Language Foundation