-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
[R-package] CRAN warnings about use of 'char_traits<fmt::detail::char8_type>' #6264
Comments
Assigned this to myself. I'm investigating it right now. Anyone else reading this... please do post if you have ideas! |
Decided to leave this open until we see a new release to CRAN pass checks. |
Happy to say v4.3.0, which contains the fix from #6265, has been accepted to CRAN. It's passing all but one checks (just waiting for https://cran.r-project.org/web/checks/check_results_lightgbm.html This can be closed. |
This issue has been automatically locked since there has not been any recent activity since it was closed. To start a new related discussion, open a new issue at https://github.com/microsoft/LightGBM/issues including a reference to this. |
Description
I received the following email from CRAN today. They found a warning raised when
{lightgbm}
is compiled withclang-18
, and are giving us 14 days to fix it or risk the project being archived.That is about this compilation warning:
(R CMD check logs from CRAN)
Reproducible example
This is happening on CRAN's builds with
clang-18
: https://www.stats.ox.ac.uk/pub/bdr/clang18/lightgbm.logI'll try to add CI here that reproduces it. CRAN's "Additional Issues" documentation (link) says the following for
clang-18
:Environment info
LightGBM version or commit hash:
v4.2.0
Additional Comments
Trying to reproduce this might benefit from #6116.
Related conversations about this warning:
char_traits<T>
in LLVM 18 jtv/libpqxx#738 (comment)The text was updated successfully, but these errors were encountered: