Skip to content

Make leading/trailing tokens array immutable #393

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 1 commit into from
Apr 29, 2020

Conversation

WebFreak001
Copy link
Member

Fixes immutable assignment of tokens to variables (See dlang-community/D-Scanner#805)

Fixes immutable assignment of tokens to variables (See dlang-community/D-Scanner#805)
@codecov
Copy link

codecov bot commented Apr 28, 2020

Codecov Report

Merging #393 into master will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #393      +/-   ##
==========================================
+ Coverage   76.09%   76.11%   +0.02%     
==========================================
  Files           9        9              
  Lines        7123     7130       +7     
==========================================
+ Hits         5420     5427       +7     
  Misses       1703     1703              
Impacted Files Coverage Δ
src/dparse/lexer.d 83.51% <100.00%> (+0.11%) ⬆️

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 828783a...8081752. Read the comment docs.

Copy link
Member

@PetarKirov PetarKirov left a comment

Choose a reason for hiding this comment

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

LGTM

@dlang-bot dlang-bot merged commit f327ce1 into dlang-community:master Apr 29, 2020
@WebFreak001 WebFreak001 deleted the token-immutable branch May 4, 2023 02:23
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.

4 participants