freebsd / kyua

Testing framework for infrastructure software
BSD 3-Clause "New" or "Revised" License
147 stars 42 forks source link

Fix compilation with clang 7.0.1 #186

Closed ngie-eign closed 5 years ago

ngie-eign commented 5 years ago

clang 7.0.1 is noting that there's an issue with compiling the tests because they're overloading another method in the same scope with a different, incompatible signature

Signed-off-by: Enji Cooper yaneurabeya@gmail.com

jmmv commented 5 years ago

Could you paste the logs for the failure and describe in more detail in the commit message what "an issue" is? I don't understand where the name conflict is coming from.

ngie-eign commented 5 years ago

@jmmv: sure! Will do when I get home

ngie-eign commented 5 years ago

Oh, wait. I realized how this is happening.

I have some local changes for adding setup fixtures on my branch which haven't been committed yet, so this issue is local to my branch.