Thread overview | ||||||
---|---|---|---|---|---|---|
|
January 05, 2011 [Issue 5412] New: import wtf2 | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=5412 Summary: import wtf2 Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: ellery-newcomer@utulsa.edu --- Comment #0 from Ellery Newcomer <ellery-newcomer@utulsa.edu> 2011-01-04 17:26:53 PST --- quick, what does the following code do? import A = std.algorithm; import A = std.string; import std.stdio; void main(){ writeln(A.indexOf("abc","b")); } also, what does it do when you comment out either of the 'import A'? partial answer: it happily compiles in all three cases. though this example is a bit unglamorous since indexOf does the same thing either way. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
February 18, 2012 [Issue 5412] import wtf2 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Ellery Newcomer | http://d.puremagic.com/issues/show_bug.cgi?id=5412 --- Comment #1 from github-bugzilla@puremagic.com 2012-02-18 11:04:37 PST --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/d56aa5f2aa1bb228511a08b26999022ed62fb19e fixed Issue 5412 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
February 18, 2012 [Issue 5412] import wtf2 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Ellery Newcomer | http://d.puremagic.com/issues/show_bug.cgi?id=5412 --- Comment #2 from github-bugzilla@puremagic.com 2012-02-18 11:47:28 PST --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/ebee93a3743e10d9826b371c8217f3ab45b1d54b Revert "fixed Issue 5412" This reverts commit d56aa5f2aa1bb228511a08b26999022ed62fb19e. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
February 19, 2012 [Issue 5412] import wtf2 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Ellery Newcomer | http://d.puremagic.com/issues/show_bug.cgi?id=5412 Walter Bright <bugzilla@digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |bugzilla@digitalmars.com Resolution| |FIXED --- Comment #3 from Walter Bright <bugzilla@digitalmars.com> 2012-02-18 18:40:09 PST --- https://github.com/D-Programming-Language/dmd/pull/732 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation