You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#142
1. Changes the container of `incl_suffixes` from a list to a set
2. Also, now the following options defined in the cmd interface will not
be initialised to empty sets when a json config file is present.
- `excl_paths`
- `source_dirs`
- `incl_suffixes`
- `excl_suffixes`
- `include_dirs`
Fixes#143
Fixes#142
1. Changes the container of `incl_suffixes` from a list to a set
2. Also, now the following options defined in the cmd interface will not
be initialised to empty sets when a json config file is present.
- `excl_paths`
- `source_dirs`
- `incl_suffixes`
- `excl_suffixes`
- `include_dirs`
Fixes#143
Describe the bug
glob patterns are not resolved if we pass them through the command line
To Reproduce
fortls --debug_filepath your_file.f90 --debug_rootpath . --source_dirs "./**"
.The text was updated successfully, but these errors were encountered: