-
Notifications
You must be signed in to change notification settings - Fork 22
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
Update supported LDC to v1.23 + v1.22 #1134
Conversation
And it uncovered a bad bug! |
Codecov Report
@@ Coverage Diff @@
## v0.x.x #1134 +/- ##
==========================================
+ Coverage 77.30% 78.76% +1.45%
==========================================
Files 84 86 +2
Lines 8042 8150 +108
==========================================
+ Hits 6217 6419 +202
+ Misses 1825 1731 -94
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
tests/system/dub.json
Outdated
@@ -3,18 +3,29 @@ | |||
"targetType": "executable", | |||
"targetPath": "build", | |||
"dflags": [ "-i" ], | |||
"lflags": [ "-lsodium" ], | |||
"libs": [ "sodium" ], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can remove this
Green, nice !
And we're g2g |
4662976
to
7bd5147
Compare
Great, thanks! |
No description provided.