Skip to content

std.DynLib: compile error if attempt to lookup a fn pointer with an unspecified callconv - #19842

Closed
Pyrolistical wants to merge 1 commit into
ziglang:masterfrom
Pyrolistical:require-callconv-for-fn-ptr
Closed

std.DynLib: compile error if attempt to lookup a fn pointer with an unspecified callconv#19842
Pyrolistical wants to merge 1 commit into
ziglang:masterfrom
Pyrolistical:require-callconv-for-fn-ptr

Conversation

@Pyrolistical

Copy link
Copy Markdown
Contributor

fixes#19841

Comment threadlib/std/dynamic_library.zig Outdated
@alexrp
alexrpforce-pushed the require-callconv-for-fn-ptr branch from a044b49 to 225e060CompareOctober 8, 2024 16:40
@alexrp
alexrp requested a review from VexuOctober 8, 2024 16:40
@alexrp

Copy link
Copy Markdown
Member

Looks like this needs some adjustment after #21225.

@alexrp

Copy link
Copy Markdown
Member

Closing due to inactivity, but feel free to reopen after a rebase.

@alexrpalexrp closed this Aug 24, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

std.DynLib corrupts struct passed by value

3 participants

@Pyrolistical@alexrp@Vexu