November 23, 2011 [Issue 6990] New: std.string.splitlines deprecation doc missing a word | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=6990 Summary: std.string.splitlines deprecation doc missing a word Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: Phobos AssignedTo: nobody@puremagic.com ReportedBy: andrej.mitrovich@gmail.com --- Comment #0 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2011-11-22 17:16:29 PST --- http://d-programming-language.org/phobos/std_string.html#splitlines "Scheduled for deprecation in January 2012. Please use instead." should be: "Scheduled for deprecation in January 2012. Please use *splitLines* instead." Not sure why it's not generated like that, the code is: * $(RED Scheduled for deprecation in January 2012. * Please use $(LREF, splitLines) instead.) -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
November 23, 2011 [Issue 6990] std.string.splitlines deprecation doc missing a word | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrej Mitrovic | http://d.puremagic.com/issues/show_bug.cgi?id=6990 Jonathan M Davis <jmdavisProg@gmx.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |jmdavisProg@gmx.com Resolution| |FIXED --- Comment #1 from Jonathan M Davis <jmdavisProg@gmx.com> 2011-11-22 19:05:54 PST --- It's because the comma shouldn't be there. Fixed. https://github.com/D-Programming-Language/phobos/commit/5d90bc3f10cd272e42629e5c03f2e8dabb1eb6cc -- 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