Conversation
|
An automated preview of the documentation is available at https://1153.json.prtest2.cppalliance.org/libs/json/doc/html/index.html If more commits are pushed to the pull request, the docs will rebuild at the same URL. 2026-04-03 15:12:48 UTC |
|
GCOVR code coverage report https://1153.json.prtest2.cppalliance.org/gcovr/index.html Build time: 2026-04-03 15:30:17 UTC |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #1153 +/- ##
========================================
Coverage 93.68% 93.68%
========================================
Files 91 91
Lines 9164 9164
========================================
Hits 8585 8585
Misses 579 579 Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
|
|
15944e3 to
c0381d0
Compare
|
|
|
|
c0381d0 to
f5a065d
Compare
|
|
f5a065d to
42a7db6
Compare
|
|
|
relocating this comment from slack to the PR: I think this update is not following the intended idea. Compare to boostorg/url. The strategy is to install a very small matrix in .drone.star which calls generate(). However you don't need to define the entirety of generate() in drone.star. If that should be updated, then submit a PR to cppalliance/ci-automation. The generate() function lives in ci-automation and is shared among other repos. You can still include custom jobs, beyond those. However, just speculating, maybe that is what you are doing here already.
|
|
Ok, I hadn't examined it carefully. Perhaps you are completely re-writing generate() . It's a totally different function. Not a small bug fix. So the above comments are not valid. |
|
My goal is to write a generate function that I satsifies my needs then see if I can get that merged with the one in |
|
Yet another implementation option: Flamefire's And pdimov's |
42a7db6 to
3b7f244
Compare
|
|
3b7f244 to
0b6085c
Compare
|
|
0b6085c to
6851361
Compare
|
|
|
macos jobs aren't running. Analysis: Consider these functions: "linux_cxx","windows_cxx","osx_cxx","freebsd_cxx" However it isn't. If some variables are getting passed through, it could be an explanation for a problem. Inside of osx_cxx: whereas you are defining: The platform should be 'darwin' and not 'macos'. To repeat, if the "osx_cxx" is called as before, without interference I'd expect it to be fine, but if somehow the values 'macos' or 'x86_64' are bleeding through, that could break it. Try switching the code to use 'darwin' 'arm64'. If you put back the previous matrix job osx_cxx("..") as-is, that would work, so the problem is somehow involved with the new logic. |
6851361 to
46b602b
Compare
|
|









No description provided.