You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(define-package "helm" "20200830.1534" "Helm is an Emacs incremental and narrowing framework"
'((emacs "25.1")
(async "1.9.4")
(popup "0.5.3")
(helm-core "3.6.2"))
:commit "3ab96ee577006510ca18568dbb1b30956cf49225" :url "https://emacs-helm.github.io/helm/")
projectile version (M-x projectile-version): Projectile 20200822.822
Emacs version (M-x emacs-version): GNU Emacs 26.3 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.22.30) of 2019-09-16
OS: Ubuntu 18.04 LTS
The text was updated successfully, but these errors were encountered:
visigoth
changed the title
helm-projectile-find-files takes a long time to load candidates
helm-projectile-find-files does not use cached candidate list
Sep 1, 2020
for reference, my project is absolutely massive as it is a checkout of AOSP.
find . | wc
shows1851855
Expected behavior
helm uses cached candidate list
Actual behavior
it appears that helm is always dropping into
helm-get-candidates
Steps to reproduce the problem
helm-projectile-find-files
Backtraces if necessary (
M-x toggle-debug-on-error
)profiler report:
Environment & version information
helm-projectile
version: helm-projectile-20200625.443:(define-package "helm-projectile" "20200625.443" "Helm integration for Projectile" '((helm "1.9.9") (projectile "2.2.0") (cl-lib "0.3")) :commit "2f3a2a03d6cb9419c25b432637aa11c8d2f9f3b7" :keywords '("project" "convenience") :authors '(("Bozhidar Batsov")) :maintainer '("Bozhidar Batsov") :url "https://github.com/bbatsov/helm-projectile")
helm
version (inhelm-pkg.el
): helm-20200830.1534(define-package "helm" "20200830.1534" "Helm is an Emacs incremental and narrowing framework"
'((emacs "25.1")
(async "1.9.4")
(popup "0.5.3")
(helm-core "3.6.2"))
:commit "3ab96ee577006510ca18568dbb1b30956cf49225" :url "https://emacs-helm.github.io/helm/")
projectile
version (M-x projectile-version
): Projectile 20200822.822M-x emacs-version
): GNU Emacs 26.3 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.22.30) of 2019-09-16The text was updated successfully, but these errors were encountered: