Make IssueState available as a field on Issue.

* Add `state` on `Issue` to be able to query the state of an issue even
  if you only have a reference to this issue and don't have a reference
  to the context or issues table. This does not change the persisted
  format of the issue. On disk the state of an issue is still
  represented by it's location in the file hierarchy.

* Refactored libpit to use zero_functional instead of sequtils.
This commit is contained in:
2023-03-21 08:27:36 -05:00
parent d01d6e37f4
commit 171adbb59d
4 changed files with 40 additions and 28 deletions

View File

@ -1,4 +1,4 @@
const PIT_VERSION* = "4.22.2"
const PIT_VERSION* = "4.23.0"
const USAGE* = """Usage:
pit ( new | add) <summary> [<state>] [options]