mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-183: Annotation parser barfs on "@something at." #226
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 (Nov 30, 2009).
Originally assigned to: @guilhermeblanco on GitHub.
Jira issue originally created by user amirabiri:
Here's an odd one: The annotations parser has some quirk where it barfs if the comment contains a line that starts with any tag and ends with "at.":
The result is:
@doctrinebot commented on GitHub (Nov 30, 2009):
Comment created by ivo.nascimento:
i, I'm attempting to fix this one myself. Patch will be uploaded when ready.
@doctrinebot commented on GitHub (Dec 22, 2009):
Comment created by @guilhermeblanco:
In r6974 this issue was fixed.
@doctrinebot commented on GitHub (Dec 22, 2009):
Issue was closed with resolution "Fixed"