Skip to content

Version 4.5.3

Compare
Choose a tag to compare
@cmacmackin cmacmackin released this 27 Mar 20:16
· 1333 commits to master since this release

Bug fixes:

  • Fixed bug where FORD would not recognise procedure attributes when uppercase (Issue #107)
  • Fixed failure to recognise end of interface if interface name contains brackets, for instance because it is an operator
    (Issue #107)
  • "All derived types..." link now generated below alphabetical list on main page
  • Prevented crashes when trying to generate graphs with unmatched type/constructor interface pairs
  • Checking for deferred attribute in type-bound procedures is now case-insensitive (Issue #107)
  • Ensured whitespace trimmed from end of prototype procedures for deferred type-bound procedures (Issue #107)
  • Fixed bug causing FORD to crash when checking deferred status of inherited type-bound procedures (Issue #107)
  • Will no longer crash when printing documentation for deferred generic type-bound procedures (Issue #107)