aristanetworks / aristanetworks/goeapi
Version Check as String.
Open
- Dominant language
- Go
- Stars
- 60
- Forks
- 36
- PR merge metrics
- No merged PRs in 30d
Description
Please refer to https://github.com/aristanetworks/goeapi/blob/master/module/users.go#L371
The condition to check if the version is < "4.23" is questionable.
For eg.,
4.10 < 4.23
4.20 < 4.23
4.3 > 4.23.
4.03 < 4.23
Please confirm if this check will hold with the versioning scheme used by Arista.
Contributor guide
Research direction
Start at module/users.go line 371 and inspect the version comparison against the examples in the issue. Check the comparison against Arista's documented versioning scheme, then confirm whether the condition is valid and identify the expected behavior if it is not.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100