December 01 Issues » [Issue 21385] std.random.uniform!T(urng) for integer T disregards urng.min and urng.max when producing the result so it may not actually be uniform | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=21385 --- Comment #1 from dlangBugzillaToGithub <robert.schadek... | |||
December 01 Issues » [Issue 19027] iota(int.min, int.max).length is incorrect | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=19027 --- Comment #2 from dlangBugzillaToGithub <robert.schadek... | |||
November 25 Issues » [Issue 19348] Struct casts should be better documented. | |||
|---|---|---|---|
| |||
...20,0]; // OK
s = cast(S) long.max; // error
}
Error: cannot cast expression `9223372036854775807L` of... | |||
November 19 Issues » [Issue 24867] Wrong deprecation warning of @system variable usage under CTFE | |||
|---|---|---|---|
| |||
...bug. The default aggregate alignment is the max of its members, so the common `align... | |||
November 17 Issues » [Issue 24863] DMD v2.109.0 on OpenBSD out of memory when attempting to compile OneDrive for Linux | |||
|---|---|---|---|
| |||
...may be set too low. Increasing the current and max values fixed the issue. Resolving. -- | |||
November 15 DIP Ideas » Re: Allow designated initialization of struct | |||
|---|---|---|---|
| |||
...limits.h>
int main()
{
short x = SHRT_MAX;
short div = 1;
short y = x / div... | |||
November 14 General » The Problems On Free List Allocator in phobos and My Improve Ideas | |||
|---|---|---|---|
| |||
...be allocated is not in the `[min, max]` range, it instead requests the parent allocator... | |||
November 12 Issues » [Issue 24855] New: VRP fails to prevent overflow after division | |||
|---|---|---|---|
| |||
...dlang.org
```
void f()
{
short x = short.max;
short div = 1;
short y = x / div... | |||
November 08 DIP Ideas » Re: Allow designated initialization of struct | |||
|---|---|---|---|
| |||
...it allows it.
```d
short x = short.max;
short div = 1;
short y = x / div... | |||
November 08 Learn » Re: Error with -betterC | |||
|---|---|---|---|
| |||
...are not generated therefore this is why I get the linker errors ? Kind regards, Max | |||
Copyright © 1999-2021 by the D Language Foundation