Skip to content

fix: rewrote the source file extension REGEX #306

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

Merged
merged 3 commits into from
Jul 16, 2023
Merged

Conversation

gnikit
Copy link
Member

@gnikit gnikit commented Jul 14, 2023

The regex now allows for more failthul patterns to the input strings
to be formed.
In the future we should probably allow full regex expressions as inputs,
as opposed to now, where we escape special characters.

Fixes #300

The regex now allows for more failthul patterns to the input strings
to be formed.
In the future we should probably allow full regex expressions as inputs,
as opposed to now, where we escape special characters.

Fixes #300
@gnikit gnikit force-pushed the feat/generic-sources branch from ab801e6 to 931fb55 Compare July 14, 2023 22:45
@codecov
Copy link

codecov bot commented Jul 14, 2023

Codecov Report

Merging #306 (f5b45d2) into master (351ae01) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #306      +/-   ##
==========================================
+ Coverage   86.96%   86.97%   +0.01%     
==========================================
  Files          12       12              
  Lines        4571     4575       +4     
==========================================
+ Hits         3975     3979       +4     
  Misses        596      596              
Impacted Files Coverage Δ
fortls/interface.py 100.00% <ø> (ø)
fortls/langserver.py 84.53% <100.00%> (ø)
fortls/regex_patterns.py 100.00% <100.00%> (ø)

gnikit added 2 commits July 16, 2023 16:35
v2 of pydantic introduces breaking changes, specifically Field()
now returns a FieldInfo with the `annotation` field set to NonType.
@gnikit gnikit merged commit b5d8bc2 into master Jul 16, 2023
@gnikit gnikit deleted the feat/generic-sources branch July 16, 2023 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

incl_suffixes ignored if they do not start with a dot
1 participant