Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: Linter path issues on Windows #1015

Closed
2 tasks done
emanspeaks opened this issue Dec 9, 2023 · 0 comments · Fixed by #1016
Closed
2 tasks done

bug: Linter path issues on Windows #1015

emanspeaks opened this issue Dec 9, 2023 · 0 comments · Fixed by #1016
Labels

Comments

@emanspeaks
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

I have tried the Pre-Release of the extension.

  • I have replicated the Issue in the latest Pre-Release

Description

When using glob/variable expansions in setting either the linter.modOutput or linter.includePaths options, the expansions can sometime result in mixed slashes in paths. While Windows itself is generally indifferent to this, it is problematic for the glob package starting with major version 8 (which only successfully resolves patterns with POSIX-like forms) and for Intel Fortran Classic (which in some cases can report files not found if paths use POSIX slashes).

Screenshots

No response

Expected Behaviour

Extension should be slash-agnostic so settings can be set to consistent values for all platforms for multi-platform projects.

Version of Modern Fortran

v3.4.2023112801

Version of Visual Studio Code

v1.85.0

Platform and Architecture

Windows

Additional Information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant