Skip to content

Commit

Permalink
add sync tojos todo
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemGet committed Jan 28, 2025
1 parent b855f8d commit 713b08b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 6 additions & 0 deletions eo-maven-plugin/src/main/java/org/eolang/maven/UnphiMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@
/**
* Read PHI files and parse them to the XMIR.
* @since 0.34.0
* @todo #3708:30min Implement sync with tojos and use it's hash.
* I suggest walk through unphiInputDir and check either phi
* file is present in tojos, if not - add new tojo with empty hash.
* Remove @Disabled annotation on
* {@code UnphiMojoTest.usesCache()} and {@code UnphiMojoTest.invalidatesCache()}
* when synch with is implemented, check that tests is valid otherwise fix them if needed.
*/
@Mojo(
name = "phi-to-xmir",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@
/**
* Test cases for {@link UnphiMojo}.
* @since 0.34.0
* @todo #3708:30min Remove @Disabled annotation on
* {@code UnphiMojoTest.usesCache()} and {@code UnphiMojoTest.invalidatesCache()}
* when cache is implemented, check that tests is valid otherwise fix them if needed.
*/
@SuppressWarnings("PMD.TooManyMethods")
@ExtendWith(MktmpResolver.class)
Expand Down

0 comments on commit 713b08b

Please sign in to comment.