Thread overview
[Issue 6748] New: Library specifications are not up to version.
Sep 30, 2011
Timofei Bolshakov
Sep 30, 2011
Jonathan M Davis
Oct 03, 2011
Timofei Bolshakov
Oct 03, 2011
Timofei Bolshakov
Oct 03, 2011
Timofei Bolshakov
Oct 03, 2011
Timofei Bolshakov
September 30, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6748

           Summary: Library specifications are not up to version.
           Product: D
           Version: D2
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: websites
        AssignedTo: nobody@puremagic.com
        ReportedBy: tbolsh@gmail.com


--- Comment #0 from Timofei Bolshakov <tbolsh@gmail.com> 2011-09-30 11:37:56 PDT ---
My code was developed on dmd version 2.052 and now I am trying to update my code according to requirements from dmd 2.055. It generates multiple deprecation warnings, like:

Notice: As of Phobos 2.054, std.string.zfill has been scheduled for deprecation in January 2012. Please use std.string.rightJustify with a fillChar of '0' instead.

But the rightJustify is not in the http://www.digitalmars.com/d/2.0/phobos/std_string.html

I do not think documentation was changed since 2.053 (Last update Wed May 18 11:23:50 2011) - so, it is hard or impossible to follow such a Notices.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
September 30, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6748


Jonathan M Davis <jmdavisProg@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jmdavisProg@gmx.com


--- Comment #1 from Jonathan M Davis <jmdavisProg@gmx.com> 2011-09-30 12:14:37 PDT ---
Arguably, that page should not even exist anymore, since that is no longe D's official site, and the main page redirects you to the official site, but it _is_ still possible to go to those pages directly. I don't know what Walter's exact intentions with that are. Certainly, those pages are obviously not being updated.

Regardless, the official site for D is now d-programming-language.org, and the updated documentation is there: http://d-programming-language.org/phobos/std_string.html#rightJustify

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
October 03, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6748



--- Comment #2 from Timofei Bolshakov <tbolsh@gmail.com> 2011-10-03 08:20:26 PDT ---
Created an attachment (id=1031)
Module where 2 classes are defined, initialization of RBT is done in inner
class constrcutor

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
October 03, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6748



--- Comment #3 from Timofei Bolshakov <tbolsh@gmail.com> 2011-10-03 08:21:56 PDT ---
Created an attachment (id=1032)
Module where I try to use that classes and RBT

If those classes and the RBT will be used in the same module - everything is fine.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
October 03, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6748



--- Comment #4 from Timofei Bolshakov <tbolsh@gmail.com> 2011-10-03 08:31:39 PDT ---
The comment resolves the bug.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
October 03, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6748


Timofei Bolshakov <tbolsh@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: -------