www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 5318] New: core.sys.osx: add version (OSX) at top of all files.

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=5318

           Summary: core.sys.osx: add version (OSX) at top of all files.
           Product: D
           Version: D2
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: druntime
        AssignedTo: sean invisibleduck.org
        ReportedBy: ibuclaw ubuntu.com



Patch:

--- druntime-trunk~/src/core/sys/osx/mach/kern_return.d    2010-06-02
20:21:38.000000000 +0100
+++ druntime-trunk/src/core/sys/osx/mach/kern_return.d    2010-12-04
21:42:17.505486612 +0000
   -12,6 +12,8   
  */
 module core.sys.osx.mach.kern_return;

+version (OSX):
+
 extern (C):

 alias int kern_return_t;
--- druntime-trunk~/src/core/sys/osx/mach/port.d    2010-06-02
20:21:38.000000000 +0100
+++ druntime-trunk/src/core/sys/osx/mach/port.d    2010-12-04
21:42:17.509486612 +0000
   -12,6 +12,8   
  */
 module core.sys.osx.mach.port;

+version (OSX):
+
 extern (C):

 version( X86 )
--- druntime-trunk~/src/core/sys/osx/mach/semaphore.d    2010-06-02
20:21:38.000000000 +0100
+++ druntime-trunk/src/core/sys/osx/mach/semaphore.d    2010-12-04
21:42:17.509486612 +0000
   -12,6 +12,8   
  */
 module core.sys.osx.mach.semaphore;

+version (OSX):
+
 public import core.sys.osx.mach.kern_return;
 public import core.sys.osx.mach.port;

--- druntime-trunk~/src/core/sys/osx/mach/thread_act.d    2010-06-02
20:21:38.000000000 +0100
+++ druntime-trunk/src/core/sys/osx/mach/thread_act.d    2010-12-04
21:42:17.509486612 +0000
   -12,6 +12,8   
  */
 module core.sys.osx.mach.thread_act;

+version (OSX):
+
 public import core.sys.osx.mach.kern_return;
 public import core.sys.osx.mach.port;

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Dec 04 2010
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=5318


Iain Buclaw <ibuclaw ubuntu.com> changed:

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



Patch got merged earlier this month.

https://github.com/D-Programming-Language/druntime/blob/dbd3be3ba7de97cafbb8357bd56f562084cdb96c/src/core/sys/osx/mach/port.d

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