Closed
Conversation
added 4 commits
January 23, 2026 11:31
* Added options to enable AddressSanitizer (ASan) and UndefinedBehaviorSanitizer (UBSan). * Created an INTERFACE target for sanitizers to avoid global flag application. * Integrated clang-tidy for static analysis with conditional application to project targets. * Updated common GCC flags for stricter warnings.
- Introduce `copilot-instructions.md` detailing coding standards, build, and testing requirements. - Add `COPILOT_USAGE_EXAMPLE.md` with practical examples demonstrating the application of coding standards. - Include guidelines for C++20 features, naming conventions, and error handling. - Establish a workflow checklist to ensure code quality before submission.
- Implement tests for FileLoader to handle nonexistent paths and invalid studies. - Add tests for FileWriter to ensure output directory creation and simulation ID storage. - Validate error handling in both components.
|
This PR is too big. Please break it up into smaller PRs. |
* Implement basic tests for ModelerData and Modeler classes. * Add mock loader and writer for testing purposes. * Ensure Boost Unit Test Framework is included for tests.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


No description provided.