seebs

Results 35 comments of seebs

So, in the tool I wrote, I ignore questions like "channel receives" and "function calls", and just look at the type of the expression of an ExprStmt. But it occurs...

I implemented a thing like this: github.com/molecula/noticeme It's slightly more paranoid than errcheck; for instance, it notices channel receives that aren't used.

I feel I should point out, I would be 100% okay with a multi-line text input which didn't support spell-checking, tab completion, or whatever. Because I don't use those, but...

I'm still thinking about this but probably going to try to address it shortly in passing as part of looking at adding some functionality.

That analysis seems right to me, so yeah, the question then becomes why N is recorded wrong there.

I got the same error on `TestClusteringNodesReplica1` today, so it's not *just* Replica2.

A note I should make so it doesn't get lost: Some testing suggests that this has *insane* runtime performance costs in some cases. Like, doing a couple hundred queries against...

So it looks like you have about 919 million containers. That's... a heck of a thing. I'm looking into reducing the size of the Container structure right now. I don't...

Is it possible that you ran out of disk space (possibly temporarily) on that machine? How large is the file it's reporting this on (the fragments/5 file) in bytes?

It's actually the first commit in my fsck branch (which means it's stacked under a ton of other changes), so a fix exists, it's just not merged.