vmagnin / gtk-fortran

A GTK / Fortran binding, and its documentation in the Wiki tab.
GNU General Public License v3.0
256 stars 43 forks source link

GitHub believes the .inc files are C++ instead of Fortran #263

Closed vmagnin closed 2 years ago

vmagnin commented 2 years ago

Describe the bug On the page of the project, GitHub falsely asserts that gtk-fortran is 30% C++ because he believes that the Fortran files src/gtkenums-auto.inc and src/gtk-auto.inc (both included in gtk.f90) are in that language.

Expected behavior Should asserts that gtk-fortran is ~100% in Fortran (excepting scripts, CMakes files, etc.).

Additional context These two files had initially a .f90 extension but the Fortran Package Manager fpm was automatically trying to build them as modules. I therefore renamed them with the .inc extension (see commits of the 8th April 2022).