-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
bugSomething isn't workingSomething isn't workingcliVix CLI (vix new, build, run, dev)Vix CLI (vix new, build, run, dev)devxDeveloper experience improvements: tooling, diagnostics, ergonomics, and workflow polish.Developer experience improvements: tooling, diagnostics, ergonomics, and workflow polish.refactorInternal code restructuring without changing external behavior or public APIs.Internal code restructuring without changing external behavior or public APIs.sanitizersRuntime and compile-time analysis using sanitizers (ASan, UBSan, TSan).Runtime and compile-time analysis using sanitizers (ASan, UBSan, TSan).testsTests, CI coverage and validationTests, CI coverage and validationuxUser experience improvements: CLI output, help formatting, readability, and usability.User experience improvements: CLI output, help formatting, readability, and usability.watchFile watching, hot-reload, or live execution features (watch mode, auto-rerun, dev loops).File watching, hot-reload, or live execution features (watch mode, auto-rerun, dev loops).
Description
Bug: Improve sanitizer error messages in vix check
Problem
When sanitizer runtimes are missing or unsupported, the error output can be unclear.
Proposal
- Detect common failure causes
- Provide actionable remediation steps
- Hide raw compiler output unless
--verbose
Acceptance criteria
- Clear, human-readable error messages
- Helpful suggestions for fixes
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcliVix CLI (vix new, build, run, dev)Vix CLI (vix new, build, run, dev)devxDeveloper experience improvements: tooling, diagnostics, ergonomics, and workflow polish.Developer experience improvements: tooling, diagnostics, ergonomics, and workflow polish.refactorInternal code restructuring without changing external behavior or public APIs.Internal code restructuring without changing external behavior or public APIs.sanitizersRuntime and compile-time analysis using sanitizers (ASan, UBSan, TSan).Runtime and compile-time analysis using sanitizers (ASan, UBSan, TSan).testsTests, CI coverage and validationTests, CI coverage and validationuxUser experience improvements: CLI output, help formatting, readability, and usability.User experience improvements: CLI output, help formatting, readability, and usability.watchFile watching, hot-reload, or live execution features (watch mode, auto-rerun, dev loops).File watching, hot-reload, or live execution features (watch mode, auto-rerun, dev loops).