Results 121 comments of Jerry Wiltse

Did anyone ever report this to Clang? If so, is there an open issue? We just hit same issue with hash.

I just sent an email to the bug report email. Hope they get it.

Linking this ticket to another which has the goal of making this message non-fatal, since it is regarded in some parts of the code as a "warning" https://github.com/libarchive/libarchive/issues/1516

I'm not sure what's appropriate. I'll let you decide since you have more experience with commit history nuances.

For future reference, what was the decision here?

@McFoggy your PR was merged into github-plugin over a year ago. I'm surprised I'm still having this issue on latest Jenkins with latest github plugin versions. I thought your PR...

On the plus side, I was able to enable debugging and get the log message you added in your PR by adding a logger for `ALL` events on class: `org.jenkinsci.plugins.github.webhook.subscriber.DefaultPushGHEventSubscriber`...

My problem was that I failed to set the URL on the Gitbucket server. I will update the wiki with requirement.

Wiki is here: https://github.com/gitbucket/gitbucket/wiki search the page for jenkins it explains a lot of caveats and gotchas

@raphw here's a reproduction of a common Groovy testing situation with JUnit 5 and Mockito 4.9.0 which reproduces the error: ``` cannot be returned by getMetaClass() getMetaClass() should return MetaClass...