pending.nvim/lua/pending
Barrett Ruth 39fd4ef17a fix(recur): resolve LuaLS type errors
Problem: LuaLS reported undefined-field for `_raw` on RecurSpec and
param-type-mismatch for `last_day.day` in `advance_date` because
`osdate.day` infers as `string|integer`.

Solution: Add `_raw` to the RecurSpec class annotation and cast
`last_day.day` to integer in both `math.min` call sites.
2026-02-25 13:23:55 -05:00
..
sync fix: resolve remaining LuaLS type errors 2026-02-24 18:50:28 -05:00
buffer.lua feat(buffer): add PendingRecur highlight and recurrence virtual text 2026-02-25 13:04:29 -05:00
complete.lua ci: fix 2026-02-25 13:06:20 -05:00
config.lua feat(config): add recur_syntax and someday_date fields 2026-02-25 13:01:29 -05:00
diff.lua feat(diff): propagate recurrence through buffer reconciliation 2026-02-25 13:03:58 -05:00
health.lua ci: fix 2026-02-25 13:06:20 -05:00
init.lua ci: fix 2026-02-25 13:06:20 -05:00
parse.lua ci: fix 2026-02-25 13:06:20 -05:00
recur.lua fix(recur): resolve LuaLS type errors 2026-02-25 13:23:55 -05:00
store.lua feat(store): add recur and recur_mode task fields 2026-02-25 13:03:40 -05:00
views.lua feat(views): add recurrence to LineMeta 2026-02-25 13:04:17 -05:00