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

Rcpp17 #6022

Merged
merged 3 commits into from
Jan 28, 2023
Merged

Rcpp17 #6022

merged 3 commits into from
Jan 28, 2023

Conversation

carlopi
Copy link
Contributor

@carlopi carlopi commented Jan 28, 2023

Adapt to CRAN's "NOTE: Specified C++11: please update to current default of C++17"

Note that we are disabling a test, to be worked on independently from this.

Mytherin and others added 3 commits January 28, 2023 05:29
There is currently an issue with that test, skipping it using a shortcut of requiring
an extension that will not be found at testing-time.
@Mytherin Mytherin merged commit cf2ffc6 into duckdb:master Jan 28, 2023
@Mytherin
Copy link
Collaborator

Thanks!

@krlmlr
Copy link
Collaborator

krlmlr commented Jan 30, 2023

This might hurt R 3.6.0 and R 4.0.0.

@carlopi
Copy link
Contributor Author

carlopi commented Jan 30, 2023

This might hurt R 3.6.0 and R 4.0.0.

Could you elaborate on this + what you would suggest?
I have a hard time understanding what's required, any guidance is welcome.

@krlmlr
Copy link
Collaborator

krlmlr commented Jan 30, 2023

To be more precise, not hurting old R versions, but old OSes and compilers that don't support C++17. So, unless we need it, it seems better to require C++11 and not mention it, as in my other PR.

@carlopi
Copy link
Contributor Author

carlopi commented Jan 30, 2023

Understood.
One thing that we need to do is move the default to CXX17, since we have to be compliant with CRAN's rules, probably SystemRequirements line we can do without, I will give it a try.

@carlopi carlopi deleted the Rcpp17 branch February 7, 2023 20:48
@carlopi carlopi mentioned this pull request Aug 4, 2023
1 task
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.

None yet

3 participants