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

Fix initialization of compilation_db emitters #4599

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

mwichmann
Copy link
Collaborator

As written, the entries using the SharedObjectEmitter aren't added for assembler files. This doesn't seem to be a problem in real life, as SCons doesn't distinguish between static/shared for objects created by the assemblers at the moment, but it's perhaps better to make this consistent, if only to keep people from copying bad code in making custom entries. Can't really think of a testcase that would be useful.

Contributor Checklist:

  • I have created a new test or updated the unit tests to cover the new/changed functionality.
  • I have updated CHANGES.txt (and read the README.rst)
  • I have updated the appropriate documentation

@bdbaddog bdbaddog merged commit f700df2 into SCons:master Sep 16, 2024
6 of 7 checks passed
@mwichmann mwichmann added this to the NextRelease milestone Sep 17, 2024
@mwichmann mwichmann deleted the compdb_components branch September 17, 2024 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Complete
Development

Successfully merging this pull request may close these issues.

2 participants