-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TRG object have no output when running makei b #328
Comments
It seems to fail at irregulat times
What I notice is that
The problem occurs for both BUild and Compile modes |
That message is happening when the standard out is being written to the output at Line 1256 in 6310de2
The problem is that somebody deleted the ".logs" directory and then didn't recreate it. |
@edmundreinhardt What steps can I take to reproduce this? I am not seeing the original issue anymore (where there is no output when running makei b). I also am not seeing the message I have attempted both build and compile modes. I also manually removed the .logs directory and then tried to build and still did not see the message |
As discussed, let's modify the extensions to NOT delete .evfevent and .logs |
Modification to clear .evfevent and .logs is being tracked here IBM/vscode-ibmi-projectexplorer#538 |
For our CL pseudo source, we expect output like the following
We don't see that for TRG objects.
@edmundreinhardt does this have to do with the fact that these files use
ADDPFTRG
instead ofCRTxxx
like our other CL pseudo-sourceThe text was updated successfully, but these errors were encountered: