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
Say which line a C++ program writes, because we told a consumer the wrong one (#23)
⚠️⚠️ README's first code block is for a C program, and a C++ program names
`openkal-llvm-runtime' INSTEAD. Naming both is not redundancy --- that package
pins this one exactly, a version requirement here does not float up, and a
program that names both gets neither:
error: dependency 'mcpplibs.openkal-musl' has irreconcilable versions:
'0.10.0' requested by '<the program>'
'0.9.0' requested by 'mcpplibs.openkal-llvm-runtime@0.5.0'
⭐ RECORDED BECAUSE WE GOT IT WRONG OURSELVES. The consumer who reported
openkal-linux#13 builds C++ --- their own reports name libc++abi --- and the
0.10.0 announcement told them to change
openkal-musl = "0.10.0"
which for their build does not select the new C library and does not select the
old one either. It does not resolve. The correction is posted on that issue and
`openkal-llvm-runtime' 0.6.0 is what makes the right line exist.
⇒ A table, so that the next consumer answers this without asking and the next
release has an obvious place to be recorded.
0 commit comments