Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. qtscxml/src/scxml/qscxmlcompiler.cpp bug

qtscxml/src/scxml/qscxmlcompiler.cpp bug

Scheduled Pinned Locked Moved Solved General and Desktop
5 Posts 2 Posters 461 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • W Offline
    W Offline
    wpmccormick
    wrote on last edited by
    #1

    Not sure this is the right place to report bugs, but here ye are.

    When Toggling on Full Namespace in the Scxml designer, state names are generated like parentState::thisState.

    The QScxmlStateMachine::fromFile fails with SCXML Parser error: parentState::thisState is not a valid XML ID.

    Tracking that down in the source, and without spending a lot of time looking, it looks like isValidToken(state->id, XmlNCName) should maybe be called with a tokenType == XmlNmtoken instead.

    Thanks!

    1 Reply Last reply
    0
    • W Offline
      W Offline
      wpmccormick
      wrote on last edited by
      #3

      Done!

      1 Reply Last reply
      0
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #2

        Hi,

        It's indeed the wrong place for bug reports. You should go to the bug report system for that.

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply
        1
        • W Offline
          W Offline
          wpmccormick
          wrote on last edited by
          #3

          Done!

          1 Reply Last reply
          0
          • SGaistS Offline
            SGaistS Offline
            SGaist
            Lifetime Qt Champion
            wrote on last edited by
            #4

            Sharing the link to the report here would be appreciated.

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply
            0
            • W Offline
              W Offline
              wpmccormick
              wrote on last edited by
              #5

              600 some seconds later ... click on the word Done :)

              1 Reply Last reply
              0

              • Login

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved