[Oberon] Stack overflow in ORB.OutType

Andreas Pirklbauer andreas_pirklbauer at yahoo.com
Mon Aug 3 23:51:00 CEST 2020


The module below

    MODULE A;
      TYPE X* = POINTER TO XD;
        XD = RECORD
          a*: POINTER TO XD;
        END;
    END A.

now reports a “must be exported" error in Extended Oberon. The record
XD must be exported (as a field of a private record cannot be exported).





More information about the Oberon mailing list