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

Fix 426: Storage classes for C style variadic functions #427

Merged
merged 1 commit into from
Aug 6, 2020

Conversation

MoonlightSentinel
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Aug 2, 2020

Codecov Report

Merging #427 into master will increase coverage by 0.06%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #427      +/-   ##
==========================================
+ Coverage   79.79%   79.85%   +0.06%     
==========================================
  Files          10       10              
  Lines        7818     7843      +25     
==========================================
+ Hits         6238     6263      +25     
  Misses       1580     1580              
Impacted Files Coverage Δ
src/dparse/ast.d 65.85% <ø> (ø)
src/dparse/parser.d 91.20% <100.00%> (+0.06%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1393ee4...d3395cc. Read the comment docs.

@WebFreak001 WebFreak001 linked an issue Aug 3, 2020 that may be closed by this pull request
src/dparse/parser.d Outdated Show resolved Hide resolved
src/dparse/parser.d Outdated Show resolved Hide resolved
Copy link
Collaborator

@Hackerpilot Hackerpilot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are a few things that need to be fixed here before this is ready to merge.

src/dparse/parser.d Outdated Show resolved Hide resolved
@dlang-bot dlang-bot merged commit b2c8800 into dlang-community:master Aug 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Storage classes for C style variadic functions.
4 participants