symmetryinvestments / imap-d

D library for IMAP (JMAP is a work-in-progress but the basics work)
14 stars 10 forks source link

propagate const, remove alias this, replace sumtype #64

Closed 9il closed 3 years ago

9il commented 3 years ago

This makes the compiler happier for some generic code.

codecov[bot] commented 3 years ago

Codecov Report

Merging #64 (33971df) into master (80a1647) will decrease coverage by 0.55%. The diff coverage is 52.63%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #64      +/-   ##
=========================================
- Coverage    8.21%   7.65%   -0.56%     
=========================================
  Files          10      10              
  Lines        1327    1319       -8     
=========================================
- Hits          109     101       -8     
  Misses       1218    1218              
Impacted Files Coverage Δ
source/imap/namespace.d 0.00% <ø> (ø)
source/imap/session.d 0.00% <0.00%> (ø)
source/imap/set.d 0.00% <ø> (ø)
source/imap/searchquery.d 93.51% <100.00%> (-0.45%) :arrow_down:

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 80a1647...33971df. Read the comment docs.

otrho commented 3 years ago

Updated by #68.