Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-32129

jom always falsifies the condition in ! else if

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • Qt Creator 15.0.0
    • Jom
    • None
    • Windows

    Description

      Always falsifies the condition in the ! else if statement. The corresponding statement !elseif works as expected however.

      Example:

      C:\Users\robert\k37>type a.mak
      !if "A" == "B"
      !else if "A"=="A"
      !else
      !  error
      !endif
      C:\Users\robert\k37>jom /f a.mak
      Error: ERROR:  in C:\Users\robert\k37\a.mak line 4
      

      Reported on version 15.0.0 but my jom lists 1.1.3 .

      Attachments

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

        Activity

          People

            jbornema Joerg Bornemann
            robertsundstrom Robert Sundström
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes