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

Implement Quality of Live features for instrumentation #395

Closed Garados007 closed 1 year ago

Garados007 commented 1 year ago

This consists of the following changes:

Close #314 Close #315

Garados007 commented 1 year ago

@t-b @MichaelHuth Ready for review.

Garados007 commented 1 year ago

Can you give some reasoning why you chose to resolve the procedure path again for all procwins to reach the backup files?

It's about the ordering of the commits. In the first commit I need the files paths but I only have the procedure names stored in auto.ipf. In the second commit I remove the auto.ipf file at all.

I think I will switch the order of the commits and prevent this problem.

Garados007 commented 1 year ago

Fixed all the stuff. Please review again. :D

Garados007 commented 1 year ago

Fixed the bugs and MIES Basic test finished successfully.

Garados007 commented 1 year ago

This will no longer prompt a Backup file not found for procedure files that was never instrumented or backuped because of missing functions or macros.