Thread overview
[Issue 4202] New: Changset 1517 doesn't compile.
May 18, 2010
Lukasz Wrzosek
May 18, 2010
Masahiro Nakagawa
Jun 15, 2010
Brad Roberts
May 18, 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4202

           Summary: Changset 1517 doesn't compile.
           Product: D
           Version: unspecified
          Platform: x86
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: nobody@puremagic.com
        ReportedBy: luk.wrzosek@gmail.com


--- Comment #0 from Lukasz Wrzosek <luk.wrzosek@gmail.com> 2010-05-17 18:28:31 PDT ---
Created an attachment (id=635)
Fix for  build break on linux

std/mmfile.d(132): Error: function std.file.stat64 (in const(char*),
struct_stat64*) is not callable using argument types (int,struct_stat64*)
std/mmfile.d(132): Error: cannot implicitly convert expression (this.fd) of
type int to const(char*)
Error: integral constant must be scalar type, not _error_
make[1]: *** [generated/posix/debug/libphobos2.a] Błąd 1
make: *** [debug] Błąd 2



attached patch fixes issue

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


Masahiro Nakagawa <repeatedly@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |repeatedly@gmail.com


--- Comment #1 from Masahiro Nakagawa <repeatedly@gmail.com> 2010-05-18 04:48:57 PDT ---
changeset 1522

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


Brad Roberts <braddr@puremagic.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |braddr@puremagic.com
         Resolution|                            |FIXED


--- Comment #2 from Brad Roberts <braddr@puremagic.com> 2010-06-15 02:09:39 PDT ---
fixed in 2.047

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