You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying to adapt libcxxwrap and cxxwrap to julia nightly, in addition to #390 and JuliaInterop/libcxxwrap-julia#137 I got several errors from the new StdString code from #381:
While trying to adapt libcxxwrap and cxxwrap to julia nightly, in addition to #390 and JuliaInterop/libcxxwrap-julia#137 I got several errors from the new StdString code from #381:
The code in question is calling the internal
Base._nextind_str
:CxxWrap.jl/src/StdLib.jl
Line 41 in 952a584
But after the recent optimizations in JuliaLang/julia#51671 this stopped working when passing in UInt32 codepoints.
cc: @omus
The text was updated successfully, but these errors were encountered: