Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure new pipeline with the use of PHI expressions #378

Open
Tracked by #379
volodya-lombrozo opened this issue Aug 12, 2024 · 2 comments
Open
Tracked by #379

Configure new pipeline with the use of PHI expressions #378

volodya-lombrozo opened this issue Aug 12, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@volodya-lombrozo
Copy link
Member

Currently we don't use PHI expressions in integration tests at all. We have the following testing pipeline:

bytecode -> (jeo) -> xmir -> (opeo) -> xmir -> (ineo) -> xmir -> (opeo) -> xmir -> (jeo) -> bytecode

So, we convert to PHI, but later we don't use it at all. Instead we have to have the following pipeline:

bytecode -> (jeo) -> xmir -> (opeo) -> xmir -> (eo-maven-plugin) -> phi -> (ineo) -> phi -> (eo-maven-plugin) -> xmir -> (opeo) -> xmir -> (jeo) -> bytecode
                                                                           
@deemp
Copy link
Member

deemp commented Aug 13, 2024

@volodya-lombrozo when do you expect to implement the pipeline?

@volodya-lombrozo
Copy link
Member Author

@deemp Maybe next week. We have significant technical debt for now which should be solved as soon as possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants