Felipe Gasper

Results 107 issues of Felipe Gasper

Issue #197: Cygwin fails these tests because it’s dicey to link dynamically to a library version that isn’t installed in the $PATH. Rather than adding platform-specific logic, this changeset alters...

Found while running the test suite under OpenBSD.

The test suite fails under Cygwin: ``` --------------- Start Output: 04-run-normal ------------------ !! FAILED !! !! FAILED !! DateRunEnd: 0 BaseName: 04-run-normal Description: run drill and don't do anything fancy...

This addresses a couple issues found via https://github.com/NLnetLabs/ldns/pull/186.

There are some error states that Perl only catches when it’s built with `-DDEBUGGING`. For CI purposes, then, it would be a boon to have debugging builds available. Thank you...

Commit e66ce48 introduced use of gmtime() on win32 but doesn’t check that the pointer it returns is non-NULL. As it happens, that function returns NULL if the given date precedes...

### Expected behavior It would be nice, I think, to have a mode of deployment where: - All data is stored in temp directories. - All subprocesses are launched non-forking,...

improvement

### Expected behavior This: ``` mlaunch init --auth --replicaset --nodes 2 --arbiter --enableMajorityReadConcern false ``` … should create a PSA cluster with majority read concern disabled. ### Actual/current behavior ```...

bug
mlaunch

A first stab at removing M::P::U’s dependency on XS. This implements a fallback so that it tries Bytes::Random::Secure first, then falls back to B::R::S::Tiny. Maybe B::R::S::Tiny should be a requirement?...