| Thread overview | |||||||
|---|---|---|---|---|---|---|---|
|
December 04, 2014 [Issue 13814] renamed selective import (alias) don't work with eponymous template | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=13814 Martin Nowak <code@dawg.eu> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|renamed selective alias |renamed selective import |don't work with eponymous |(alias) don't work with |template |eponymous template -- | ||||
December 04, 2014 [Issue 13814] renamed selective import (alias) don't work with eponymous template | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=13814 --- Comment #1 from Martin Nowak <code@dawg.eu> --- Selective imports that aren't renamed don't work either. cat > bug.d << CODE template format() { import std.string : format; } void test() { format(""); } CODE dmd -c bug.d -- | ||||
June 09, 2015 [Issue 13814] renamed selective import (alias) don't work with eponymous template | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=13814 Andrei Alexandrescu <andrei@erdani.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |D2 -- | ||||
December 17, 2022 [Issue 13814] renamed selective import (alias) don't work with eponymous template | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=13814 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 |P3 -- | ||||
4 days ago [Issue 13814] renamed selective import (alias) don't work with eponymous template | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=13814 --- Comment #2 from dlangBugzillaToGithub <robert.schadek@posteo.de> --- THIS ISSUE HAS BEEN MOVED TO GITHUB https://github.com/dlang/dmd/issues/18920 DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB -- | ||||
Copyright © 1999-2021 by the D Language Foundation
Permalink
Reply