Skip to content

Commit

Permalink
Replace FIXME in the MANIFEST with the correct description for the file.
Browse files Browse the repository at this point in the history
We have 117 instances of the text FIXME in the core source code - it's not
actually good choice of text for a placeholder meaning "fix this before
pushing", as it's easy to miss the one that was added with this intent.

My mistake, spotted by ilmari.
  • Loading branch information
nwc10 committed Aug 23, 2021
1 parent e2737ab commit f6d7eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MANIFEST
Expand Up @@ -5890,7 +5890,7 @@ t/op/grep.t See if grep() and map() work
t/op/groups.t See if $( works
t/op/gv.t See if typeglobs work
t/op/hash.t See if the complexity attackers are repelled
t/op/hash-clear-placeholders.t FIXME
t/op/hash-clear-placeholders.t Tests for corner cases in S_clear_placeholders
t/op/hash-rt85026.t See if hash iteration/deletion works
t/op/hashassign.t See if hash assignments work
t/op/hashwarn.t See if warnings for bad hash assignments work
Expand Down

0 comments on commit f6d7eeb

Please sign in to comment.