Thread overview
[Issue 4634] New: typo in levenshteinDistanceAndPath documentation
Aug 12, 2010
Nick Treleaven
Aug 12, 2010
Nick Treleaven
Oct 08, 2010
Shin Fujishiro
Oct 13, 2010
Shin Fujishiro
August 12, 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4634

           Summary: typo in levenshteinDistanceAndPath documentation
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Phobos
        AssignedTo: nobody@puremagic.com
        ReportedBy: ntrel-public@yahoo.co.uk


--- Comment #0 from Nick Treleaven <ntrel-public@yahoo.co.uk> 2010-08-12 10:58:55 PDT ---
assert(p.field[0], 3);

should be:

assert(p.field[0] == 3);

patch attached ;-)

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
August 12, 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4634



--- Comment #1 from Nick Treleaven <ntrel-public@yahoo.co.uk> 2010-08-12 11:00:07 PDT ---
Created an attachment (id=714)
fix

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


Shin Fujishiro <rsinfu@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |rsinfu@gmail.com
         AssignedTo|nobody@puremagic.com        |rsinfu@gmail.com


--- Comment #2 from Shin Fujishiro <rsinfu@gmail.com> 2010-10-08 01:42:59 PDT ---
Seemingly there're more typos in std.algorithm. I'll look into it.

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


Shin Fujishiro <rsinfu@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


--- Comment #3 from Shin Fujishiro <rsinfu@gmail.com> 2010-10-13 09:14:03 PDT ---
Fixed in svn trunk r2101. Thanks!

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------