Skip to content

Commit

Permalink
feat(objectionary#2746): fix todo in OptCached
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanich96 committed Jan 8, 2024
1 parent dec7d93 commit e56b51f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
* @since 0.28.11
* @todo #2746:30min Use checksum, not time.
* The following tests show that fetching from the cache doesn't work correctly:
* - {@link org.eolang.maven.optimization.OptCachedTest#returnsFromCacheCorrectProgram(Path path)},
* - {@link org.eolang.maven.optimization.OptCachedTest#returnsFromCacheButTimesSaveAndExecuteDifferent(Path path)}.
* - {@link OptCachedTest#returnsFromCacheCorrectProgram(Path path)},
* - {@link OptCachedTest#returnsFromCacheButTimesSaveAndExecuteDifferent(Path path)}.
* Need to fix the file validation from cache: using checksum, but not time.
* Don't forget to enable the tests.
*/
Expand Down

0 comments on commit e56b51f

Please sign in to comment.