Skip to content

Tags: adhocore/gronx

Tags

v1.20.0

Toggle v1.20.0's commit message
fix: NextTickAfter stuck on DST fall-back

bump() for hour/minute reconstructs via time.Date, which picks the
first occurrence of an ambiguous wall-clock hour. The bump advances
0s in UTC and bumpUntilDue spins until its iter limit.

Assert the bump moved forward; correct with +1h if not.

Fixes #50.

v1.19.7

Toggle v1.19.7's commit message
feat: output parsed tasks in verbose mode

v1.19.6

Toggle v1.19.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #60 from n0nick/sm/isvalid-time

IsValid check syntax before evaluating expression

v1.19.5

Toggle v1.19.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #54 from steffenbusch/unreachable-year-53

Remove inclRefTime from isUnreachableYear

v1.19.4

Toggle v1.19.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #52 from adhocore/51-unreach-year

fix: unreachable yer #51

v1.19.3

Toggle v1.19.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #48 from yeganemehr/fix-widows-build

Fix Windows Build Issue by Splitting Taskify into OS-Specific Files

v1.19.2

Toggle v1.19.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #46 from adhocore/mutex-map-race

fix: potential race in mutex map r/w

v1.19.1

Toggle v1.19.1's commit message
feat: add IsValid top level func

v1.19.0

Toggle v1.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #43 from adhocore/running

feat: optimize struct field align, add tasker Running check

v1.8.1

Toggle v1.8.1's commit message
test: update tests