gFTL icon indicating copy to clipboard operation
gFTL copied to clipboard

Bug - in combining use fo multiple containers in one program unit

Open tclune opened this issue 2 years ago • 2 comments

If multiple (v2) containers are used in a single program unit, some of the procedure names conflict. E.g., before begin() was only a type-bound procedure on containers that support iterators. But it is now also a PUBLIC function that takes an iterator as an argument.

I took the easy path and did not use a generic interface block to expose the method which results in unnecessary name conflicts. The correction is to use interface blocks in each case. Tedious, but straightforward.

tclune avatar Mar 01 '22 21:03 tclune

I would like your help to explain to me the structure of gFTL

weiyuan-jiang avatar Mar 02 '22 16:03 weiyuan-jiang

ok - maybe we can do this after the SI meeting today. Might be easier if we can point at a shared screen.

tclune avatar Mar 02 '22 18:03 tclune