FS#61533 - [zsh][5.7] VCS_INFO_detect_p4:79: maximum nested function level reached; increase FUNCNEST? on start
Attached to Project:
Arch Linux
Opened by Frederic Bezies (fredbezies) - Friday, 25 January 2019, 18:58 GMT
Last edited by Pierre Schmitz (Pierre) - Sunday, 27 January 2019, 09:16 GMT
Opened by Frederic Bezies (fredbezies) - Friday, 25 January 2019, 18:58 GMT
Last edited by Pierre Schmitz (Pierre) - Sunday, 27 January 2019, 09:16 GMT
|
Details
Description: Since I upgraded zsh to version 5.7-1 I got
this error on start:
VCS_INFO_detect_p4:79: maximum nested function level reached; increase FUNCNEST? I'm using zsh + grml-zsh-config. Additional info: zsh 5.7-1 grml-zsh-config 0.15.3-1 Steps to reproduce: Use zsh with grml-zsh-config and update zsh to version 5.7-1. And see... |
This task depends upon
You can read on http://zsh.sourceforge.net/releases.html
vcs_info git: The gen-unapplied-string hook receives the patches in order (next to be applied first). This is consistent with the hg backend and with one of two contradictory claims in the documentation (the other one has been corrected). In zsh through 5.6.2, the patches were passed in reverse order, next to be applied being last in the array. The gen-applied-string hook is unaffected; it still receives the patches in reverse order, from last applied to first applied.
See attached screenshot. Looks like zsh 5.7 is kinda broken with grml-zsh enabled. I will try asap with a "naked" zsh.
I have applied the patch and released zsh-5.7-2. This should fix the issue.