You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this ticket we will track our progress on implementing Objective 3, warnings-by-default, for tests in the t/op/ 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 78482fc. 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 3839, which compares with a line count of 210 for the same group of files when I run make test on the alpha branch at commit c5c5fb4. 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.
The text was updated successfully, but these errors were encountered:
I've been poking away at tests in t/op/, mostly be working on tickets created several months ago in an early stage of the project. A tarball with the current status of make test for t/op/ in the alpha-dev-03-warnings branch can be found here.
As time permits, I'm going to keep working on tests in this directory, prioritizing tests which began to fail once warnings were turned on by default.
In this ticket we will track our progress on implementing Objective 3, warnings-by-default, for tests in the
t/op/
directory in the core distribution. See that ticket for guidance on addressing warnings.On Oct 11 I ran
make test
on thealpha-dev-03-warnings
branch at commit 78482fc. 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 3839, which compares with a line count of 210 for the same group of files when I run
make test
on thealpha
branch at commit c5c5fb4. 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.
The text was updated successfully, but these errors were encountered: