Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dist/: implement warnings-by-default #304

Open
jkeenan opened this issue Oct 12, 2020 · 2 comments
Open

dist/: implement warnings-by-default #304

jkeenan opened this issue Oct 12, 2020 · 2 comments
Assignees

Comments

@jkeenan
Copy link
Collaborator

jkeenan commented Oct 12, 2020

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 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 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 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.

@jkeenan
Copy link
Collaborator Author

jkeenan commented Oct 25, 2020

@jkeenan
Copy link
Collaborator Author

jkeenan commented Jan 25, 2021

As of 5dc2ff8, the only test not passing in this subdirectory is dist/Storable/t/code.t. See: #319.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant