kdt523
kdt523
## Type of Change - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring - [ ] Dependency updates - [ ] Documentation -...
fix(http): preserve partial response on aborted streams Capture status, statusText, headers, and buffered chunks once headers arrive. On 'aborted' or 'error', build a partial response and pass it to AxiosError.from(...)...
Summary Make assert.Regexp / assert.NotRegexp fail the assertion instead of panicking when given an invalid regex pattern. Changes Use regexp.Compile (rather than regexp.MustCompile) when compiling user-supplied patterns in assert. Propagate...
docs(assert/require): clarify allowed rx values for Regexp/NotRegexp (#268, #1793) Summary Clarify the allowed types and runtime behavior of the rx argument for assert.Regexp, assert.NotRegexp and their require and *f variants....
Solution Added two-layer protection in `addAvailableLanguages()`: 1. Preventive check: Verify directory exists before attempting iteration 2. Exception handling: Catch filesystem errors during traversal Changes - Add `std::filesystem::exists()` and `std::filesystem::is_directory()` checks...
# Ensure CycloneDX SBOM consistency across OSes by skipping root input file as a component ## Description Ensure **CycloneDX SBOMs** generated from a single file source (e.g., `conan.lock`) are consistent...
This PR delivers two minimal, targeted fixes with regression tests: Core: Prevent MaxScoreBulkScorer from advancing past a leaf’s maxDoc under filtered disjunctions (avoids potential EOF when norms are accessed after...