universal-ctags / citre

A superior code reading & auto-completion tool with pluggable backends.
GNU General Public License v3.0
337 stars 26 forks source link

Don't signal an error when Global database isn't found #176

Closed abougouffa closed 5 days ago

abougouffa commented 3 months ago

First, thank you for this excellent package and for maintaining Universal Ctags!

This MR disables signaling an error when citre xref backend for find-references fails. This is useful when we have other backends configured for a project (like dumb-jump for example).

Also, this can be useful when several backends are merged using xref-union

abougouffa commented 6 days ago

@AmaiKinono Can you please take a look at this PR?

AmaiKinono commented 5 days ago

I'm very sorry for the delay. Good point. I've changed the writing style a bit.

Thanks for contributing!