-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Waveform of strings no longer works #101
Comments
Interesting regression. Do you feel like bisecting it? Unfortunately 3.2 is quite a long way back, it may be simpler to reimplement the functionality! I didn't realise that arrays of strings actually worked. |
I'm investigating it now. There has been a large amount of changes in this area unfortunately. I'll see what I can do. |
I've found most of the missing pieces from the 3.2 -> 4.* change that broke this: The mapping between types changed rather a lot. The old The second major change is
I haven't yet worked out why elements 1 and 2 are now empty. And I'm not sure what the proper fix of the |
This:
used to give a waveform with
FTVL
ofSTRING
under pythonSoftIOC 3.2, but now it gives:The text was updated successfully, but these errors were encountered: