-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
scrabble-score: sync #126
scrabble-score: sync #126
Conversation
re appveyor, i've written to Simon Sobisch (@GitMensch) but haven't heard from him. Shall try again. |
I don't see how that is related? Please point me to the discussion about this and I should answer there. |
3.2 is long out of dev but we're still trying to download it. It's why one part of the CI consistently fails |
Ah, then it is likely best to take the official 3.2 packages instead - either the MSYS2 one ( ... or, keep the dev snapshot. You'll always find the URL here: https://sourceforge.net/projects/gnucobol/files/gnucobol/nightly_snapshots/ - but as it is now, this may fais, because the artifacts timed out (expires after 30 days), the Appveyor environment is broken (like it currently is for Mingw and Cygwin32) or there are actual failures and no working artifact from the last 30 days. |
Thank you, sir. @ErikSchierboom how do we proceed from here? |
You'll need to update https://github.com/exercism/cobol/blob/main/.github/workflows/test-windows.yml to work with one of the suggested files above. Probably one of https://arnoldtrembley.com/GnuCOBOL.htm |
* 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]>
Sync the
scrabble-score
exercise with the latest data, as defined in https://github.com/exercism/problem-specifications/tree/main/exercises/scrabble-score.As this PR only updates docs and/or metadata, it won't trigger a re-run of existing solutions (see the docs).