Replies: 3 comments
-
|
I don't think it has worked that way (i.e., as the IRM currently documents) since perhaps the Lyric release. You'd need to find the release Lyric/Medley release notes to see what the current implementation is capable of. |
Beta Was this translation helpful? Give feedback.
-
|
This seems indeed the case. From the Lyric release notes:
|
Beta Was this translation helpful? Give feedback.
-
|
As noted in the release notes I can achieve the same result with advising: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Suppose I define this Interlisp function:
Also suppose I want to trace the function and make
TRACEdisplay only a transformation of the list argumentL, such as the reverse ofL. I would expect(TRACE (FOO (REVERSE L)))to accomplish this butTRACEproduces the usual output which doesn't include the transformedL:Is it possible to do this with
TRACE?Beta Was this translation helpful? Give feedback.
All reactions