Bozhidar Batsov
Bozhidar Batsov
One thing that's not clear to me is whether this needs to be generated every time or can be generated just the first time (which would mean you can simply...
> I also thought of this, and the only concern I had is that (if I’ve understood correctly) it would cause problems if the same configuration were reused across platforms....
I guess we messed this up during some update of the command in question. There's a lot of code duplication in `projectile-replace` and `projectile-replace-regexp` that probably contributed to this.
I haven't noticed such a slowdown myself so I assume it happens only in certain cases (e.g. in your stacktrace it seems you have caching enabled; if you're cache is...
Yeah, I agree that the global cache was a mistake, but I haven't had the time to make it project local (e.g. a `projectile.cache` file in the root of each...
Does https://github.com/bbatsov/projectile/pull/775 solve this for you?
I think that's a good idea and it should pretty easy to implement it.
I'm fine with adding a configuration option for this.
Most of those settings are just strings that we don't post-process. It will be relatively easy to do something like this - e.g. if there's some string you replace it...
Probably the git command invoked here has to be adjusted for Windows: ``` Debugger entered--Lisp error: (file-missing "Setting current directory" #("No such file or directory" 0 25 (charset windows-1252)) "c:/Users/REDACTED/Git/REDACTED/'echo:...