pimutils / pimutils/khal

introduce new command to sync vdir with db

Open
#320 7 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

type: enhancement
Dominant language
Python
Stars
3.1k
Forks
233
Avg merge
1h 44m
Merged PRs (30d)
1

Description

Only looking for mtime of vdir is not reliable, see current failures on travis. If a file in that vdir is only modified and not changed, the mtime of the directory might not change (and won't if the tool changing does not explicitly set the directory's mtime).

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue mentions current Travis failures caused by relying on the vdir mtime, but names no files, tests, or command entry point. Start by reproducing or locating those failures and tracing the existing vdir-to-database synchronization; done should be defined as a new command that reliably detects modified files without relying only on the directory mtime.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
cli, database
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.