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

Ticket #1014 (closed defect: fixed)

Opened 6 months ago

Last modified 6 months ago

tango.io.FilePath uses tango.io.Path.FP inconsistently

Reported by: sean Assigned to: kris
Priority: major Milestone: 0.99.6
Component: Core Functionality Version: 0.99.5 Jascha
Keywords: Cc:

Description

FilePath? contains a declaration "private FP fp" but never creates an instance of FP, and then uses both "FP" and "fp" for the relevant calls. I suggest that the class variable "fp" be removed entirely and "FP" used everywhere.

Change History

04/04/08 00:27:43 changed by kris

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

leftover junk from earlier. Thanks for pointing this out :)

04/04/08 00:28:23 changed by kris

(In [3412]) fixes #1014