compspec / compspec-go

Prototype compatibility plugin in go for testing compspec descriptive metadata
MIT License
0 stars 0 forks source link

Match for version (and similar) should take range or truncated #16

Open vsoch opened 9 months ago

vsoch commented 9 months ago

We currently enforce exact matches (e.g., "match exactly to 9.3") but we should also be able to say "match between 9 and 9.3" or "match any major version of 9."