Arbit - project tracking

PHP Depend

#66: Dependency wiring should be done at the end of the parsing process

Issue revisions

  • new by Manuel Pichler at 2009-M-04 12:43
  • assigned by Manuel Pichler at 2009-M-04 18:05
  • assigned by Manuel Pichler at 2009-M-04 18:06
  • closed by Manuel Pichler at 2009-M-15 21:18
Type enhancement enhancement
State closed closed
Priority medium medium
Resolution implemented implemented
Assigned to Manuel Pichler
Scheduled for 0.9.5
Affected versions 0.8.0, 0.8.1, 0.9.0, 0.9.1, 0.9.2, 0.9.3, 0.9.4
Affected components Parser
Last change Friday 15 May 2009 21:18:51 UTC by Manuel Pichler

Short description

At the moment dependency wiring is done during the parsing process, which causes unnecessary replace operations when an assumed class is an interface and so. Therefore we should do it at the end of the parsing process, when the complete source code was parsed and a complete symbol table exists.

  • Manuel Pichler at Wednesday 4 March 2009 18:06:17 UTC

    Schedule version set

  • Manuel Pichler at Friday 15 May 2009 21:18:51 UTC

    Implemented since svn revision #855