Skip to content

Commit 45ff24a

Browse files
sbryngelsonCopilot
andauthored
Fix masked variables from parent scope (#959)
Co-authored-by: Copilot <[email protected]>
1 parent f2ef560 commit 45ff24a

30 files changed

+595
-665
lines changed

.fortls.json

Lines changed: 0 additions & 94 deletions
This file was deleted.

.fortlsrc

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
2626
"pp_suffixes": [".fpp"],
2727
"pp_defs": {
2828
"MFC": 1,
29-
"MFC_DOUBLE_PRECISION": 1
29+
"MFC_SINGLE_PRECISION": 1,
30+
"MFC_OPENACC": 1,
31+
"MFC_MPI": 1
3032
},
3133
"lowercase_intrinsics": true,
3234
"debug_log": false,
@@ -60,26 +62,11 @@
6062
"disable_diagnostics_for_external_modules": true,
6163
"max_line_length": -1,
6264
"max_comment_line_length": -1,
63-
"symbol_skip_mem": [
64-
"mpi_*"
65-
],
6665
"disable_var_diagnostics": false,
6766
"disable_fypp": false,
6867
"fypp_strict": false,
69-
"error_suppression_list": [
70-
"include-not-found",
71-
"mod-not-found",
72-
"module-not-found",
73-
"declared-twice",
74-
"no-matching-declaration",
75-
"invalid-parent",
76-
"parsing-error",
77-
"fypp-error",
78-
"preprocessor-error",
79-
"implicit-type"
80-
],
8168
"incremental_sync": false,
82-
"debug_parser": false,
69+
"debug_parser": true,
8370
"skip_parse_errors": true,
8471
"disable_parser": [
8572
"src/post_process/m_data_output.fpp",

0 commit comments

Comments
 (0)