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

perltodo: Add populating t/todo.t #22692

Merged
merged 1 commit into from
Oct 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions Porting/todo.pod
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,16 @@ Perl that s/he knows well enough to try to fix. This task involves
going through these bugs and assigning one or more labels, and removing the
"Needs Triage" label if present.

=head2 Transfer test failure cases to F<t/run/todo.t>

We have more open bug reports than anyone can really grasp. Most of
those came with code to reproduce the failure. We also have a test file,
F<t/run/todo.t>, whose purpose is to hold these test failures. This
task is to add failing code to this test file, following the paradigm of
those already in it. It is likely that some of those bugs have already
been fixed and nobody has realized it! This is a gentle way to become
familiar with perl's internals.

=head2 Ongoing: investigate new bug reports

When a bug report is filed, it would be very helpful to have someone do
Expand Down
Loading