Uploaded image for project: 'Coin'
  1. Coin
  2. COIN-878

Path separator in coin instructions

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Won't Do
    • P3: Somewhat important
    • None
    • None
    • None

    Description

      It's a pain to re-write coin instructions for windows and non-windows OSes. It also doubles the configuration size and complicates the logic. I see two alternatives to improve the situation:

      IMO the best solution would be to

      • Make Coin interpret the forward slash / as the universal path separator. Internally it would translate it to backslash when needed on Windows.

      Alternatively, much easier is to

      • Introduce an internal variable Slash that can easily be expanded in a cross-platform way, for example:
        variableValue: " {{.SourceDir}}{{.Slash}}coin_qnx_qemu_runner.sh"
        

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            tosaario Toni Saario
            jimis Dimitrios Apostolou
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes