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

D: parse const(T), immutable, inout and shared type qualifiers #3709

Merged
merged 1 commit into from
May 1, 2023

Conversation

ntrel
Copy link
Contributor

@ntrel ntrel commented May 1, 2023

https://dlang.org/spec/const3.html
https://dlang.org/spec/const3.html#inout

inout is not working yet (missing test symbol).

@codecov
Copy link

codecov bot commented May 1, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (4622e54) 82.96% compared to head (b7a7e08) 82.96%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3709   +/-   ##
=======================================
  Coverage   82.96%   82.96%           
=======================================
  Files         226      226           
  Lines       54962    54969    +7     
=======================================
+ Hits        45598    45606    +8     
+ Misses       9364     9363    -1     
Impacted Files Coverage Δ
parsers/c-based.c 80.82% <100.00%> (+0.19%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@masatake
Copy link
Member

masatake commented May 1, 2023

Thank you.

FYI, ".b" test case can be used to gather "FIXME" input.
See https://docs.ctags.io/en/latest/testing-parser.html#gathering-test-cases-for-known-bugs .

@masatake masatake merged commit 08b7295 into universal-ctags:master May 1, 2023
@ntrel ntrel deleted the d-typecons branch May 2, 2023 16:29
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.

None yet

2 participants