exercism / fortran

Exercism exercises in Fortran.
https://exercism.org/tracks/fortran
MIT License
23 stars 30 forks source link

Add Exercise: Protein Translation #245

Closed D3usXMachina closed 6 months ago

D3usXMachina commented 7 months ago

Adds the protein translation exercise (discussed here).

Also adds the required assert_equal for arrays of strings to the testlib (discussed here).

github-actions[bot] commented 7 months ago

Hello. Thanks for opening a PR on Exercism 🙂

We ask that all changes to Exercism are discussed on our Community Forum before being opened on GitHub. To enforce this, we automatically close all PRs that are submitted. That doesn't mean your PR is rejected but that we want the initial discussion about it to happen on our forum where a wide range of key contributors across the Exercism ecosystem can weigh in.

You can use this link.%0D%0A%0D%0AAlso%20adds%20the%20required%20%60assert_equal%60%20for%20arrays%20of%20strings%20to%20the%20testlib%20(discussed%20%5Bhere%5D(https://forum.exercism.org/t/assert-equal-for-arrays-of-strings-in-the-fortran-track-test-library/9451)).&category=fortran ) to copy this into a new topic on the forum. If we decide the PR is appropriate, we'll reopen it and continue with it, so please don't delete your local branch.

If you're interested in learning more about this auto-responder, please read this blog post.


Note: If this PR has been pre-approved, please link back to this PR on the forum thread and a maintainer or staff member will reopen it.

ErikSchierboom commented 7 months ago

LGTM. I'll let some from the @exercism/fortran maintainers team look at the Fortran-specific side of things.

ErikSchierboom commented 7 months ago

@D3usXMachina If no one has reviewed in a couple of days, please ping me.

ErikSchierboom commented 6 months ago

The test runner has been updated!