Skip to content

Conversation

@mk-mxp
Copy link
Contributor

@mk-mxp mk-mxp commented Oct 11, 2025

  • Run bin/configlet sync -u -e wordy --yes --docs --filepaths --metadata --tests include (updates the Markdown files and maybe tests.toml)

    • docs: instructions unsynced: wordy
  • Drop strict types comments from test file and example code (these are useless)

  • Add and sync test meta data to tests (uuid in DocBlocks / #TestDox())

  • Add exercise to bin/auto-sync.txt to keep it in sync (keep the file alphabetically sorted)

  • Decide on adding / adjusting / ordering test cases to match current problem specs

    Breaking:

    • 'just a number'
    • 'just a zero'
    • 'just a negative number'

    Non-breaking:

    • 'addition with a left hand zero'
    • 'addition with a right hand zero'
    • 'reject problem missing an operand'
    • 'reject problem with no operands or operators'
    • 'reject two operations in a row'
    • 'reject two numbers in a row'
    • 'reject postfix notation'
    • 'reject prefix notation'

    326 started, 213 solutions -> I think it is OK to break them. Single number is a reasonable requirement, that's not too hard.

  • Raise difficulty to 5(medium). It was 1 (easy), which it is not. There is a complicated RegEx or some character-based parsing involved -> medium at least.

@github-actions
Copy link

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!

@mk-mxp mk-mxp self-assigned this Oct 11, 2025
@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/medium Medium amount of work x:rep/medium Medium amount of reputation labels Oct 11, 2025
Copy link
Contributor

@homersimpsons homersimpsons left a comment

Choose a reason for hiding this comment

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

Thanks, looks nice!

@mk-mxp mk-mxp merged commit 62ab17e into exercism:main Oct 12, 2025
14 checks passed
@mk-mxp mk-mxp deleted the sync-wordy branch October 12, 2025 07:06
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/medium Medium amount of reputation x:size/medium Medium 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.

3 participants