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

Don't crash when passing nil string to dateFromString: dateFromString:timeZone: dateFromString:timeZone:range: #7

Closed
wants to merge 1 commit into from

Conversation

cruffenach
Copy link

No description provided.

@fjolnir
Copy link

fjolnir commented Apr 3, 2013

Bump

(that or a NSParameterAssert([string isKindOfClass:[NSString class]]))

@cruffenach
Copy link
Author

What does "Bump" mean @fjolnir ?

@fjolnir
Copy link

fjolnir commented Apr 4, 2013

In this case "I agree".
It's just forum speak for keeping a post near the top.

@cruffenach
Copy link
Author

OIC cool, Wanted to make sure I wasn't missing some other implementation suggestion.

@boredzo
Copy link
Owner

boredzo commented Aug 21, 2013

I fixed this one in the underlying method, dateComponentsFromString:timeZone:range:fractionOfSecond:, instead. dateFromString:… inherits the fix because it uses that method and doesn't otherwise use the string.

@boredzo boredzo closed this Aug 21, 2013
groue pushed a commit to pierlis/iso-8601-parser-unparser that referenced this pull request Nov 26, 2013
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