Skip to content

Conversation

@alandefreitas
Copy link
Collaborator

The sanitizer prompt rejected empty input on retry attempts because validation only checked for empty/none on the first prompt, not after reprompt. Also, "none" was shown as a valid option, but wasn't accepted.

Fixes #1140

The sanitizer prompt rejected empty input on retry attempts because
validation only checked for empty/none on the first prompt, not after
reprompt. Also, "none" was shown as a valid option but wasn't accepted.

Fixes cppalliance#1140
@github-actions
Copy link

github-actions bot commented Dec 23, 2025

🚧 Danger.js checks for MrDocs are experimental; expect some rough edges while we tune the rules.

✨ Highlights

  • None noted.

🧾 Changes by Scope

Scope Lines Δ Lines + Lines - Files Δ Files + Files ~ Files ↔ Files -
🧰 Tooling 6987 6987 - 40 40 - - -
🏗️ Build / Toolchain 3435 16 3419 1 - 1 - -
⚙️ CI 10 6 4 4 - 4 - -
Total 10432 7009 3423 45 40 5 - -

Legend: Files + (added), Files ~ (modified), Files ↔ (renamed), Files - (removed)

🔝 Top Files

  • bootstrap.py (Build / Toolchain): 3435 lines Δ (+16 / -3419)
  • util/bootstrap/src/installer.py (Tooling): 962 lines Δ (+962 / -0)
  • util/bootstrap/src/presets/generator.py (Tooling): 386 lines Δ (+386 / -0)

Generated by 🚫 dangerJS against 37ea019

@cppalliance-bot
Copy link

cppalliance-bot commented Dec 23, 2025

An automated preview of the documentation is available at https://1141.mrdocs.prtest2.cppalliance.org/index.html

If more commits are pushed to the pull request, the docs will rebuild at the same URL.

2025-12-24 00:12:46 UTC

@codecov
Copy link

codecov bot commented Dec 23, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.18%. Comparing base (8da09e3) to head (37ea019).
⚠️ Report is 5 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1141      +/-   ##
===========================================
- Coverage    86.19%   86.18%   -0.01%     
===========================================
  Files          323      323              
  Lines        23954    23954              
===========================================
- Hits         20646    20645       -1     
- Misses        3308     3309       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@alandefreitas alandefreitas merged commit c136a46 into cppalliance:develop Dec 24, 2025
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Sanitizer selection in bootstrap script is broken

2 participants