foresterre / foresterre/version-number

Add version ranges

Open
#10 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
2
Forks
0
PR merge metrics
No merged PRs in 30d

Description

e.g.

`Core(1.37) ... Core(1.49).includes( Core(1.39) )`

* Are Core and Full considered equal for the purpose of these ranges?
* Is `Full(1.49.0) in Core(1.37) ... Core(1.49)` true? And what about `Full(1.49.1) in Core(1.37) ... Core(1.49))`

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reviewing the repository's Rust version parsing and comparison entry points, then trace how version components are represented. Clarify the open questions about Core versus Full equality and range inclusivity before implementing behavior, and use the examples in the issue as acceptance cases.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
tooling
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.