Replies: 2 comments 3 replies
-
|
That is valid, it is possible the new logic could be to blame. Let me see if I can reproduce |
Beta Was this translation helpful? Give feedback.
-
|
I have compiled Ascent in Debug mode with tests enabled. 100% tests passed, 0 tests failed out of 1 no problem so far. I can now re-use the simple_trigger_actions.yaml created, with the only difference that I create an ascent_actions.yaml in my current build directory, which is different than the ctest working directory. The content of my ascent_actions.yaml is cut-and-pasted from the ctest output, i.e. Instead of running ctest, I run the test directly from its full path, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I was happily using a commit from a few weeks ago (git checkout 00621ed) with an ascent_actions.yaml as below:
Today, I checked out the latest commit and my execution now seg-faults. I only recompiled Ascent, did not touch my application itself and the yaml file. Moving a few steps back to commit ac3d1bc does the same. Moving one more step back to 00621ed, and my application works again. Was the syntax above working just by chance, or is it valid yaml, and commit ac3d1bc makes it fail?
Beta Was this translation helpful? Give feedback.
All reactions