mackyle

Results 8 comments of mackyle

What is the output of `clang --version`? If you uncomment the two `printf` lines (that are currently commented out) in `hasdescriptor.c`, what is the failure text for the `hasdescriptor.c` test?...

On Aug 8, 2017, at 00:53, Kiyoshi Aman wrote: > I'm encountering this issue on clang 4.0 on Alpine 3.6.2/edge, which > is musl-based. With and without optimizations, I get...

I apologize for the delay in responding. First off, the example you gave: > t/base > t/feat1 > t/feat2 Would actually be output by the `tg summary --rdeps` command like...

Sorry, that should be: Readme.pod -> somefile.pl somefile.pl # contains POD The example () has it correct.

Pull request #34 contains fixes for these issues.

On Jun 4, 2017, at 13:50, Alex Barker wrote: > There are a number of old and merged PR for this package as well as > a few unaddressed bugs...

I don't have time to play with this right now. I will give you some hints but that's all I have time for at the moment. On May 24, 2017,...

I saw this code doing this "creative" thing that normally ought to result in a SIGSEGV but due to a non-POSIX-specified behavior extension of the write call allows memory addressing...