Skip to content

Fix missing required args for Socket::Addrinfo::Error.new#10960

Merged
straight-shoota merged 1 commit intocrystal-lang:masterfrom
straight-shoota:fix/addrinfo-error-initialize
Jul 20, 2021
Merged

Fix missing required args for Socket::Addrinfo::Error.new#10960
straight-shoota merged 1 commit intocrystal-lang:masterfrom
straight-shoota:fix/addrinfo-error-initialize

Conversation

@straight-shoota
Copy link
Member

@straight-shoota straight-shoota commented Jul 18, 2021

Resolves #10958

Fixes a regression introduced in #10761

@straight-shoota straight-shoota added kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:stdlib:networking kind:regression Something that used to correctly work but no longer works labels Jul 18, 2021
@straight-shoota straight-shoota added this to the 1.2.0 milestone Jul 19, 2021
@Sija
Copy link
Contributor

Sija commented Jul 19, 2021

@straight-shoota title is wrong, it should mention Socket::Addrinfo::Error.new instead of ArgumentError.new.

@straight-shoota straight-shoota changed the title Fix missing required named args for ArgumentError.new overload Fix missing required named args for Socket::Addrinfo::Error.new overload Jul 20, 2021
@straight-shoota straight-shoota changed the title Fix missing required named args for Socket::Addrinfo::Error.new overload Fix missing required args for Socket::Addrinfo::Error.new Jul 20, 2021
@straight-shoota straight-shoota merged commit 0fae69d into crystal-lang:master Jul 20, 2021
@straight-shoota straight-shoota deleted the fix/addrinfo-error-initialize branch July 20, 2021 11:05
@straight-shoota straight-shoota modified the milestones: 1.2.0, 1.1.1 Jul 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind:bug A bug in the code. Does not apply to documentation, specs, etc. kind:regression Something that used to correctly work but no longer works topic:stdlib:networking

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Socket::Addrinfo::Error.new No Longer Works in 1.1.0

3 participants