Skip to content

sync run length encoding#830

Merged
mk-mxp merged 6 commits intoexercism:mainfrom
tomasnorre:sync-run-length-encoding
Oct 30, 2024
Merged

sync run length encoding#830
mk-mxp merged 6 commits intoexercism:mainfrom
tomasnorre:sync-run-length-encoding

Conversation

@tomasnorre
Copy link
Copy Markdown
Contributor

Resolves #824

@github-actions
Copy link
Copy Markdown

This PR touches files which potentially affect the outcome of the tests of an exercise. This will cause all students' solutions to affected exercises to be re-tested.

If this PR does not affect the result of the test (or, for example, adds an edge case that is not worth rerunning all tests for), please add the following to the merge-commit message which will stops student's tests from re-running. Please copy-paste to avoid typos.

[no important files changed]

For more information, refer to the documentation. If you are unsure whether to add the message or not, please ping @exercism/maintainers-admin in a comment. Thank you!

Copy link
Copy Markdown
Contributor

@mk-mxp mk-mxp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for sorting and enhancing readability!

Comment thread exercises/practice/run-length-encoding/RunLengthEncodingTest.php Outdated
Comment thread exercises/practice/run-length-encoding/RunLengthEncodingTest.php Outdated
Comment thread exercises/practice/run-length-encoding/RunLengthEncodingTest.php Outdated
@mk-mxp mk-mxp added x:action/sync Sync content with its latest version x:knowledge/elementary Little Exercism knowledge required x:module/practice-exercise Work on Practice Exercises x:type/content Work on content (e.g. exercises, concepts) x:size/small Small amount of work x:rep/small Small amount of reputation labels Oct 30, 2024
tomasnorre and others added 4 commits October 30, 2024 15:25
Co-authored-by: mk-mxp <55182845+mk-mxp@users.noreply.github.com>
Co-authored-by: mk-mxp <55182845+mk-mxp@users.noreply.github.com>
Co-authored-by: mk-mxp <55182845+mk-mxp@users.noreply.github.com>
Comment thread exercises/practice/run-length-encoding/RunLengthEncodingTest.php Outdated
Co-authored-by: mk-mxp <55182845+mk-mxp@users.noreply.github.com>
@mk-mxp mk-mxp merged commit 69d68fa into exercism:main Oct 30, 2024
@tomasnorre tomasnorre deleted the sync-run-length-encoding branch October 30, 2024 19:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

x:action/sync Sync content with its latest version x:knowledge/elementary Little Exercism knowledge required x:module/practice-exercise Work on Practice Exercises x:rep/small Small amount of reputation x:size/small Small amount of work x:type/content Work on content (e.g. exercises, concepts)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

#48in24: run-length-encoding 2024-11-19

2 participants