Recursive/nested prodecure labels linking discrepancy #29
Labels
priority-high
Should be resolved in 1-2 sprints
severity-high
A bug for which there may be workaround but limits the usage of the Zowe for major use cases
The current implementation of linking claims that the calls to
Proc
at (a) and (b) refers to the procedure defined at (1).We have reason to believe that both (a) and (b) should refer to (2).
PL/I docs states (credit @montymxb):
Building this program generates a warning about not having a
RECURSIVE
attribute on the innerPROC
, further reinforcing our assumption.Further testing is required, especially running this program. There are 3 possible outputs we can get from this program:
1 1
1 2 2
1 2 1
Test program:
The text was updated successfully, but these errors were encountered: