Ticket #18 (closed defect: wontfix)

Opened 8 months ago

Last modified 6 months ago

Merge path.d and Loader.d

Reported by: JJR Assigned to: JJR
Priority: minor Milestone: Pre-release 8
Component: Loader System Version: TRUNK
Keywords: Cc:

Description

It seems there is little point in keeping these two modules separate. I think it makes sense to just combine these files, specifically to merge path.d into Loader.d. path.d is imported wherever Loader.d is imported anyway, so this makes sense. I don't think paths.d is imported alone anywhere.

Change History

12/31/07 11:44:42 changed by JJR

  • priority changed from major to minor.
  • version changed from Pre-release 7 to TRUNK.
  • component changed from Addon - gda to Loader System.
  • milestone set to Pre-release 8.

02/16/08 12:34:07 changed by Mike Wey

I'd rather keep them as is so the code to get the path is nicely separated from the loading functions.

03/12/08 06:36:23 changed by okibi

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

(Read my latest post on the forums).

I'm going to have to agree with Mike Way on this one. They should remain separated for the reason stated.