Mislav Marohnić

Results 921 comments of Mislav Marohnić

Looking at the CI failure: it looks like the git version on Bionic is too old to support the `--sort=version:refname` option. I'll update the PR to achieve semantic version sorting...

@samruddhikhandale Thanks; I intend to finish this PR soon by addressing review comments. - [ ] Address case where git is old (Bionic) - [ ] Restore apt-get cleanup step...

Thanks for all your guidance @samruddhikhandale, but I'm going to close this because it's no longer needed. In GitHub CLI we've just changed our deployment process so that release assets...

universal-ctags doesn't seem handle these cases that ripper-tags does: - `alias` - `alias_method` - recognizing that methods defined within `class

> I'm not trying to knock your gem @mislav. I understand. And it's not my library; I just worked on it to bring those improvements. But in a thread that's...

I've just filed the following Ruby parser bugs: #452 #453 #454 #455 They're unrelated to the enhancements proposed above, but they were the result of generating ctags on Rails source...

> contexts and constants are conflicted. Obviously constants are more important. Yes, I suggested you drop the (broken) support for contexts and describes here https://github.com/universal-ctags/ctags/issues/453#issuecomment-124327142 > However, an xcmd based...

> I wonder why people don't want to tag global variables. We don't use them that much in Ruby. Also, unlike a constant, a global variable can be reassigned easily....

So should we then switch to using `!` for singleton methods? `!` is not a very intuitive character to be marking this. What is the text editor support for these...