Masatake YAMATO
Masatake YAMATO
I agree with you. Thank you for the sugestion. I will try to fix. However, I cannot find a simple way to implement the behavior now.
Maybe I have to rewrite the initialization code.
The former one is not acceptable. Users expect they can override the configuration given in .ctags.d from options specified in the command line like make command. The direction of the...
~I implemented my idea in #2987. What I got is many coredumps.~ I took a mistake.
The fix I proposed in #2987 causes crashes on Windows.
I have not inspected the warning well. However, the input you gave looks valid as I tested the input on node command I would like you to open a new...
Thanks. That is what I need.
> how did you remove the warning? I didn't remove the warning.
> Looks like no one is going to fix this issue For the destructural binding, I tried once. ``` [jet@living]/tmp% cd /tmp cd /tmp [jet@living]/tmp% git clone https://github.com/masatake/ctags.git git clone...
``` this[0] = function() {}; ``` In this case, ctags says nothing. ``` { this[0] = function() {}; } ``` In this case, I got a warning. This will be...