Skip to content
New issue

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

rename: compile to binary -> link to binary #4577

Merged
merged 1 commit into from
Jan 11, 2023
Merged

Conversation

dkm
Copy link
Member

@dkm dkm commented Jan 11, 2023

With the merge of #3232, we need to distinguish "compile to binary object" (compiler + assembler) and "compile to binary" (compiler + assembler + linker).

Renaming "compile to binary" as "link to binary" is more correct in this context and less confusing.

We don't rename the internal field (kept as 'binary') because it's part of the API and we can't break it.

Signed-off-by: Marc Poulhiès dkm@kataplop.net

With the merge of #3232, we need to distinguish "compile to binary
object" (compiler + assembler) and "compile to binary" (compiler + assembler +
linker).

Renaming "compile to binary" as "link to binary" is a more correct in this
context and less confusing.

We don't rename the internal field (kept as 'binary') because it's part of the
API and we can't break it.

Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
@github-actions github-actions bot added the ui label Jan 11, 2023
@partouf partouf merged commit 912494f into main Jan 11, 2023
@partouf partouf deleted the dkm/rename_compile_bin branch January 11, 2023 20:01
@partouf
Copy link
Contributor

partouf commented Jan 11, 2023

now live

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants