-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Pre-fetch cobolcheck #130
Merged
Merged
Pre-fetch cobolcheck #130
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Merged
ErikSchierboom
force-pushed
the
prefetch-cobolcheck
branch
from
April 19, 2024 08:05
0ed3951
to
0c84165
Compare
Thank you! |
axtens
pushed a commit
that referenced
this pull request
Apr 19, 2024
* Pre-fetch cobolcheck * Use home dir * Fetch cobolcheck on windows * Allow for pre-installed cobolcheck
axtens
pushed a commit
to kapitaali/exercism-cobol-track
that referenced
this pull request
Apr 19, 2024
* Pre-fetch cobolcheck * Use home dir * Fetch cobolcheck on windows * Allow for pre-installed cobolcheck
axtens
added a commit
that referenced
this pull request
Apr 20, 2024
* adding protein-translation * fixed config.json for protein-translation * fixing .cut file + proof * Update exercises/practice/protein-translation/bin/fetch-cobolcheck.ps1 Co-authored-by: Victor Goff <[email protected]> * Update exercises/practice/protein-translation/src/protein-translation.cob Co-authored-by: Victor Goff <[email protected]> * Sync the `scrabble-score` exercise's docs with the latest data. (#126) * Sync the `all-your-base` exercise's docs with the latest data. (#127) * Simplify test workflow (#129) * Format config.json file (#131) * file patterns (#132) * Add file patterns * Update files keys * Pre-fetch cobolcheck (#130) * Pre-fetch cobolcheck * Use home dir * Fetch cobolcheck on windows * Allow for pre-installed cobolcheck * from appveyor to sourceforge (#128) * from appveyor to sourceforge * different server * 7z * 7z * yaml issue fixed * slashes * 7z oddities * directories * $HOME ? * atbash tweak * cache management fix * commented out extraneous DISPLAY in proof.ci.cob files * eol issue * line ends fixed * strangenesses * SPACE instead of "" in CUT files * Trim additional line * Debug * Try simplify environment variables * More debugging * More tweaking * Fix path * Fix path * Fix path * Fix env * Streamline * eof is lf * acronym * acronym * sqrt * Fix paths * Fix cache path --------- Co-authored-by: Erik Schierboom <[email protected]> * Try fix Windows caching (#133) * Try fix caching * Try fix cache path * Try include cobolcheck * Try include cobolcheck * Use home dir * Use home dir * Update proof.ci.cob (#135) function all intrinsic on its own line * Cache on linux (#134) * Try install * CONCAT -> CONCATENATE * CONCATENATE is two-fer --------- Co-authored-by: Bruce Axtens <[email protected]> --------- Co-authored-by: Bruce Axtens <[email protected]> Co-authored-by: Victor Goff <[email protected]> Co-authored-by: Erik Schierboom <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
@axtens There was code to use a pre-fetched cobolcheck in each exercise's
test.sh
file, but CI never downloaded it. This PR does that, and also applies the same logic to the powershell version. It did mean that I needed to add that extra "check if the file is already there" check to each exercise'stest.ps1
script.