Skip to content
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

Merged
merged 1 commit into from
Apr 17, 2024
Merged

scrabble-score: sync #126

merged 1 commit into from
Apr 17, 2024

Conversation

ErikSchierboom
Copy link
Member

Sync the scrabble-score exercise with the latest data, as defined in https://github.com/exercism/problem-specifications/tree/main/exercises/scrabble-score.

  • Feel free to close this PR if there is another PR that also syncs this exercise.
  • When approved, feel free to merge this PR yourselves (you don't have to wait for me).

As this PR only updates docs and/or metadata, it won't trigger a re-run of existing solutions (see the docs).

@ErikSchierboom ErikSchierboom added the x:size/tiny Tiny amount of work label Apr 17, 2024
@axtens axtens merged commit 554f5f8 into main Apr 17, 2024
3 of 4 checks passed
@axtens axtens deleted the sync-scrabble-score-exercise branch April 17, 2024 09:15
@axtens
Copy link
Member

axtens commented Apr 17, 2024

re appveyor, i've written to Simon Sobisch (@GitMensch) but haven't heard from him. Shall try again.

@GitMensch
Copy link

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.

@axtens
Copy link
Member

axtens commented Apr 17, 2024

Invoke-WebRequest -Uri 'https://ci.appveyor.com/api/projects/GitMensch/gnucobol-3-x-win32-posix/artifacts/gnucobol-3.2-dev-MinGW-binaries%20(debug).zip?job=Environment:%20BUILD_TYPE=MSYS,%20BUILD_BIN=C:\MinGW\msys\1.0\bin' -OutFile ~\gnucobol-3.2-dev.zip @requestOpts

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

@axtens
Copy link
Member

axtens commented Apr 17, 2024

@GitMensch
Copy link

GitMensch commented Apr 17, 2024

Ah, then it is likely best to take the official 3.2 packages instead - either the MSYS2 one (pacman -S gnucobol) or the 3.2 MinGW binaries (similar to the package you have, but better): https://arnoldtrembley.com/GnuCOBOL.htm

... 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.

@axtens
Copy link
Member

axtens commented Apr 17, 2024

Thank you, sir. @ErikSchierboom how do we proceed from here?

@ErikSchierboom
Copy link
Member Author

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

axtens pushed a commit to kapitaali/exercism-cobol-track that referenced this pull request Apr 19, 2024
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 <keeperotphones@gmail.com>

* Update exercises/practice/protein-translation/src/protein-translation.cob

Co-authored-by: Victor Goff <keeperotphones@gmail.com>

* 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 <erik_schierboom@hotmail.com>

* 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 <bruce.axtens@gmail.com>

---------

Co-authored-by: Bruce Axtens <bruce.axtens@gmail.com>
Co-authored-by: Victor Goff <keeperotphones@gmail.com>
Co-authored-by: Erik Schierboom <erik_schierboom@hotmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
x:size/tiny Tiny amount of work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants