Skip Menu |

This queue is for tickets about the re-engine-Lua CPAN distribution.

Report information
The Basics
Id: 125740
Status: resolved
Priority: 0/
Queue: re-engine-Lua

People
Owner: Nobody in particular
Requestors: KYZN [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Warnings from XS
Hi! Thanks for maintaining re-engine-Lua. I recently saw your ticket for Test-Warn https://rt.cpan.org/Ticket/Display.html?ShowHeaders=1&id=42070 and moved it to GitHub for more visibility: https://github.com/hanfried/test-warn/issues/1#issuecomment-401539341 Maintainer suggested that they are not catching STDERR, but just the sig handler. Do you have any comments on the issue? Do you think it's worth redirecting re-engine-Lua warnings to sig handler somehow? Thanks!
I don't think there is a bug here. The XS code is calling warn() correctly, which *does* propagate through any defined WARN handlers. https://github.com/hanfried/test-warn/issues/1#issuecomment-401539341
Thanks a lot! Closing both this and GitHub tickets as "not a bug". On Mon Jul 02 13:15:58 2018, ETHER wrote: Show quoted text
> I don't think there is a bug here. The XS code is calling warn() > correctly, which *does* propagate through any defined WARN handlers. > > https://github.com/hanfried/test-warn/issues/1#issuecomment-401539341