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

Any plan to support C++20 ? #510

Open
chavid opened this issue Dec 27, 2023 · 9 comments
Open

Any plan to support C++20 ? #510

chavid opened this issue Dec 27, 2023 · 9 comments

Comments

@chavid
Copy link

chavid commented Dec 27, 2023

There was some hope that after the recent cling 1.0 release, we may get C++20 in xeus-cling. Optimistic ?

@girdevstack
Copy link

I see that cling had a PR to add c++20 and 23 support back in April but the merge wasn't completed. I pinged the folks on that to see if they can finish getting it merged. I suspect that is a blocker for this project to add it. Sure would like to see some newer feature sets added to this project.

@thisryan
Copy link

thisryan commented Nov 1, 2024

Any news on this? As far as i can see the c++20 kernel not yet there?

@ben0i0d
Copy link

ben0i0d commented Nov 6, 2024

cling has merged .
root-project/cling@628a18e

@girdevstack
Copy link

I bumped one of the issue/questions in the cling repo to see if they can help get a release cut. Then we can start shaking some trees over here. Maybe we can help get a c++20 kernel out before 2025 🤞

@ferdymercury
Copy link

cling 1.2 was just released with c++20 kernel support

@martinRenou
Copy link
Member

Any contribution for this would be really welcome! I can help with review of a PR updating cling.

@girdevstack
Copy link

@martinRenou - I've been nudging things along over on an issue that was opened in the cling repo root-project/cling#524. One of the folks on that project was able to get a new release cut that contains the upstream changes needed for c++20, but there is more. I looked through the build pipeline for xeus-cling and it looks like they use built binaries from conda forge, those are 3 releases behind where cling currently is. So until that is done I'm not sure that much can be done over here without manually building cling and then using that to build this for the sake of testing or whatever.

Once cling 1.2 has an artifact in conda forge I think that all that is needed over here is to update the version of cling in environment-host.yml and test to see if anything breaks and then push the new release. I don't have annnny idea who to ping over on this side though to get the PR merged once cling is ready in conda-forge.

@martinRenou
Copy link
Member

Sounds good!

The Cling conda-forge recipe lives here https://github.com/conda-forge/cling-feedstock/pulls, it seems the latest attempts to update the recipe faild

@girdevstack
Copy link

Ah brilliant at least we know where to look to see what is going on with that build. Thank you!

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

No branches or pull requests

6 participants