Bug #459
Hanging on several files from the full crawl list...
Start date:
05/14/2010
Due date:
% Done:
100%
Estimated time:
Description
Arachne.mw
Cliff's_scratch_page.mw
Mapper_instructions_for_the_TBeam_planes.mw
NearOnline_Users.mw
Notes_on_operating_the_DAQ_for_Shifters.mw
Run_Summary_Plots.mw
Shift_Checklist_and_Quick_Problem_Solving.mw
History
#1 Updated by Marc Mengel over 10 years ago
May have been e34384c9, which changed the m/.../ pattern in the loop, but not
the ostensibly matching s/.../ pattern in the body of the loop, which does the substitution
that lets the loop exit.
Trying a change for that... commit:b551f6e3
#2 Updated by Marc Mengel over 10 years ago
- Status changed from New to Resolved
- Assignee set to Marc Mengel
- % Done changed from 0 to 100
Okay, now it doesn't hang... but our image is coming out as if it were a table row,
with a
and an image for Arachne.jpg|300px (which the 300px shouln't be there..) time to look at this image parser a bit more... Aha! We were matching a ! instead of a | character... commit:768f3f97 Okay now we're down to a table parsing bug... I think that's another issue.