digitalmars.D.bugs - [Issue 8797] New: std.traits std.typetuple.Alias is private and used in std.traits
- d-bugmail puremagic.com (21/21) Oct 10 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8797
- d-bugmail puremagic.com (13/13) Oct 10 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8797
- d-bugmail puremagic.com (6/6) Oct 11 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8797
- d-bugmail puremagic.com (12/12) Oct 26 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8797
http://d.puremagic.com/issues/show_bug.cgi?id=8797 Summary: std.traits std.typetuple.Alias is private and used in std.traits Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Phobos AssignedTo: nobody puremagic.com ReportedBy: deadalnix gmail.com --- Comment #0 from deadalnix <deadalnix gmail.com> 2012-10-10 15:04:14 PDT --- For instance at line 2339. Nothing comoile due to dmd complaining about Alias being private (and dmd is right). This is with dmd head. 2.060 don't complain (and it is a bugguy behavior). -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Oct 10 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8797 Jonathan M Davis <jmdavisProg gmx.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jmdavisProg gmx.com --- Comment #1 from Jonathan M Davis <jmdavisProg gmx.com> 2012-10-10 15:12:12 PDT --- Until _very_ recently (post-2.060), all templates were public even if they were marked as private (I don't recall the bug number though). So, there are likely to be quite a few bugs in people's code caused by the fix. I have no idea how much Phobos will be affected by it though. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Oct 10 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8797 --- Comment #2 from deadalnix <deadalnix gmail.com> 2012-10-11 03:03:54 PDT --- Indeed, I have similar error in my own code. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Oct 11 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8797 Alex Rønne Petersen <alex lycus.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |alex lycus.org Resolution| |FIXED --- Comment #3 from Alex Rønne Petersen <alex lycus.org> 2012-10-26 20:09:01 CEST --- https://github.com/D-Programming-Language/phobos/pull/895 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Oct 26 2012