wandersoncferreira / code-review

Code Reviews in Emacs
https://wandersoncferreira.github.io/code-review/
GNU General Public License v3.0
462 stars 49 forks source link

Error When Running `code-review-start` #254

Open chookity-pokk opened 7 months ago

chookity-pokk commented 7 months ago

Describe the bug When I run code-review-start I get the error Given parent class emacsql-sqlite-connection is not a class

To Reproduce Steps to reproduce the behavior:

  1. Open any file
  2. Run code-review-start
  3. Error Occurs

Expected behavior Code review to launch

Screenshots Not really applicable here since the command just fails with the above error.

Desktop (please complete the following information):

dakra commented 7 months ago

Try https://github.com/wandersoncferreira/code-review/pull/246

chookity-pokk commented 7 months ago

That unfortunately still has the same issue.

chookity-pokk commented 7 months ago

Actually, I just goofed. @dakra Was correct, I had just copied the other persons repo and forgot to change the branch. Swapping over to their branch did, in fact, solve my issue. Thank you for the tip.