Skip to content

C: don't output argument names without name#5

Open
fredrikekre wants to merge 1 commit into
JuliaInterop:mainfrom
fredrikekre:fe/unused
Open

C: don't output argument names without name#5
fredrikekre wants to merge 1 commit into
JuliaInterop:mainfrom
fredrikekre:fe/unused

Conversation

@fredrikekre

Copy link
Copy Markdown
Collaborator

No description provided.

@codecov-commenter

Copy link
Copy Markdown

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

Comment thread src/c.jl
ft = mangle_c!(typedict, arg.type, typeinfo)
print(f, ft, " ", sanitize_for_c(arg.name))
print(f, ft)
if !(isempty(arg.name) || arg.name == "#unused#")

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

xref JuliaLang/JuliaC.jl#121 for the #unused# to empty string change.

Sign up for free to 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.

2 participants