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

Handle "infinity" in parse_olson #36

Merged
merged 1 commit into from
Apr 21, 2019

Conversation

apaprocki
Copy link
Contributor

It has been noted that on Solaris, the span text will contain "infinity"
when such a value is serialized, but the regex only replaces "inf",
resulting in the build failure:

Bareword "DateTime::TimeZone::INFINITYinity" not allowed ...

On Solaris the serialized value of a span will contain "infinity" when such a
value is serialized, but the regex only replaces "inf", resulting in the build
failure:

```
Bareword "DateTime::TimeZone::INFINITYinity" not allowed ...
```
@autarch autarch merged commit c016c18 into houseabsolute:master Apr 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants