Masatake YAMATO

Results 774 comments of Masatake YAMATO

@antonysouthworth-halter, thank you.

I'm optimizing ruby.c. After working for a while, I found that I was doing LTO manually. I want to enable LTO in our Makefile(.am) instead of enabling it in the...

@kloczek Thank you for your input. However, I need help understanding the points. ctags doesn't use libtool. So, we must just put -flto to the command lines for compiling and...

@romgrk Have you ever thought about adding test cases to your work? Your knowledge and product about e-ctags+JavaScript combination are quite valuable. With the test cases, I, an u-ctags developer,...

@leleliu008 thank you. The failure on "Environment: compiler=msvc, ARCH=x64" on Appveyor implies something critical bug. I should inspect the failure more. However, for making a new release, the change I...

~Surprisingly https://github.com/universal-ctags/ctags/issues/2935#issuecomment-1568998935 doesn't work at all. I must find another solution.~ As far as putting --version at the beginning of the command line, https://github.com/universal-ctags/ctags/issues/2935#issuecomment-1568998935 works fine.

I'll make a pull request based on https://github.com/universal-ctags/ctags/issues/2935#issuecomment-1568998935 for closing #2935.

I found another solution to this. Instead of accepting --langdef-`` option for an already defined language, we handle ``--version`` and ``--help`` in an earlier stage like: ``` diff --git a/main/options.c...

I will make an answer for this. Please, wait for a while.

Sorry to be late. We maintain two documents for 3 reasons. 1. My English skill. I would like to advertise a new feature I added. On the other hand, I...