-
Notifications
You must be signed in to change notification settings - Fork 246
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 code as per Julia's community guidelines #590
Conversation
Multiline functions should use `return` for values. PR is trivial enough.
Codecov Report
@@ Coverage Diff @@
## master #590 +/- ##
==========================================
+ Coverage 95.01% 95.03% +0.01%
==========================================
Files 33 33
Lines 2831 2820 -11
==========================================
- Hits 2690 2680 -10
+ Misses 141 140 -1
Continue to review full report at Codecov.
|
Looks great. |
I'll plan to go through all the files and bump this PR. I have some commits
on local machine, I'll push them as soon as I can.
…On Wed 11 Mar, 2020, 5:35 PM Lyndon White, ***@***.***> wrote:
Looks great.
Is it ready to merge, or do you want to finish going through othter files?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#590?email_source=notifications&email_token=AIC2RRIP6UWUSPW6WFFHUNDRG547FA5CNFSM4LDOAW62YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEOPI6MQ#issuecomment-597593906>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIC2RRKKADX557MF75AFPG3RG547FANCNFSM4LDOAW6Q>
.
|
@oxinabox I guess this PR is now ready! Have a look at it. Now, since I read and understood through the entirity of the codebase(only the src, not the tests and benchmarks), here are few of my observations:
|
Different parts of this package have come from different places at different times. The Sorted* types were written by @StephenVavasis |
Just a few minor things. I have invited you as a collaborator to the repository (via making you a member of the org).
|
Co-Authored-By: Lyndon White <oxinabox@ucc.asn.au>
Co-Authored-By: Lyndon White <oxinabox@ucc.asn.au>
Multiline functions should use
return
for returning values.PR is trivial enough.
I'll go through each of the files and try to spot if some part of the code violates standard. Gonna take a while. Bare through that period.
List of checked files.