dlang-community / libdparse

Library for lexing and parsing D source code
https://libdparse.dlang.io
Boost Software License 1.0
115 stars 57 forks source link

Make leading/trailing tokens array immutable #393

Closed WebFreak001 closed 4 years ago

WebFreak001 commented 4 years ago

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

codecov[bot] commented 4 years ago

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%) :arrow_up:

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.