https://github.com/ocelot-inc/ocelotgui/blob/19349c7334347eb37ef61b9694390581ea5db238/ocelotgui.cpp#L16896C5-L16896C29

I need to find this line of code based on the keywords “tnt_select” and “2^32”, without specifying the repository because I’m looking for instances of the same bug in other projects. This repo is public, the file isn’t obfuscated, the code is in the head of the default branch. I’ve tried Google, Github Code Search, Sourcegraph, and BigQuery on the Github data set. I’ve found a few ways to locate the .rst and .po documentation files that the bug was copied from, but none that find even this single example of it in actual source code files.

  • sparr@lemmy.worldOP
    link
    fedilink
    English
    arrow-up
    1
    ·
    7 months ago

    I have considered that approach. I’d probably do it in the cloud, in parallel, maybe even in a serverless compute environment. But it does seem like a big endeavor.