Replies: 1 comment 4 replies
-
|
If I recall, for efficiency IDL doesn't scan for new DLM's until you restart (or maybe do a .full_reset). I guess the thinking was that adding a new DLM was a big-enough change that it's not supposed to be done on-the-fly. |
Beta Was this translation helpful? Give feedback.
4 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.
-
Here's another plugin-unrelated thing. When I compile/run this:
then IDL claims that
my_procedureis not defined when executingtest. I believe it simply doesn't recheck the list of built-in routines after compiling a procedure that references a non-existent procedure/function. I think it does re-check for new .PRO-defined procedures/functions, just not DLM-defined ones. I also think it doesn't pick up when a .PRO-defined procedure/function should become shadowed by a new DLM-defined one.Beta Was this translation helpful? Give feedback.
All reactions