mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-598: Make AbstractFileDriver::findMappingFile a strategy #733
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (May 17, 2010).
Originally assigned to: @guilhermeblanco on GitHub.
Jira issue originally created by user @guilhermeblanco:
Make it implements a strategy instead of be fixed.
Possibilities are * and \ to DIRECTORY*SEPARATOR
Currently the default is \ to . only
@doctrinebot commented on GitHub (May 18, 2010):
Comment created by @guilhermeblanco:
54475f250eis a patch to support this enhancement.
@doctrinebot commented on GitHub (May 19, 2010):
Comment created by romanb:
Can this be closed? It turned out to be not doable in a decent way.
@doctrinebot commented on GitHub (May 19, 2010):
Comment created by @guilhermeblanco:
Class to File
File to Class
implementations must be supported. This means that will be no way to differenciate between * and \ when converting DIRECTORY*SEPARATOR of file to class.
So we cannot proper fix this (there's no way to do it)
@doctrinebot commented on GitHub (May 19, 2010):
Issue was closed with resolution "Can't Fix"