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

Cleanup the new dependencies and our tooling setup. #943

Merged
merged 1 commit into from
Nov 5, 2021
Merged

Cleanup the new dependencies and our tooling setup. #943

merged 1 commit into from
Nov 5, 2021

Conversation

chandlerc
Copy link
Contributor

I didn't fully configure the new dependencies correctly or fully get
them working with our tooling rigging for compilation databases.

  • I needed to fix the sha256 of the benchmark. I pasted the wrong
    one, but didn't test it effectively.

  • Didn't successfully enable the use of Abseil from GoogleTest
    (including nice things like its symbolization, etc). Doing this is
    a bit awkward as it needs to go into our .bazelrc, but it works.

  • Didn't add libraries other that GoogleTest to the compile flags.

  • Didn't teach the compilation database creation step to cause these
    external repositories to be linked in and populated nicely.

All of these are fixed. As I was making changes to the Python script
here, I've added a test to at least type check it and fixed the type
errors reported.

I didn't fully configure the new dependencies correctly or fully get
them working with our tooling rigging for compilation databases.

- I needed to fix the sha256 of the benchmark. I pasted the wrong
  one, but didn't test it effectively.

- Didn't successfully enable the use of Abseil from GoogleTest
  (including nice things like its symbolization, etc). Doing this is
  a bit awkward as it needs to go into our `.bazelrc`, but it works.

- Didn't add libraries other that GoogleTest to the compile flags.

- Didn't teach the compilation database creation step to cause these
  external repositories to be linked in and populated nicely.

All of these are fixed. As I was making changes to the Python script
here, I've added a test to at least type check it and fixed the type
errors reported.
@chandlerc chandlerc requested a review from a team as a code owner November 4, 2021 03:41
@google-cla google-cla bot added the cla: yes PR meets CLA requirements according to bot. label Nov 4, 2021
@chandlerc chandlerc merged commit fdd0ec0 into carbon-language:trunk Nov 5, 2021
@chandlerc chandlerc deleted the cleanup-deps-and-compdb branch November 5, 2021 02:27
chandlerc added a commit that referenced this pull request Jun 28, 2022
I didn't fully configure the new dependencies correctly or fully get
them working with our tooling rigging for compilation databases.

- I needed to fix the sha256 of the benchmark. I pasted the wrong
  one, but didn't test it effectively.

- Didn't successfully enable the use of Abseil from GoogleTest
  (including nice things like its symbolization, etc). Doing this is
  a bit awkward as it needs to go into our `.bazelrc`, but it works.

- Didn't add libraries other that GoogleTest to the compile flags.

- Didn't teach the compilation database creation step to cause these
  external repositories to be linked in and populated nicely.

All of these are fixed. As I was making changes to the Python script
here, I've added a test to at least type check it and fixed the type
errors reported.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes PR meets CLA requirements according to bot.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants