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

238, part 2: Misc fixes #262

Merged
merged 8 commits into from
Jul 8, 2024

Conversation

aliddell
Copy link
Member

@aliddell aliddell commented Jul 5, 2024

  • Use the x64-osx triplet for build and release jobs on Mac (see error here) lol never mind, here's an issue to address in a separate PR
  • Link nlohmann_json::nlohmann_json in examples
  • Fix array size bug in downsampling

@aliddell aliddell force-pushed the 238-implement-s3-sinks-pt-2 branch 4 times, most recently from fa870a2 to 932407a Compare July 5, 2024 20:05
@aliddell aliddell force-pushed the 238-implement-s3-sinks-pt-2 branch from 932407a to 13ce335 Compare July 5, 2024 20:09
@aliddell aliddell marked this pull request as ready for review July 5, 2024 20:24
@aliddell aliddell changed the title Misc fixes 238, part 2: Misc fixes Jul 6, 2024
Copy link
Collaborator

@shlomnissan shlomnissan left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@@ -12,7 +12,7 @@
#include <fstream>
#include <stdexcept>

#include "tests/json.hpp"
#include <nlohmann/json.hpp>
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think we can delete tests/json.hpp at this point, right?

Copy link
Member Author

Choose a reason for hiding this comment

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

I think you did this already in an earlier PR.

@aliddell aliddell merged commit c77a987 into acquire-project:main Jul 8, 2024
4 checks passed
@aliddell aliddell deleted the 238-implement-s3-sinks-pt-2 branch July 8, 2024 16:00
aliddell added a commit that referenced this pull request Jul 10, 2024
…e tests. (#264)

- Moves classes and functions from common.hh/common.cpp to separate
files in src/common
- Updates header includes accordingly
- Move shard index tests to common/utilities.cpp
- Adds a thread pool unit test.

Depends on #262.
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