algobardo
algobardo
Have you tried if the same happens on what we have https://github.com/algobardo/semver4j ? I attempted to solve some of the problems in #12
removed these tests ``` Requirement.buildNPM("1.2.3-2.3.4"), Requirement.buildNPM("1.2.3 -2.3.4"), Requirement.buildNPM("1.2.3- 2.3.4"), ```
Well...they weren't (see https://github.com/npm/node-semver). ``` hyphen ::= partial ' - ' partial ```
Thanks, Will definitely make a pull request with the Debian pipeline as soon as I have some time. Il 30 dic 2019, 06:43 +0100, Nikolaj Bjorner , ha scritto: >...