Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

break label compiles with error #519

Closed
hkollmann opened this issue Jul 30, 2019 · 1 comment
Closed

break label compiles with error #519

hkollmann opened this issue Jul 30, 2019 · 1 comment
Assignees
Labels
Milestone

Comments

@hkollmann
Copy link
Member

From qxl/demobrowser/TreeDataHandler.js

    {
      var classname = "";
      var tests = [];

      classloop:
      for (var i=0; i<this.tmap.length; i++)
      {
        for (var j=0; j<this.tmap[i].tests.length; j++)
        {
          if (this.tmap[i].tests[j] == node)
          {
            classname = this.tmap[i].classname;
            break classloop;
          }
        }
      }

      return classname;
    },

gets qxl.demobrowser.TreeDataHandler: [411,18] Unresolved use of symbol classloop

@cboulanger cboulanger added the bug label Aug 1, 2019
@cboulanger cboulanger added this to the 1.0.0 milestone Aug 1, 2019
hkollmann added a commit to hkollmann/qooxdoo-compiler that referenced this issue Sep 13, 2019
johnspackman added a commit that referenced this issue Sep 13, 2019
@hkollmann
Copy link
Member Author

Done with #569

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants