byte-physics / igortest

Igor Pro Universal Testing Framework
https://docs.byte-physics.de/igor-unit-testing-framework/
BSD 3-Clause "New" or "Revised" License
7 stars 2 forks source link

Bug: Long full function names as wave labels #390

Closed Garados007 closed 1 year ago

Garados007 commented 1 year ago

We use at different locations in our code full function names as wave labels to identify their entries faster. This yield to some problems if the full function name is very large and larger than the allowed limit for the current IP version. This happened in #378 and was fixed with 0309a67 (Function Tags: Fix long function name bug, 2023-01-16) for function tags.

At least I found the following waves that use full function names as dimension label:

t-b commented 1 year ago

Use text waves to store the full function name.