-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Conversation
Is something wrong with this PR? |
Please, can somebody review this PR? 👀 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your submission @elswork! Left some comments in a review.
Once the container is up and running, open container terminal and execute: | ||
|
||
``` | ||
cobc -x main.cbl |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After compiling, I received the warning:
main.cbl: 22: warning: line not terminated by a newline
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've removed trailing white spaces in the cobol file and the warning message has disappeared.
@@ -0,0 +1,32 @@ | |||
# Use the [Choice] comment to indicate option arguments that should appear in VS Code UX. Use a comma separated list. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could the cobol-gnucobol-2.2.0
folder have a simpler name, like cobol
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, of course!
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \ | ||
&& /bin/bash /tmp/library-scripts/common-debian.sh "${INSTALL_ZSH}" "${USERNAME}" "${USER_UID}" "${USER_GID}" "${UPGRADE_PACKAGES}" "true" "true"\ | ||
# | ||
# **************************************************************************** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove additional #
comments to keep Docerkfile more concise?
|
||
working-storage section. | ||
|
||
77 mensaje picture x(32) value 'Hello World!!!'. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you use message
here and below instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'message' is a reserved word I've switched it to 'imessage'
@@ -0,0 +1,17 @@ | |||
#!/bin/bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could there be guidance in the readme to explain how to use the test script?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've removed those script tests.
@bamurtaugh suggestion accepted Co-authored-by: Brigit Murtaugh <[email protected]>
Created a new Pull Request #1330 |
Add COBOL devcontainer to compile and run COBOL