Bug #41499

Class cache is not flushed from class changes

Added by Christopher Hlubek almost 3 years ago. Updated almost 3 years ago.

Status:Resolved Start date:2012-10-01
Priority:Must have Due date:
Assigned To:Christopher Hlubek % Done:

100%

Category:-
Target version:-
PHP Version: Complexity:
Has patch:No Affected Flow version:Git 1.2 (master)

Description

An updated class file is picked up correctly from the file monitoring but the according cache entries are not flushed, since the file name doesn't have the supposed layout after the PSR-0 refactoring.

Associated revisions

Revision 3d0a981f
Added by Christopher Hlubek almost 3 years ago

[BUGFIX] Fix monitoring of changed class files

This change fixes the resolving of the class name from a changed file
since the PSR-0 changes caused some problems with the assumption of
the class name layout in that place. The change keeps the old
behavior for test files since these are not yet updated to a new
layout.

Resolves: #41499
Releases: 1.2
Change-Id: Idc1d9d48998a0de0ecd07f834baa769ddf1e5ba4

History

#1 Updated by Gerrit Code Review almost 3 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/15199

#2 Updated by Gerrit Code Review almost 3 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/15199

#3 Updated by Gerrit Code Review almost 3 years ago

Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/15199

#4 Updated by Christopher Hlubek almost 3 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100

Also available in: Atom PDF