atoomic / perl

a repo to show what could be p7
Other
18 stars 8 forks source link

dist/: implement warnings-by-default #304

Open jkeenan opened 3 years ago

jkeenan commented 3 years ago

In this ticket we will track our progress on implementing Objective 3, warnings-by-default, for tests in the dist/ directory in the core distribution. See that ticket for guidance on addressing warnings.

On Oct 11 I ran make test on the alpha-dev-03-warnings branch at commit 78482fccd5. I then chopped up the output into individual files, gzipped them, and placed them for your reference in this directory on my server.

By my count, the line count in the output file was 544, which compares with a line count of 440 for the same group of files when I run make test on the alpha branch at commit c5c5fb4fb2. So one, somewhat crude way of measuring our progress is how far we manage to reduce the line count in these test runs.

Acceptance Criteria: All tests for this subdirectory PASS; no tests emit warnings.

jkeenan commented 3 years ago

Tickets created while working on this ticket:

dist/Data-Dumper/t/dumper.t: fails with warnings on by default dist/Storable/t/code.t: test failure when run with warnings on by default

jkeenan commented 3 years ago

As of 5dc2ff86e5, the only test not passing in this subdirectory is dist/Storable/t/code.t. See: https://github.com/atoomic/perl/issues/319.