Skip to content

Comments

feat: Add support for external libraries (MPI, PETSc, HDF5) and diagn…#1307

Open
aviralnull wants to merge 1 commit intofortran-lang:mainfrom
aviralnull:feature/changes
Open

feat: Add support for external libraries (MPI, PETSc, HDF5) and diagn…#1307
aviralnull wants to merge 1 commit intofortran-lang:mainfrom
aviralnull:feature/changes

Conversation

@aviralnull
Copy link

@aviralnull aviralnull commented Feb 9, 2026

Summary

Adds support for external libraries (MPI, PETSc, HDF5) and introduces diagnostic suppression controls.

Motivation

Users experienced false diagnostics for compiled external libraries. This feature allows suppressing warnings via auto-detection or manual configuration.

Changes

  • Added libraryConfig.ts
  • Implemented auto-detection logic
  • Added manual configuration support
  • Updated diagnostics handling

Testing

  • Tested with MPI-based project
  • Verified suppression works
  • Existing tests pass

Closes #1306

…ostic controls (fortran-lang#1306) Users can now suppress warnings for external modules via auto-detection or manual configuration, eliminating false diagnostics for compiled libraries.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

1 participant