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

Add PHI codes to 'spring-fat' integration test #226

Closed
volodya-lombrozo opened this issue Apr 26, 2024 · 7 comments · Fixed by #264
Closed

Add PHI codes to 'spring-fat' integration test #226

volodya-lombrozo opened this issue Apr 26, 2024 · 7 comments · Fixed by #264
Assignees
Labels
enhancement New feature or request urgent Urgent issue

Comments

@volodya-lombrozo
Copy link
Member

We need to add PHI printing to the 'spring-fat' integration test. We can print PHI expressions from EO files using the xmir-to-phi goal of the eo-maven-plugin:

<plugin>
  <groupId>org.eolang</groupId>
  <artifactId>eo-maven-plugin</artifactId>
  <version>0.36.0</version>
  <executions>
    <execution>
      <id>convert-xmir-to-phi</id>
      <phase>process-classes</phase>
      <goals>
        <goal>xmir-to-phi</goal>
      </goals>
      <configuration>
        <phiInputDir>${project.build.directory}/generated-sources/jeo-xmir</phiInputDir>
        <phiOutputDir>${project.build.directory}/generated-sources/jeo-phi</phiOutputDir>
      </configuration>
    </execution>
  </executions>
</plugin>
@volodya-lombrozo volodya-lombrozo added enhancement New feature or request urgent Urgent issue labels Apr 26, 2024
@volodya-lombrozo volodya-lombrozo self-assigned this Apr 26, 2024
volodya-lombrozo added a commit to volodya-lombrozo/opeo-maven-plugin that referenced this issue May 16, 2024
volodya-lombrozo added a commit to volodya-lombrozo/opeo-maven-plugin that referenced this issue May 16, 2024
volodya-lombrozo added a commit to volodya-lombrozo/opeo-maven-plugin that referenced this issue May 16, 2024
volodya-lombrozo added a commit to volodya-lombrozo/opeo-maven-plugin that referenced this issue May 16, 2024
volodya-lombrozo added a commit to volodya-lombrozo/opeo-maven-plugin that referenced this issue May 16, 2024
volodya-lombrozo added a commit to volodya-lombrozo/opeo-maven-plugin that referenced this issue May 16, 2024
volodya-lombrozo added a commit to volodya-lombrozo/opeo-maven-plugin that referenced this issue May 16, 2024
volodya-lombrozo added a commit to volodya-lombrozo/opeo-maven-plugin that referenced this issue May 16, 2024
volodya-lombrozo added a commit to volodya-lombrozo/opeo-maven-plugin that referenced this issue May 16, 2024
volodya-lombrozo added a commit to volodya-lombrozo/opeo-maven-plugin that referenced this issue May 16, 2024
volodya-lombrozo added a commit to volodya-lombrozo/opeo-maven-plugin that referenced this issue May 16, 2024
volodya-lombrozo added a commit to volodya-lombrozo/opeo-maven-plugin that referenced this issue May 16, 2024
volodya-lombrozo added a commit to volodya-lombrozo/opeo-maven-plugin that referenced this issue May 16, 2024
@0pdd
Copy link

0pdd commented May 16, 2024

@volodya-lombrozo 3 puzzles #245, #246, #247 are still not solved.

volodya-lombrozo added a commit to volodya-lombrozo/opeo-maven-plugin that referenced this issue May 20, 2024
volodya-lombrozo added a commit to volodya-lombrozo/opeo-maven-plugin that referenced this issue May 20, 2024
volodya-lombrozo added a commit to volodya-lombrozo/opeo-maven-plugin that referenced this issue May 20, 2024
volodya-lombrozo added a commit to volodya-lombrozo/opeo-maven-plugin that referenced this issue May 20, 2024
@0pdd
Copy link

0pdd commented May 20, 2024

@volodya-lombrozo 5 puzzles #245, #246, #247, #255, #256 are still not solved.

volodya-lombrozo added a commit to volodya-lombrozo/opeo-maven-plugin that referenced this issue May 22, 2024
volodya-lombrozo added a commit to volodya-lombrozo/opeo-maven-plugin that referenced this issue May 22, 2024
volodya-lombrozo added a commit to volodya-lombrozo/opeo-maven-plugin that referenced this issue May 22, 2024
volodya-lombrozo added a commit to volodya-lombrozo/opeo-maven-plugin that referenced this issue May 22, 2024
volodya-lombrozo added a commit to volodya-lombrozo/opeo-maven-plugin that referenced this issue May 22, 2024
volodya-lombrozo added a commit to volodya-lombrozo/opeo-maven-plugin that referenced this issue May 22, 2024
volodya-lombrozo added a commit to volodya-lombrozo/opeo-maven-plugin that referenced this issue May 22, 2024
@0pdd
Copy link

0pdd commented May 22, 2024

@volodya-lombrozo 6 puzzles #245, #246, #247, #255, #256, #268 are still not solved.

@0pdd
Copy link

0pdd commented Jun 6, 2024

@volodya-lombrozo 5 puzzles #245, #246, #247, #255, #268 are still not solved; solved: #256.

@0pdd
Copy link

0pdd commented Jun 7, 2024

@volodya-lombrozo 4 puzzles #245, #246, #247, #255 are still not solved; solved: #256, #268.

@0pdd
Copy link

0pdd commented Jun 19, 2024

@volodya-lombrozo 3 puzzles #245, #246, #255 are still not solved; solved: #247, #256, #268.

@0pdd
Copy link

0pdd commented Aug 23, 2024

@volodya-lombrozo 2 puzzles #245, #246 are still not solved; solved: #247, #255, #256, #268.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request urgent Urgent issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants