#[jacky]still working on that change to microformats-rust to vendor the rcdom logic, *vikanezrimaya*
gRegor, eitilt and geoffo joined the channel
#vikanezrimayajacky: thanks for the heads-up! my webmention checker which I just rolled into production uses microformats-rust's `pub use html5ever` and I'll need to update that once the rcdom is vendored and html5ever is bumped
#vikanezrimayaand yes I finally (almost) have webmentions working
#vikanezrimayaI think I may have forgot to actually have the `<link rel="webmention">` in the templates
#vikanezrimaya(yep, I did! should probably patch that in)
btrem, eitilt, geoffo, AramZS, gxt and alephalpha0 joined the channel
#vikanezrimaya!tell jacky I think I figured out the microformats-parser#7 — `resolve_implied_name` is called way too early, when no items sufficient to suppress implied property detection are parsed yet! The invocation should be somehow moved far later, at the end of parsing
#vikanezrimaya!tell jacky ...or maybe the function is just called twice. I commented out a second invocation at line 404 and the test passed. Including the rest of the test suite (except one failure with dates that was already present)