Actions
Bug #134
closedinterface change not detected
Start date:
10/12/2016
Due date:
% Done:
0%
Estimated time:
Forum topic:
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