nanite / nanite/BetterCompatibilityChecker
[Feature Request] Version Range
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 16
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
Feature Description
Is there anyway ranges can be added for versions. For instance if a server works for version 1.0.1 and version 1.0.6 have BCC show the modpack as vailed. Syntax can look like (1.0.0,1.0.6] meaning any version higher than 1.0.0 but less than and including 1.0.6 will work for both server and client.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the version validation entry points used for both server and client compatibility. Define the accepted range syntax and verify boundary cases such as versions above 1.0.0 through and including 1.0.6, while rejecting versions outside the range.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100