November 13 Issues » [Issue 24858] New: maxIndex but not minIndex sometimes returns the index as an array with a single element | |||
|---|---|---|---|
| |||
...with dmd v2.109.1 ``` import std.math: fabs; import std.algorithm: minIndex, maxIndex; double... | |||
November 13 Issues » [Issue 24857] Unknown error while instantiating: __traits(compiles) hides the real issue | |||
|---|---|---|---|
| |||
...more than this:
```
template AllMembersInModule(alias Module) {
import std.meta : Filter;
alias all_members = __traits... | |||
November 13 Issues » [Issue 24857] New: Unknown error while instantiating: __traits(compiles) hides the real issue | |||
|---|---|---|---|
| |||
...a bit further):
```
template AllMembersInModule(alias Module) {
import std: AliasSeq, Filter;
alias all_members = AliasSeq... | |||
November 13 Issues » [Issue 24856] New: std.array.Appender.ensureAddable can create stale memory references | |||
|---|---|---|---|
| |||
...always works:
```
void main()
{
import std.array;
import core.memory;
import std.stdio;
void*[] blk... | |||
November 12 Issues » [Issue 16665] static assert is only checked after the following dependent type declaration | |||
|---|---|---|---|
| |||
...Posix)
public import core.sys.posix.stdc.time;
else version (Windows)
public import core.sys... | |||
November 11 Issues » [Issue 24854] New: An @disabled opAssign is generated when it doesn't need to be @disabled | |||
|---|---|---|---|
| |||
...In any case, this code
```
void main()
{
import std.traits;
static struct Member
{
@disable void... | |||
November 09 General » Re: Porting std.typecons to Phobos 3 | |||
|---|---|---|---|
| |||
...in the sense you have nothing to import, https://odin-lang.org/docs/overview/#maybet... | |||
November 07 Issues » [Issue 24847] New: std.concurrency.initOnce does not work with -preview=nosharedaccess | |||
|---|---|---|---|
| |||
...nobody@puremagic.com
Reporter: sludwig@outerproduct.org
---
import std.concurrency;
class C {}
shared C instance... | |||
November 06 Issues » [Issue 24845] New: Compiler error when trying to access AA value of an enum instance | |||
|---|---|---|---|
| |||
...dlang/dmd/generated/linux/release/64/../../../../druntime/import -I/home/mai/projects/dlang/dmd/generated... | |||
November 05 Issues » [Issue 24844] New: BigInt multiplication of 0 by integral (non-BigInt) type creates "-0" (negative zero) | |||
|---|---|---|---|
| |||
...bug, and when it occurs:
import std.stdio : writeln;
import std.bigint;
void main() {
BigInt... | |||
Copyright © 1999-2021 by the D Language Foundation