Skip to content

refactor: reach the master#93

Merged
delphinus merged 56 commits intomasterfrom
refactor-again
Jun 10, 2023
Merged

refactor: reach the master#93
delphinus merged 56 commits intomasterfrom
refactor-again

Conversation

@delphinus
Copy link
Copy Markdown
Member

@delphinus delphinus commented Apr 9, 2023

This adds commits from the master into the refactor branch #35 . Needs more tests to merge.

TODO

  • db_root option does not work.
  • Type annotations have many errors.
    • I will fix this later in another PR.
  • auto_validate works validly?

Here is notes from #35 below. I will refactor more in another PR.


Changes:

  • Use sql.nvim new api to make data layer more readable.
  • Move some files out telescope/_extentions/
  • Create algo.lua: to be the place to store calculation or algorithms (idk feels wrong now)
  • general refactoring

kkharji and others added 30 commits August 23, 2021 07:13
FIXME: it seems that I didn't refactor the entry maker right.
This may possibly fix the issue with entry.count being nil.
remove comma causing error.
Co-authored-by: tami5 <65782666+tami5@users.noreply.github.com>
* refactor(sql_wrapper): follow sqlite new release

* update readme
@delphinus delphinus marked this pull request as ready for review April 13, 2023 09:39
@delphinus
Copy link
Copy Markdown
Member Author

Seems working now.

It have used where() to get the entry and where() uses get() to fetch
from DB. But this table has been customized by overwriting get(), so it
has a bug to return the same entry every time it calls. This fixes it.
@sunjon
Copy link
Copy Markdown
Collaborator

sunjon commented Apr 16, 2023

Hi. I'm hopefully going to have time to show the plugins I wrote a bit more love now.
Thanks for all the work - this looks great!. Give me a couple of days to try read through the changes and try it out.

@delphinus
Copy link
Copy Markdown
Member Author

delphinus commented Apr 25, 2023

Now this takes over #35, so changes the target to master.

@delphinus delphinus changed the base branch from refactor to master April 25, 2023 09:58
@delphinus
Copy link
Copy Markdown
Member Author

I have been dog-fooding long time, and it seems safe to merge.

1 similar comment
@delphinus
Copy link
Copy Markdown
Member Author

I have been dog-fooding long time, and it seems safe to merge.

@delphinus
Copy link
Copy Markdown
Member Author

I will merge this. Another refactoring is needed.

1 similar comment
@delphinus
Copy link
Copy Markdown
Member Author

I will merge this. Another refactoring is needed.

@delphinus delphinus merged commit 3f709af into master Jun 10, 2023
@delphinus delphinus deleted the refactor-again branch June 10, 2023 05:37
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.

8 participants