We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Even after patching for issue #9, godns does not compile with today's tip:
% make 8g -o go.8 clientconfig.go client.go defaults.go dns.go dnssec.go edns.go keygen.go kscan.go msg.go nsec3.go rawmsg.go server.go tsig.go types.go update.go xfr.go zscan.go zscan_rr.go clientconfig.go:30: undefined: error client.go:24: undefined: error client.go:25: undefined: error client.go:26: undefined: error client.go:27: undefined: error client.go:156: undefined: error client.go:175: undefined: error client.go:204: undefined: error client.go:228: undefined: error dns.go:168: undefined: error client.go:228: too many errors make: *** [go.8] Error 1
Something apparently changed recently in error types.
The text was updated successfully, but these errors were encountered:
[ Quoting <reply+i-2775217-df81b5d64> at 12:46 on Jan 9 in "[godns] Many errors ..." ]
latest weekly still works (just updated).
I'm not inclined to start patching for tip (just yet).
grtz Miek
Sorry, something went wrong.
No branches or pull requests
Even after patching for issue #9, godns does not compile with today's tip:
% make
8g -o go.8 clientconfig.go client.go defaults.go dns.go dnssec.go edns.go keygen.go kscan.go msg.go nsec3.go rawmsg.go server.go tsig.go types.go update.go xfr.go zscan.go zscan_rr.go
clientconfig.go:30: undefined: error
client.go:24: undefined: error
client.go:25: undefined: error
client.go:26: undefined: error
client.go:27: undefined: error
client.go:156: undefined: error
client.go:175: undefined: error
client.go:204: undefined: error
client.go:228: undefined: error
dns.go:168: undefined: error
client.go:228: too many errors
make: *** [go.8] Error 1
Something apparently changed recently in error types.
The text was updated successfully, but these errors were encountered: