Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #1854 (closed defect: fixed)

Opened 14 years ago

Last modified 14 years ago

bob.rb darwin => osx

Reported by: mwarning Assigned to: mwarning
Priority: major Milestone: 1.0
Component: Tango Version: 0.99.9 Kai
Keywords: Cc:

Description

bob.rb uses "darwin" as OS identifier for MacOSX.
"darwin" would need to be changed to "osx" to be consistent with bob.d.

Attachments

bob.rb.patch (2.5 kB) - added by mwarning on 05/16/10 14:19:34.
darwin -> osx, thanks doob

Change History

02/11/10 11:00:21 changed by doob

1. Where is the source for the Mac OS X version of bob.d 2. Isn't "darwin" used all over the place in tango to identify Mac OS X? 3. Every Mac OS X specific package is named "darwin"

(follow-up: ↓ 3 ) 02/11/10 12:38:34 changed by larsivi

1. See ticket #1846 for now 2. darwin is the old (GDC) version id, OSX the new (DMD) 3. Maybe we should consider changing that in the long run

(in reply to: ↑ 2 ; follow-up: ↓ 4 ) 02/11/10 14:59:22 changed by doob

Replying to larsivi:

2. darwin is the old (GDC) version id, OSX the new (DMD)

I was hoping that eventually gdc would be supported again, where darwin is the only identifier that is set

3. Maybe we should consider changing that in the long run

Talk about unnecessary work

(in reply to: ↑ 3 ) 02/14/10 11:27:27 changed by larsivi

Replying to doob:

Replying to larsivi:

2. darwin is the old (GDC) version id, OSX the new (DMD)

I was hoping that eventually gdc would be supported again, where darwin is the only identifier that is set

3. Maybe we should consider changing that in the long run

Talk about unnecessary work

Blame Walter

04/24/10 22:11:10 changed by kris

  • owner changed from kris to larsivi.

04/24/10 22:16:28 changed by larsivi

mwarning: Exactly what is it you think should be changed from darwing to OSX in bob.rb?

05/16/10 14:19:34 changed by mwarning

  • attachment bob.rb.patch added.

darwin -> osx, thanks doob

05/24/10 14:27:19 changed by mwarning

  • owner changed from larsivi to mwarning.

05/24/10 14:32:48 changed by mwarning

  • status changed from new to closed.
  • resolution set to fixed.

(In [5470]) fixes #1854 darwin => osx, thanks doob