disruptek / nimph

Nim package hierarchy manager from the future 🧚
MIT License
159 stars 10 forks source link

mixed requires syntax broken #114

Closed disruptek closed 4 years ago

disruptek commented 4 years ago

See nimx and statements like

requires "variant >= 0.2.9 & < 0.3"

...which is casting the second part of the expression to some flavor of *0.3 (probably ==*0.3)