Added support for the from_native function in both Composer and Golang version ranges#152
Added support for the from_native function in both Composer and Golang version ranges#152aayushkdev wants to merge 2 commits intoaboutcode-org:mainfrom
from_native function in both Composer and Golang version ranges#152Conversation
…lang version ranges. issue aboutcode-org#47 Signed-off-by: Aayush Kumar <aayush214.kumar@gmail.com>
|
@TG1999, @aayushkdev
1 and 2 are pretty big in my opinion, 3 is nice to have |
|
@barv-jfrog Thanks ++ for the inputs! @aayushkdev Do you mind to have a look and add these enhancements? |
|
@barv-jfrog would you have some real, live examples to share for a test suite? Or would have a link to composer PHP's test code that we could port to use as tests here? |
|
@pombredanne sure
Regarding the logic of each one of this - 1 and 3 are simple, they are the same as "||" and "x". |
yeah sure I will have a look. |
…onRange Signed-off-by: Aayush Kumar <aayush214.kumar@gmail.com>
|
Hey @barv-jfrog @pombredanne I have made the requested changes please have a look. |
|
Hi @aayushkdev thanks for paying attention to my comments. |
Fix #47
from_nativefunction in both Composer and Golang version ranges.>=1.2.3,<=2.0.0,v1.2.3-beta.1, and ranges using||for multiple constraints.^,~,.*patterns, and the||operator for combining multiple version ranges.