Dominik Honnef

Results 508 comments of Dominik Honnef

`unused` does not properly fit in the `analysis.Analysis` framework, as results from multiple packages need to be combined to truly determine which identifiers are unused. That is why the analysis...

The problem isn't exclusive to exported objects, but also test variants. Consider the following module: ``` -- foo.go -- package pkg func testHelper() {} -- foo_test.go -- package pkg import...

I don't think there is any code to write here. We can't modify the analysis to directly report diagnostics for the aforementioned reasons, so the only other option I see...

I don't believe that an Analyzer that depends on the `unused` analyzer can address the issue regarding multiple packages I've explained before. But yes, I would be open to adding...

For the moment you will have to use `master` instead of `latest`.

> Sorry for bothering, I know you're in the middle of rewriting things, probably I should just wait? But with master repo clone > > ``` > go1.23.0 run cmd/gotraceui/main.go...

Feel free to send a patch. Two columns sounds fine.

#1570 is non-trivial and probably requires a bunch of decisions from my end. The error emitted by Hugo is a red hearing and slightly incorrect and most likely caused by...

And please don't feel obligated to work on this. I know that the website is a bit of a pain to work on.

Thank you for the offer, but I don't intent to switch to _another_ framework.