Community
Participate
Working Groups
Code containing "INTRINSIC" definitions in the header (e.g. of a function) breaks the outline view: I have a module defining INTRINSIC :: MAX, SQRT, NULL in the header. The module contains some functions, and should look something like this in the outline view: M modulename > function 1 > function 2 > function 3 [...] Instead, it looks like this: M modulename > MAX >>SQRT >>>NULL >>>> function 1 >>>> function 2 >>>> function 3 [...] I have tested this with a fresh Photran project and a simplistic module and the same happens (see attachment), so I assume this is a bug. Best, Christoph
Created attachment 181590 [details] PNG image of the broken outline view
Created attachment 191427 [details] Patch
Thanks for the bug report. This will be fixed in Photran 6.0.7 and 7.0. Patch committed to ptp_4_0 and HEAD.