8000 Add function prototypes in third-party DB generators by dey4ss · Pull Request #2614 · hyrise/hyrise · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add function prototypes in third-party DB generators #2614

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

Merged
merged 8 commits into from
Sep 23, 2023
Merged

Conversation

dey4ss
Copy link
Member
@dey4ss dey4ss commented Sep 22, 2023

Clang-16 complained about missing prototypes in the TPC-DS and TPC-H data generators (deprecated in C2x). This PR adds them if necessary. Furthermore, the experimental/functional header is not included anymore in the like matcher. The experimental version is not provided by clang-17 (libc++) anymore, leading to a compilation error (and all CI stages use compilers where the experimental header is not necessary).

Includes hyrise-mp/tpcds-kit#1.

@dey4ss dey4ss added ReallyEasyToReview FullCI Run all CI tests (slow, but required for merge) labels Sep 22, 2023
@dey4ss dey4ss requested a review from Bouncner September 22, 2023 12:24
Copy link
Collaborator
@Bouncner Bouncner left a comment

Choose a reason for hiding this comment

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

Nice work!

dey4ss and others added 3 commits September 23, 2023 12:04
@dey4ss
Copy link
Member Author
dey4ss commented Sep 23, 2023

@Bouncner ported the pexpect server timeout from #2610 since that PR seems to still need a while. 🧨 then?

@Bouncner
Copy link
Collaborator

@Bouncner ported the pexpect server timeout from #2610 since that PR seems to still need a while. 🧨 then?

💣🕯️❗️

@dey4ss dey4ss enabled auto-merge (squash) September 23, 2023 11:33
@dey4ss dey4ss merged commit f96c18f into master Sep 23, 2023
@dey4ss dey4ss deleted the dey4ss/clang16 branch September 23, 2023 14:50
nikriek pushed a commit that referenced this pull request Oct 28, 2023
Ensure C2x-compatibility, which clang-16+ warns about.
nikriek pushed a commit that referenced this pull request Nov 6, 2023
Ensure C2x-compatibility, which clang-16+ warns about.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FullCI Run all CI tests (slow, but required for merge) ReallyEasyToReview
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0