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. |
0 replies
|
This seems indeed the case. From the Lyric release notes:
|
0 replies
|
As noted in the release notes I can achieve the same result with advising: |
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.
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?All reactions