Skip to content

Commit

Permalink
remove unnecessary todo
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemGet committed Jan 10, 2025
1 parent 40b7cfb commit 6137461
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions eo-maven-plugin/src/main/java/org/eolang/maven/PhiMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,6 @@
/**
* Read XMIR files and translate them to the phi-calculus expression.
* @since 0.34.0
* @todo #3708:60min implement cache.
* I assume that files received from dir via Walk should be synced with tojos:
* 1) File is not present in tojos ->
* add file to tojos with column XMIR equals Path of the file.
* 2) File is present in tojos and not phied
* (XMIR is younger than PHI or XMIR doesn't exist or PHI doesn't exist) ->
* add column XMIR equals Path of the file if XMIR not exists.
* When all files are synced we should pass all not phied tojos to the
* {@code FpDefault} reusing existing xmir-to-phi logic
*/
@Mojo(
name = "xmir-to-phi",
Expand Down

0 comments on commit 6137461

Please sign in to comment.