digitalmars.D.bugs - [Issue 9302] New: Document extern properly
- d-bugmail puremagic.com (20/20) Jan 12 2013 http://d.puremagic.com/issues/show_bug.cgi?id=9302
- d-bugmail puremagic.com (6/6) Jan 12 2013 http://d.puremagic.com/issues/show_bug.cgi?id=9302
- d-bugmail puremagic.com (13/13) Jan 12 2013 http://d.puremagic.com/issues/show_bug.cgi?id=9302
- d-bugmail puremagic.com (9/9) Jan 12 2013 http://d.puremagic.com/issues/show_bug.cgi?id=9302
- d-bugmail puremagic.com (18/18) Mar 05 2013 http://d.puremagic.com/issues/show_bug.cgi?id=9302
- d-bugmail puremagic.com (8/18) Mar 05 2013 http://d.puremagic.com/issues/show_bug.cgi?id=9302
http://d.puremagic.com/issues/show_bug.cgi?id=9302 Summary: Document extern properly Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: pull Severity: enhancement Priority: P2 Component: websites AssignedTo: andrej.mitrovich gmail.com ReportedBy: andrej.mitrovich gmail.com 08:29:09 PST --- extern is used both as a storage class and as a linkage attribute. Although both are documented they should be linked to one another and example code should be provided to avoid any confusion between the two. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jan 12 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9302 08:30:48 PST --- https://github.com/D-Programming-Language/d-programming-language.org/pull/237 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jan 12 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9302 Commits pushed to master at https://github.com/D-Programming-Language/d-programming-language.org https://github.com/D-Programming-Language/d-programming-language.org/commit/cf59d99871e99ab61e11633f04cad9ac68a5600b Fixes Issue 9302 - Extern is used both as a storage class and as a linkage attribute. https://github.com/D-Programming-Language/d-programming-language.org/commit/eee1cd8143422e9b64a12e1456b22eba2ca9290d Issue 9302 - Extern is used both as a storage class and as a linkage attribute -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jan 12 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9302 Andrej Mitrovic <andrej.mitrovich gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jan 12 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9302 Bruno Medeiros <bdom.pub+deebugz gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bdom.pub+deebugz gmail.com 06:57:25 PST --- There is still an error in the docs in the part that says: " D conventions are: extern (D): or: extern: " The last "or: extern:" should be removed because that syntax is interpreted as the storage class, not linkage ? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Mar 05 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9302 07:02:45 PST ---There is still an error in the docs in the part that says: " D conventions are: extern (D): or: extern: " The last "or: extern:" should be removed because that syntax is interpreted as the storage class, not linkage ?Yes exactly, thanks. https://github.com/D-Programming-Language/d-programming-language.org/pull/294 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Mar 05 2013