Skip to content
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

Fix: CronExpression.swift:34:396: Static let 'DefaultValue' is intern… #21

Merged
merged 1 commit into from
Mar 29, 2018

Conversation

dynamicy
Copy link

It looks like an issue about swift 4, "Swift 4 doesn't allow private constants as default arguments of internal functions in frameworks".

…al and cannot be referenced from a default argument value.
@codecov-io
Copy link

Codecov Report

Merging #21 into master will decrease coverage by 0.21%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master      #21      +/-   ##
==========================================
- Coverage   90.07%   89.86%   -0.22%     
==========================================
  Files          15       15              
  Lines         504      612     +108     
  Branches        0       22      +22     
==========================================
+ Hits          454      550      +96     
- Misses         50       59       +9     
- Partials        0        3       +3

@TheCodedSelf
Copy link
Owner

Hi @dynamicy, thanks for your pull request! I appreciate the contribution.

@TheCodedSelf TheCodedSelf merged commit 4833dc7 into TheCodedSelf:master Mar 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants