-
Notifications
You must be signed in to change notification settings - Fork 302
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
Comments
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. |
Any news on this? As far as i can see the c++20 kernel not yet there? |
cling has merged . |
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 🤞 |
cling 1.2 was just released with c++20 kernel support |
Any contribution for this would be really welcome! I can help with review of a PR updating cling. |
@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 |
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 |
Ah brilliant at least we know where to look to see what is going on with that build. Thank you! |
There was some hope that after the recent cling 1.0 release, we may get C++20 in xeus-cling. Optimistic ?
The text was updated successfully, but these errors were encountered: