I am wondering if manual inspection is the way to go for pt2? Seems almost achievable with some formatting. Anyone been down this road?

  • lwhjp@lemmy.sdf.org
    link
    fedilink
    arrow-up
    1
    ·
    3 days ago

    Yeah, same here. Graphviz to get an overview (although I didn’t actually need it in the end), plus some helper functions. I’ve got an idea for how to do it in code, though, when I get a moment.

      • lwhjp@lemmy.sdf.org
        link
        fedilink
        arrow-up
        2
        ·
        2 days ago

        Posted (in the daily thread)! I was initially considering brute force on outputs which are dependencies of the first incorrect bit (but not earlier bits), but in the end I just coded up the checks I was doing by hand.