Project

General

Profile

Actions

Bug #134

closed

interface change not detected

Added by J. Templ about 9 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
10/12/2016
Due date:
% Done:

0%

Estimated time:

Description

The compiler does not report an interface change when changing the array length of an exported pointer type that points to a fixed length array. For example, changing 1 to 2 in the following module is not reported as an interface change:

MODULE Test;
TYPE A* = POINTER TO ARRAY 1 OF CHAR;
END Test.

Reported by J. Templ, 2016-10-12.
Based on an issue reported by Oleg-N-Cher for ofront.

Actions #1

Updated by R. Campbell over 8 years ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF