talonhub / community

Voice command set for Talon, community-supported.
MIT License
623 stars 779 forks source link

WARNING [emacs] `user.cut_line` skipped due to no matching declaration #1522

Closed chdoc closed 2 months ago

chdoc commented 2 months ago

I am suddenly seeing the following warning every time I focus Emacs (latest talon beta and community) :

2024-07-31 22:13:18.304 WARNING actions skipped because they have no matching declaration:
    Context(user.community.apps.emacs.emacs): user.cut_line

Presumably this is due to there not being any context or tag that actually declares this function. Indeed, code search suggests the function is unused. Maybe this can simply be removed?

fidgetingbits commented 2 months ago

@AndreasArvidsson your recent https://github.com/talonhub/community/commit/28c12812c325646a981497314e9971351f25f88b triggered this in emacs and looks like will affect readline.py too. Haven't looked at your commit in detail yet as I havent merged it into my own repo, but presumably there is something those old actions can be swapped out with?

Possibly another thing to consider breaking change file update for.

AndreasArvidsson commented 2 months ago

Sorry we missed that one. I now have a pr to fix this. https://github.com/talonhub/community/pull/1523