Results 69 comments of Doctrine Bot

Comment created by @beberlei: Consider to add a second queue for callbacks. Its not possible to simulate this by doing something like: ``` public function addCallbackListener($event, Closure $callback) { $eventListener...

- is required for [DCOM-308: Create a Mapping Component](http://www.doctrine-project.org/jira/browse/DCOM-308)

Comment created by yourwebmaker: Hi Marco, Could you give more in/out examples?

- relates to [DCOM-249: Criteria are unable to locate getters for properties with an underscore prefix](http://www.doctrine-project.org/jira/browse/DCOM-249) - relates to [DDC-2838: Leaky abstraction when applying Criteria to hydrated/non-hydrated PersistentCollection](http://www.doctrine-project.org/jira/browse/DDC-2838)

Comment created by anton.serdyuk: This issue is related to [DCOM-249](http://www.doctrine-project.org/jira/browse/DCOM-249) and [DDC-2838](http://www.doctrine-project.org/jira/browse/DDC-2838). I think this issue provides more clear understanding of the underlying problem than these two.

- relates to [DDC-3481: [GH-1241] [3.0] [POC] lazy-load on a per-property base](http://www.doctrine-project.org/jira/browse/DDC-3481)

Comment created by @ocramius: This is indeed a known issue, and it wasn't fixed due to performance reasons. You may want to check https://github.com/doctrine/doctrine2/pull/1241, which also fixes this issue.

Comment created by @doctrinebot: A related Github Pull-Request [GH-338] was closed: https://github.com/doctrine/common/pull/338

- depends on [DCOM-307: Create a "Code Inliner" component for inlining function calls](http://www.doctrine-project.org/jira/browse/DCOM-307) - is required for [DDC-3983: Replace metadata factory with pre-runtime (constructor-injected) metadata map](http://www.doctrine-project.org/jira/browse/DDC-3983)

Comment created by gvf: Have you had the chance to look at this issue? thnxs.