Shubham shukla
Shubham shukla
Fix minor correctness issues: CSV headers/typos, file closes, ConfigFile croak call, reports counter
## Summary This PR delivers a set of focused, safe fixes discovered while reviewing the codebase: - CSV header correctness and spelling in `src/csvdump.py`: - ChangeSets CSV header now matches...
### Testing done - Command: `mvn --no-transfer-progress -f core/pom.xml "-Dtest=hudson.PluginWrapperTest,hudson.ProxyConfigurationTest,jenkins.widgets.HistoryPageFilterTest" test` - Result: BUILD SUCCESS - Surefire summary: Tests run: 28, Failures: 0, Errors: 0, Skipped: 0 - Notes: -...
This pull request addresses potential file descriptor leaks in the `criu/util.c` file by ensuring that file descriptors are properly closed if `install_service_fd` fails. This improves resource management and prevents leaking...
## Summary This PR fixes code quality issues identified during a repository audit, focusing on Python best practices (PEP 8) and code correctness. ## Changes Made ### 1. Fixed Improper...
Title: fix(uncertainty): allow explicit MCMC and distribution paths; avoid overloading pft$outdir as an input What was fixed or enhanced: - `get.parameter.samples()` implicitly treated `pft$outdir` as an input source for both...
### Proposed Changes This PR fixes Python 2 to Python 3 compatibility issues and improves C++ code quality. **Files Modified:** | Module | File | Changes | |--------|------|---------| | SU2_PY...
### Summary This PR fixes **5 bugs** in SU2: 3 critical division by zero issues and 2 moderate bugs affecting stability and security. ### Bugs Fixed #### 1. Wall Model...