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

Remove support of deprecated UTF_ function tag prefix #402

Open Garados007 opened 1 year ago

Garados007 commented 1 year ago

All current function tags use the UTF_ prefix. #362 changed the project name and the prefix to IUTF_. To unify all prefixes the function tag prefix has to be renamed as well.

Garados007 commented 1 year ago

We can also add a compatibility layer which allows UTF_ and IUTF_ variants.

t-b commented 1 year ago

We can also add a compatibility layer which allows UTF and IUTF variants.

That would be my favourite.

t-b commented 1 year ago

I would also like to see the compatibility layer in 1.10 or even as part of #362.

Garados007 commented 1 year ago

I added the compatibility layer and the rename in PR #398.