becheran / mlc

Check for broken links in markup files
MIT License
129 stars 17 forks source link

Minor things plus clippy warnings #42

Closed hoijui closed 2 years ago

hoijui commented 2 years ago
becheran commented 2 years ago

@hoijui just realized, that I did not merge this PR half a year ago 🤦‍♂️. Sorry, will now after I fixed my pipeline

hoijui commented 2 years ago

wohoo! :-) thank you!

by coincidence, I just started working on this again, yesterday, and I did lots of it, also today! :-) I decided to throw away the checking part for now, and keep only the extraction part, and do that well. I pan to then put the checking part on top of it again, by using the extraction part as a library, but also making it such, that the extractor could be run separately on the CLI, and pipe its findings into the checker.

I... had to do something very different, as I was just stuck with the complexity of all the nested for loops and synchronization code within it.