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

Ticket #319 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

Rename tango.math.Core?

Reported by: kris Assigned to: Don Clugston
Priority: major Milestone: 0.96 Beta 2
Component: Core Functionality Version:
Keywords: Cc:

Description

Should we rename tango.math.Core to be something more specific? For example, tango.math.Math?

I ask because there's a clash of module names (at the librarian level). Also looking to change the other culprit. What do you think, Don?

Change History

03/09/07 03:15:10 changed by Don Clugston

I don't really care. I'd proposed the convention of using 'Core' for the basic functionality of any library, but the linker won't allow us to reuse module names, it's an abject failure. (If there's no other module called 'Core', then it's silly to have math.Core).

The convention of using the library name, but uppercased (tango.math.Math) would be my next preferred option.

03/13/07 17:14:58 changed by larsivi

I agree with tango.math.Math. Can this be effectuated? Please :)

03/14/07 06:47:55 changed by Don Clugston

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

Done. Although parts of Tango outside my control may need to be changed as well -- I'm not going to modify anyone else's code.