lcdr

Results 7 comments of lcdr

So, for some reason the `~/.rustup` directory itself won't be cached properly, but caching its contents works. The following setup works for me: ```yaml - name: Cache toolchain uses: actions/cache@v2...

Sounds like the sqlite file cannot be opened for writing. Did you specify an output path yourself? Do you have permissions to write in the output directory?

Closing for lack of response.

Hmm, that's a good catch. Unfortunately, with the way pkextractor works right now, there is no simple fix for this - it would require a rewrite to go through a...

I ran into the same thing some months ago when trying to run this project. I can reproduce this semi-reliably, not 100% of the time, but often enough for debugging....

> I think the solution here would be: [...] Already did that, but - GDB is not very useful for the Python -> C boundary, there are a bunch of...

I'd like to know how this would interact with the previous RFC #2845 . Is this meant as a complete replacement or as an extension? I deliberately did not address...