ericdanan/counsel-projectile

counsel-projectile-modify-action stopped working recently

DamienCassou opened this issue · 3 comments

I have this in my configuration:

(counsel-projectile-modify-action
     'counsel-projectile-switch-project-action
     '((default counsel-projectile-switch-project-action-vc)))

This has worked fine for years but has stopped working 2 days ago because of the Ivy fix to abo-abo/swiper#2585.

/cc @tylerware and @abo-abo.

@ericdanan Please let me know if there's a fix needed on Ivy's side.

This got fixed by abo-abo/swiper#2590.

Thanks everyone!