mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[meta] Port DQL Parser to Hoa\Compiler #5863
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 @Majkl578 on GitHub (Jan 27, 2018).
Tracking issue for porting the parser to Hoa\Compiler.
Related discussions:
Related issues:
Related PRs:
@fesor commented on GitHub (Jan 28, 2018):
Is there any short-term plans for this or I, for example, could work on prototype?
@Majkl578 commented on GitHub (Jan 28, 2018):
I was already playing with PP language definiton and have a WIP Visitor locally, but haven't got much further yet. I don't want to introduce huge refactorings here and there (it may affect anything from the parser itself to the hydration process) at least until Mapping rewrite is a bit more finalized.
@Ocramius commented on GitHub (Jan 29, 2018):
The reason why this is so slow is because our current parser depends on the classmetadata, so it is not just a parser, but also takes decisions based on what class metadata mappings look like. I think we should change that 👍
@beberlei commented on GitHub (Dec 6, 2020):
Hoa is now unmaintained.