Uploaded image for project: 'Ivy'
  1. Ivy
  2. IVY-295

support for version ranges

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.4-RC1
    • None
    • None

    Description

      Support for version ranges as a dependency constraint like this:
      [1.0,2.0] matches all versions greater or equal to 1.0 and lower or equal to 2.0
      [1.0,2.0[ matches all versions greater or equal to 1.0 and lower than 2.0
      ]1.0,2.0] matches all versions greater than 1.0 and lower or equal to 2.0
      ]1.0,2.0[ matches all versions greater than 1.0 and lower than 2.0
      [1.0,) matches all versions greater or equal to 1.0
      ]1.0,) matches all versions greater than 1.0
      (,2.0] matches all versions lower or equal to 2.0
      (,2.0[ matches all versions lower than 2.0

      Attachments

        Activity

          People

            xavier Xavier Hanin
            xavier Xavier Hanin
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: