GothenburgBitFactory / GothenburgBitFactory/taskwarrior

context command does not handle context names with a '.' in them well

Open
#2,756 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
6.1k
Forks
423
Avg merge
1d 19h
Merged PRs (30d)
11

Description

#### To report a bug...

Ran `task context define 'toolchain.taskwarrior' 'project:toolchain.taskwarrior'`
(with and without single quotes)

Expected new context `toolchain.taskwarrior` to be listed in context report: `task context list`
Got:

```
Name Type Definition Active
toolchain read no
write no
```

Notice that both the "Name" is wrong and "Definition" is blank.

Trying to delete the context with `task context delete toolchain`, throws an error:
`Context 'toolchain' not found.`

Yet, this works: `task context delete toolchain.taskwarrior`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.