Function List Bug
-
this may be known, or working as intended, I don’t have the knowledge base to know, but I did find out today, while working on a bash script that the function list is querky.
I am running v7.7.1 (64bit)
And if, while writing in bash do the following I can break the function list detection logic.
_some_func () {
#any comment right after first “{” the function won’t be detected or if it was detected will not be detected once this is done.
}Feature? Or, unknown logic issue?
Thanks. Now that I know this, I am ok. But, caught me off guard and took a few minutes to figure out. :)
-
See also topic 13286, topic 13468, issue 1232, issue 1657, issue 1861, issue 2910 and issue 3095.