Skip to content
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

Bugfix: Fix pending RTE from ShowTraceInfoTags #1896

Merged
merged 1 commit into from
Sep 14, 2023

Conversation

MichaelHuth
Copy link
Collaborator

Under special circumstance DoIgorMenu/OVRD returned a null string for S_value. This was reported to WM and should be fixed in Igor Pro 9 Build 56469 or later.

This commit adds two checks that give a BUG message if S_value is either returned null or empty as both should never happen.

since at least eceba1d (bugfix for showing the traceinfotags, 2023-08-07)

close #1886

@MichaelHuth MichaelHuth self-assigned this Sep 14, 2023
Under special circumstance DoIgorMenu/OVRD returned a null string for S_value.
This was reported to WM and should be fixed in Igor Pro 9 Build 56469 or later.

This commit adds two checks that give a BUG message if S_value is either
returned null or empty as both should never happen.

since at least eceba1d (bugfix for showing the traceinfotags, 2023-08-07)
@MichaelHuth MichaelHuth force-pushed the bugfix/1896-mh_fix_showtraceinfotags_2 branch from 5161689 to 77a24c4 Compare September 14, 2023 13:39
@MichaelHuth MichaelHuth assigned t-b and unassigned MichaelHuth Sep 14, 2023
@t-b t-b enabled auto-merge September 14, 2023 13:55
@t-b t-b merged commit 54ff7e4 into main Sep 14, 2023
@t-b t-b deleted the bugfix/1896-mh_fix_showtraceinfotags_2 branch September 14, 2023 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RTE ShowTraceInfoTags, DoIgorMenu/OVRD returning S_value as null string
2 participants