Replies: 1 comment
-
|
Yep, I see the problem - it looks like someone left in a debug printf statement. I've checked in a fix and will try to get it into IDL 9.2. Thanks for reporting it! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I know, this is not the right place but in case you're listening (@znorman-harris or someone else), and have an easier way to report than me going through sysadmins here, then... etc... , I'd like to point out a bug in IDL itself. When using MAKE_DLL, IDL will output related gibberish upon exit:
That last, non-LF-terminated string shouldn't be there.
This could potentially be a problem for programs that look for, e.g., a status message as the last output line of an IDL process. And it's darn irritating.
I've seen it happen on Mac Sequoia 15.5 (both x86_64 and ARM):
and Red Hat Linux 8.10 and 9.6
Here are the source files:
fmedian.zip
Unzip in an empty directory of your choice, start IDL there and do
Beta Was this translation helpful? Give feedback.
All reactions