Replies: 7 comments 4 replies
-
Certainly easy for GDL, a couple of code lines could suffice... But, is there some equivalent in IDL we should reproduce? Never saw anything about it in the documentation. OTHOH, as GDL now can save procedures, and does not print the "% Compiled module" when restoring them, one could with some work put many of them in a |
Beta Was this translation helpful? Give feedback.
-
I would really appreciate if GDL could be silent on this. Didn't know that GDL can save and restore procedures! Since when? Will test it right now. |
Beta Was this translation helpful? Give feedback.
-
@brandy125 In fact it is a problem since IDL is not enforcing that at the compilation level ! I suspect it is quite simple to add a global env to deactivate that. The code to look at is We have
but I don't know what it stand for :( |
Beta Was this translation helpful? Give feedback.
-
You need to explicitly specify the /routine keyword Tested with success on Linux (U2204) on current Git version (compiled with the script)
then
You cannot save in same file variables & routines We need few cleanups of the messages when doing unexpected calls ... |
Beta Was this translation helpful? Give feedback.
-
Wow wow wow!!!! Nice work done! A full compilation of my 1400 programs took 96 seconds and a restore now takes only 3 seconds!!! |
Beta Was this translation helpful? Give feedback.
-
added --silent in #1769 |
Beta Was this translation helpful? Give feedback.
-
The definitive answer: |
Beta Was this translation helpful? Give feedback.
-
Is it possible to avoid the "% Compiled module:" message for every compiled program?
I really do not need this info and the important print messages get hidden.
Beta Was this translation helpful? Give feedback.
All reactions