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
There are a few results that may not be intended as “todo” items, but were nevertheless marked with a matching pattern. I left these results in, just in case people who know more than I do might interpret/scrutinize them differently.
I added links to the line numbers for convenience.
List of TODO (and friends) comments
128: # @@@ Why not just $self->SUPER::simple_request?
146: # @@@ TODO: when an LWP internal robots.txt request gets redirected,
233: # @@@ Needs also W3C::UserAgent but can't use() it here.
470: my $ua = W3C::UserAgent->new($AGENT); # @@@ TODO: admin address
Below is a list of the various comments with the
TODO
,FIXME
,XXX
, or (sometimes)@@@
markers inchecklink
.Specifics of how I got this list
I generated the list with the following command:
grep --ignore-case --line-number --extended-regexp '#\s*(@@@|todo|fixme|xxx|@@@)' ./bin/checklink
There are a few results that may not be intended as “todo” items, but were nevertheless marked with a matching pattern. I left these results in, just in case people who know more than I do might interpret/scrutinize them differently.
I added links to the line numbers for convenience.
List of
TODO
(and friends) comments# @@@ Why not just $self->SUPER::simple_request?
# @@@ TODO: when an LWP internal robots.txt request gets redirected,
# @@@ Needs also W3C::UserAgent but can't use() it here.
my $ua = W3C::UserAgent->new($AGENT); # @@@ TODO: admin address
# @@@ Ignore invalid depth silently for now.
# @@@ subtract robot delay from the "fetched in" time?
# @@@@ In XHTML, <a name="foo" id="foo"> is mandatory
# @@@TODO: The reason for handling <base href> ourselves is that LWP's
# TODO: HTML 4 spec says applet/@codebase may only point to
# FIXME: are there CSS rules with URLs that aren't mixed content blockable?
# TODO: Check the rules defined in
# TODO: find content types for which fragment are defined
# @@@TODO: this isn't the best thing to do if a decode error occurred
# TODO #top is OK in HTML documents
{ # XXX no easy way to check if cookie expired?
The text was updated successfully, but these errors were encountered: