Skip to content

Add notes about read only classes#3095

Merged
jagdish-15 merged 1 commit intoexercism:mainfrom
kahgoh:fix/read-only
Mar 3, 2026
Merged

Add notes about read only classes#3095
jagdish-15 merged 1 commit intoexercism:mainfrom
kahgoh:fix/read-only

Conversation

@kahgoh
Copy link
Member

@kahgoh kahgoh commented Mar 2, 2026

  • Adds Javadocs to Character and Destination classes in Wizards and Warriors 2 and the Item class in Knapsack to let students working offline know that they are treated as read only by the test runners.
  • TavelMethod made editable to allow students to experiment with making changes to the enum.

Changes in commit does not change outcome of tests.

[no important files changed]

Resolves #3092


Reviewer Resources:

Track Policies

@kahgoh kahgoh added the x:rep/small Small amount of reputation label Mar 2, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Mar 2, 2026

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!

- Adds Javadocs to Character and Destination classes in Wizards and Warriors 2
  and the Item class in Knapsack to let students working offline know that
  they are treated as read only by the test runners.
- TavelMethod made editable to allow students to experiment with making changes
  to the enum.

Changes in commit does not change outcome of tests.

[no important files changed]

Resolves exercism#3092
@jagdish-15 jagdish-15 merged commit 443cc52 into exercism:main Mar 3, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

x:rep/small Small amount of reputation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Wizards and Warriors 2 classes not clearly marked as read only

2 participants