IR node @Reference is treated as @Ignore by the ASTWriter

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 8
    • Affects Version/s: None
    • Component/s: core-libs
    • None


      Right now we print nothing if the ASTWriter encounters a node tagged as reference.

      @Reference tagged nodes shouldn't be skipped, they should be toString:ed in the ASTWriter but not recursively traversed, as this is what leads to the infinite loop.

      @Ignore should still be ignored.

      We should also remove the @Ignore annotation for @References that we do want printed.

            Assignee:
            Marcus Lagergren
            Reporter:
            Marcus Lagergren
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: