Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: broken calendar dialog due to refactor in nvim-orgmode #74

Merged
merged 1 commit into from
Jan 25, 2025

Conversation

troiganto
Copy link
Contributor

The breaking commit is
https://github.com/nvim-orgmode/orgmode/blob/62a4106b5072e934062acbd6f4213f89d998cce4/lua/orgmode/objects/date.lua#L331-L335, a refactor of the Date class that renamed a method from is_valid_date() to is_valid_date_string().

The breaking commit is
<https://github.com/nvim-orgmode/orgmode/blob/62a4106b5072e934062acbd6f4213f89d998cce4/lua/orgmode/objects/date.lua#L331-L335>,
a refactor of the `Date` class that renamed a method from
`is_valid_date()` to `is_valid_date_string()`.
@chipsenkbeil chipsenkbeil merged commit 8369398 into chipsenkbeil:main Jan 25, 2025
6 checks passed
@chipsenkbeil
Copy link
Owner

chipsenkbeil commented Jan 25, 2025

Heads up, @kristijanhusak. Looks like we had something breaking slip through.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants