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

feat: check DB file has been changed #143

Merged
merged 25 commits into from
Sep 17, 2023
Merged

feat: check DB file has been changed #143

merged 25 commits into from
Sep 17, 2023

Conversation

delphinus
Copy link
Member

@delphinus delphinus commented Sep 2, 2023

Fix #141
Fix #138
Ref #91

This fixes the former problem in #91 (comment).

Changes

  • Completely asynchronous reloading DB after saving including from other Neovim instances.
  • Add testing for macOS and Windows in addition to Ubuntu.

@delphinus delphinus force-pushed the feat/async branch 2 times, most recently from 6f9d2eb to 8f2dc97 Compare September 10, 2023 02:00
@delphinus delphinus force-pushed the feat/async branch 2 times, most recently from 3791394 to 65951dd Compare September 10, 2023 06:18
@delphinus delphinus force-pushed the feat/async branch 9 times, most recently from 7f6bac3 to 857e1c6 Compare September 14, 2023 23:47
@delphinus delphinus force-pushed the feat/async branch 8 times, most recently from 1f371a2 to ae03dd8 Compare September 17, 2023 01:22
vim.fn.strptime cannot be used in Lua loop
@delphinus delphinus marked this pull request as ready for review September 17, 2023 06:19
@delphinus delphinus merged commit 767fbf0 into master Sep 17, 2023
24 checks passed
@delphinus delphinus deleted the feat/async branch September 17, 2023 06:21
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.

Call load() asynchronously at the first time Refresh data in memory when DB has been updated
1 participant