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

OptCached.java:44-51: Fix caching mechanism in {@link... #2790

Closed
0pdd opened this issue Jan 17, 2024 · 2 comments · Fixed by #2808
Closed

OptCached.java:44-51: Fix caching mechanism in {@link... #2790

0pdd opened this issue Jan 17, 2024 · 2 comments · Fixed by #2808
Assignees

Comments

@0pdd
Copy link

0pdd commented Jan 17, 2024

The puzzle 2746-9394bf60 from #2746 has to be resolved:

* @todo #2746:30min Fix caching mechanism in {@link OptCached}. Current
* The last modified time of the files between stages may be different,
* so it is not correct to do an equality comparison ({@code .equals(...)}).
* The last modification time of the file at the current stage
* must be less than or equal to the last modification time of file in cache at the next stage.
* The following tests show that fetching from the cache doesn't work correctly:
* - {@link OptCachedTest#returnsFromCacheCorrectProgram(Path path)},
* - {@link OptCachedTest#returnsFromCacheButTimesSaveAndExecuteDifferent(Path path)}.

The puzzle was created by rultor on 17-Jan-24.

Estimate: 30 minutes, role: DEV.

If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.

@Yanich96
Copy link
Contributor

@maxonfjvipon assign me please

Yanich96 added a commit to Yanich96/eo that referenced this issue Jan 22, 2024
Yanich96 added a commit to Yanich96/eo that referenced this issue Jan 22, 2024
Yanich96 added a commit to Yanich96/eo that referenced this issue Jan 22, 2024
Yanich96 added a commit to Yanich96/eo that referenced this issue Jan 22, 2024
Yanich96 added a commit to Yanich96/eo that referenced this issue Jan 22, 2024
Yanich96 added a commit to Yanich96/eo that referenced this issue Jan 22, 2024
Yanich96 added a commit to Yanich96/eo that referenced this issue Jan 22, 2024
Yanich96 added a commit to Yanich96/eo that referenced this issue Jan 22, 2024
Yanich96 added a commit to Yanich96/eo that referenced this issue Jan 23, 2024
Yanich96 added a commit to Yanich96/eo that referenced this issue Jan 23, 2024
Yanich96 added a commit to Yanich96/eo that referenced this issue Jan 23, 2024
Yanich96 added a commit to Yanich96/eo that referenced this issue Jan 23, 2024
Yanich96 added a commit to Yanich96/eo that referenced this issue Jan 23, 2024
Yanich96 added a commit to Yanich96/eo that referenced this issue Jan 23, 2024
Yanich96 added a commit to Yanich96/eo that referenced this issue Jan 23, 2024
Yanich96 added a commit to Yanich96/eo that referenced this issue Jan 23, 2024
Yanich96 added a commit to Yanich96/eo that referenced this issue Jan 23, 2024
Yanich96 added a commit to Yanich96/eo that referenced this issue Jan 23, 2024
Yanich96 added a commit to Yanich96/eo that referenced this issue Jan 23, 2024
Yanich96 added a commit to Yanich96/eo that referenced this issue Jan 23, 2024
Yanich96 added a commit to Yanich96/eo that referenced this issue Jan 24, 2024
Yanich96 added a commit to Yanich96/eo that referenced this issue Jan 24, 2024
Yanich96 added a commit to Yanich96/eo that referenced this issue Jan 24, 2024
Yanich96 added a commit to Yanich96/eo that referenced this issue Jan 24, 2024
Yanich96 added a commit to Yanich96/eo that referenced this issue Jan 25, 2024
Yanich96 added a commit to Yanich96/eo that referenced this issue Jan 25, 2024
@0pdd
Copy link
Author

0pdd commented Jan 26, 2024

@0pdd 2 puzzles #2820, #2821 are still not solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants