dlang-community / libdparse

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

Fix #447: Use std.experimental.allocator instead of stdx.allocator #463

Closed nordlow closed 2 years ago

nordlow commented 2 years ago

No changes in uses of std.experimental.allocator API were needed.

Resolves #447.

FYI, @RazvanN7.

codecov[bot] commented 2 years ago

Codecov Report

Merging #463 (ad05699) into master (b94a157) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #463   +/-   ##
=======================================
  Coverage   82.86%   82.86%           
=======================================
  Files          11       11           
  Lines        8321     8321           
=======================================
  Hits         6895     6895           
  Misses       1426     1426           
Impacted Files Coverage Δ
src/dparse/parser.d 91.30% <ø> (ø)
src/dparse/rollback_allocator.d 91.13% <ø> (ø)
src/dparse/stack_buffer.d 95.00% <ø> (ø)

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 b94a157...ad05699. Read the comment docs.

nordlow commented 2 years ago

Can you create a tag for master, @WebFreak001?