Skip to content

Fix traces (re)generation

Darryl Green requested to merge github/fork/derkling/fix-traces-generation into master

Created by: derkling

Here is a refracting of the trace generation function which should:

  1. make the code a little bit more clear using a common naming schema for trace locals
  2. introduce support for text traces re-generation once the corresponding binary trace has been updated

The last feature is especially useful when we run multiple time a test which keep updating the same binary trace file.

The new proposal should diverge from original code just regarding "raw" traces generation, more details in the commit message for the second patch.

Merge request reports