XSven

Results 27 comments of XSven

Although I somehow dislike this approach, I have tried it. 1. I was forced to install additional dependencies (`Role::Tiny` and `Class::Method::Modifiers`). 2. I was urged to use perl 5.20 but...

The use case refers to a programmatic API (REST) call that either enables or disables a Jenkins job. I have started using `curl` as my user agent and it does...

Sorry, I came to this conclusion already some days ago when I have changed the subject of this issue removing the [bug] label. Still I am missing a convenient solution...

Yes the problem does still exist. Unfortunately I have no access to other versions of Vim. I think Perl is not correctly complied into the Vim editor. The perl feature...

`:echo has('perl')` prints 0 and `:perl print("eee")` simply does nothing. To enable the perl feature we have to run configure with `--enable-perl=yes` right?

I think we have to close or flag this issue. Our admins refuse to build from source and the packaged versions of vim they are allowed to install have the...

These 2 ok() test assertions should pass. Unfortunately the second one is failing. ``` ######################################################### # Testing create_at_logtime with file_switch() ######################################################### unlink "${testfile}_6"; # delete leftovers from previous tests $data...

Any idea why this issue has such a low priority and was therefore never fixed? This question https://github.com/gugod/App-perlbrew/blob/e2d23485bbee3947a0a2f1882857a4ccb1f8bbbe/lib/App/perlbrew.pm#L1642 gives a clear hint why the `--force` option is broken!

This is the output: ``` ctags --extras=+F -f - --format=2 --excmd=pattern --fields=nksSafet --sort=no --append=no -V --language-force=go --go-kinds=picsmtfv pkg/knib-lib-gologger.go Option: --language-force=go Option: --go-kinds=picsmtfv Initialize parser: Go enable field "name": yes enable...

Ok I will do but I do not understand why tagbar is able to mark ("-" minus sign) the variable ``` -writeClosersZerolog : []io.WriteCloser ``` as private and afterwards tagbar...