Skip to content

Commit

Permalink
feat(objectionary#610): format pdd issues
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed Jun 11, 2024
1 parent c6b28d9 commit 1319333
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
11 changes: 5 additions & 6 deletions src/it/bytecode-to-eo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,13 @@ SOFTWARE.
</executions>
</plugin>
<!--
@todo #610:30min Enable EO Printing.
The `print` goal is currently disabled because it doesn't support Java 8.
You can read more about it right here:
@todo #610:30min Enable EO Printing in 'bytecode-to-eo' it.
The `print` goal is currently disabled because it doesn't
support Java 8. You can read more about it right here:
https://github.com/objectionary/eo/issues/3207
Once it is implemented, this comment should be removed and the goal
should be enabled.
Don't forget to enable checks in `verify.groovy` file related to `.eo` files.
Now they are commented.
should be enabled. Don't forget to enable checks in `verify.groovy`
file related to `.eo` files. Now they are commented.
-->
<!-- <plugin>-->
<!-- <groupId>org.eolang</groupId>-->
Expand Down
11 changes: 5 additions & 6 deletions src/it/custom-transformations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,13 @@ SOFTWARE.
<version>0.38.1</version>
<executions>
<!--
@todo #610:30min Enable EO Printing.
The `print` goal is currently disabled because it doesn't support Java 8.
You can read more about it right here:
@todo #610:30min Enable EO Printing in 'custom-transformations' it.
The `print` goal is currently disabled because it doesn't support
Java 8. You can read more about it right here:
https://github.com/objectionary/eo/issues/3207
Once it is implemented, this comment should be removed and the goal
should be enabled.
Don't forget to enable checks in `verify.groovy` file related to `.eo` files.
Now they are commented.
should be enabled. Don't forget to enable checks in `verify.groovy`
file related to `.eo` files. Now they are commented.
-->
<!-- <execution>-->
<!-- <id>convert-xmir-to-eo</id>-->
Expand Down

0 comments on commit 1319333

Please sign in to comment.