mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-29 19:13:24 +02:00
Use the tag-related Task methods in the Tags column type (#3911)
Use the tag-related Task methods in the Tags column type This column type was taking a shortcut by assuming the `tags` property contains a comma-separated list of tags. This property is now deprecated and tags are stored in individual properties. The tag-related Task methods correctly access these new properties. Includes a test for the fixed behavior and a test demonstrating that `task info` already does the right thing.
This commit is contained in:
parent
236b57f321
commit
0282ea8b8a
5 changed files with 55 additions and 16 deletions
5
.github/workflows/release-check.yaml
vendored
5
.github/workflows/release-check.yaml
vendored
|
@ -15,8 +15,11 @@ jobs:
|
|||
path: ~/.cargo/registry
|
||||
key: ${{ runner.os }}-cargo-registry-${{ steps.toolchain.outputs.cachekey }}-${{ hashFiles('**/Cargo.lock') }}
|
||||
|
||||
- name: Update apt repos
|
||||
run: sudo apt-get update -y
|
||||
|
||||
- name: Install uuid-dev
|
||||
run: sudo apt install uuid-dev
|
||||
run: sudo apt-get install -y uuid-dev
|
||||
|
||||
- name: make a release tarball and build from it
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue