www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 6748] New: Library specifications are not up to version.

reply d-bugmail puremagic.com writes:
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



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: -------
Sep 30 2011
next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=6748


Jonathan M Davis <jmdavisProg gmx.com> changed:

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



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: -------
Sep 30 2011
prev sibling next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=6748




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: -------
Oct 03 2011
prev sibling next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=6748




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: -------
Oct 03 2011
prev sibling next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=6748




PDT ---
The comment resolves the bug.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Oct 03 2011
prev sibling parent d-bugmail puremagic.com writes:
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: -------
Oct 03 2011