Roscoe A. Bartlett

Results 1115 comments of Roscoe A. Bartlett

I will note, however, for the first use case mentioned above were you are trying to iteratively debug and squash surviving mutations with lots of build/test cycles, you would likely...

Likely the most efficient way to workaround this issue would be to edit the coverage information that is passed in through `mull-runner --coverage-info=.profdata ...`. What you would do is to...

With the recent removal of the `scalar_value_mutator` in PR #1109, there does not seem to be a way to mutate scalar data like defined in an array like `daysInMonthArray`. Is...

I noticed in: * #775 the bullet: * **AST-based mutations**: after a lot of considerations we decided that AST-based mutations (based on Clang plugins) are the must-have. I am guessing...

@AlexDenisov, responding to your comment: * https://github.com/mull-project/mull/issues/1102#issuecomment-3403369218 here ... > Right now, Mull doesn't have anything that could help finding the issue in the test case. I will need to...

As per: * https://bssw.io/items/cmake-tutorial-and-reference-resources > CMake (which includes the executable tools cmake, ctest and cpack with each CMake installation) continues to evolve and improve fairly rapidly from release to release....

> Chasing the latest version can create a real pain point if you are trying to do things on older platforms. @jjellio, what are the pain points from using newer...

@sebrowne and @cgcgcg, NOTE: The version CMake 3.28 was selected when this issue was first opened over a year ago. In the past, we have targeted upgrading to a CMake...

Can someone see what the newest version of cmake available on the various systems? To start with, the Trilinos spack containers would all need the min CMake version.

Looks like ASC DevSecOps team AUE has CMake 4.1.2: ```text $ module avail 2>&1 | grep cmake ... aue/cmake/4.1.2 ... ``` Looks like Spack added CMake 4.0 support in June:...