Thread overview
[Issue 8519] New: winsamp.d doesn't compile with 2.060
Aug 07, 2012
run3@myopera.com
Aug 08, 2012
Walter Bright
Aug 19, 2012
run3@myopera.com
Sep 11, 2012
ponce
Sep 11, 2012
Walter Bright
August 07, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8519

           Summary: winsamp.d doesn't compile with 2.060
           Product: D
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: druntime
        AssignedTo: nobody@puremagic.com
        ReportedBy: run3@myopera.com


--- Comment #0 from run3@myopera.com 2012-08-07 16:17:08 PDT ---
cd dmd2\samples\d
dmd winsamp winsamp.def
winsamp.d(47): Error: cannot implicitly convert expression (& WindowProc) of
type extern (Windows) int function(void* hWnd, uint message, uint wParam, int
lParam) to extern (Windows) int function(void*, uint, uint, int) nothrow

It works with dmd2.059.

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


Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com
           Severity|normal                      |regression


--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> 2012-08-07 17:41:34 PDT ---
Marking as regression.

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



--- Comment #2 from run3@myopera.com 2012-08-18 20:44:32 PDT ---
https://github.com/D-Programming-Language/druntime/commit/2886846a92c45d92308756cf4c077ae13f0f8460

Two options
1 - revert the change
2 - modify winsamp.d (and all user code)

What do you think?

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


ponce <aliloko@gmail.com> changed:

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


--- Comment #3 from ponce <aliloko@gmail.com> 2012-09-11 10:45:32 PDT ---
https://github.com/D-Programming-Language/dmd/pull/1103

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



--- Comment #4 from github-bugzilla@puremagic.com 2012-09-11 15:15:19 PDT ---
Commit pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/70d482cce57c7692de68a307fe0f256f38ffa6a7 Update samples/winsamp.d

Fixing Issue 8519 - winsamp.d doesn't compile with 2.060

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


Walter Bright <bugzilla@digitalmars.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: -------