Bug: Export log filename uses colons for the filename instead of periods
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 3.2k
- Forks
- 106
- Avg merge
- 6d 13h
- Merged PRs (30d)
- 1
Description
When using skip export the log is exported using a time formatting with colons ':' as HH:mm:ss when it should be using periods '.' HH.mm.ss.
The result is that the file is renamed by the system, and copying the path from the terminal to open the file won't work because the file has been renamed (no longer matching)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named in the issue. Start by locating the export-log filename formatting used by skip export, then verify the generated name uses periods in HH.mm.ss rather than colons. Done means the exported filename remains unchanged by the system and the terminal path opens the same file.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- mobile-dev
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100