zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH 0/3] completion: make: various improvements
@ 2022-07-30  1:03 Felipe Contreras
  2022-07-30  1:03 ` [PATCH 1/3] completion: make: don't build everything Felipe Contreras
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Felipe Contreras @ 2022-07-30  1:03 UTC (permalink / raw)
  To: zsh-workers; +Cc: Oliver Kiddle, Felipe Contreras

Hi,

While using `call-command` I found very serious issues, for starters
trying to complete `make` in the zsh source code takes several minutes
to complete.

  zstyle ':completion:*:make:*:targets' call-command true

Now it takes less than 100ms.

Felipe Contreras (3):
  completion: make: don't build everything
  completion: make: add a simpler parser
  completion: make: fix whitespaces

 Completion/Unix/Command/_make | 80 +++++++++++++++++++++--------------
 1 file changed, 49 insertions(+), 31 deletions(-)

-- 
2.37.1.225.gfa48d685d2



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2022-08-04 17:09 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-30  1:03 [PATCH 0/3] completion: make: various improvements Felipe Contreras
2022-07-30  1:03 ` [PATCH 1/3] completion: make: don't build everything Felipe Contreras
2022-07-30  1:03 ` [PATCH 2/3] completion: make: add a simpler parser Felipe Contreras
2022-07-30  1:03 ` [PATCH 3/3] completion: make: fix whitespaces Felipe Contreras
2022-08-04  8:50   ` Jun T
2022-08-04 15:57     ` Felipe Contreras
2022-08-02 10:42 ` [PATCH 0/3] completion: make: various improvements Jun T
2022-08-02 23:02   ` Felipe Contreras
2022-08-03  8:48     ` Jun T
2022-08-03 14:36       ` Felipe Contreras
2022-08-04  9:33         ` Jun T
2022-08-04 17:03           ` Felipe Contreras

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).