Uploaded image for project: 'Code Tools'
  1. Code Tools
  2. CODETOOLS-7904051

Jextract should generate symbols in the same class consistently

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • None
    • None
    • tools
    • None

      A symbol, depending on the order that clang found it will not necessarily be in the same class every time.
      The IDE works against you here, when you navigate to a symbol and it exists in header number 4 for example, it will sometimes automatically import header number 4 so you have to go and change it because you want to get it from the top level class.

      If you don't do that, you build a dependency for your platform into the generated code.
      The symbols not being consistent across platforms can be fixed by sorting the symbols.

            nbenalla Nizar Benalla
            nbenalla Nizar Benalla
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: