fix: use the latest time of file or link#87
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughType annotations have been added to function signatures and return types in Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes 🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
related to snakemake/snakemake#3784 (comment)
After touch() updates _local, max(_local, _local_target) picks up the fresh symlink mtime.
If the real directory's .snakemake_timestamp is fresher (e.g. the target was independently updated), that is correctly preferred instead.
The change is non-breaking: it can only return a value ≥ the current return, so it won't introduce spurious re-runs.
Summary by CodeRabbit
Refactor
Bug Fixes