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

Add strptime fallback not only for Windows #3094

Merged
merged 1 commit into from
Apr 17, 2024

Conversation

fdellwing
Copy link
Contributor

SerenityOS is missing strptime and currently uses a patch to enable the fallback in 1.7.1. #3008 removed the WIN32 check in util.c but not in util.h.

This changes the check in util.h as well. With this SerenityOS can drop its patch in the next jq release.

Copy link
Member

@wader wader left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, yeap looks like it was overlooked in #3008

@emanuele6 emanuele6 merged commit 6eff31a into jqlang:master Apr 17, 2024
28 checks passed
@itchyny itchyny added this to the 1.8 release milestone Apr 17, 2024
@wader
Copy link
Member

wader commented Apr 18, 2024

@fdellwing Thanks!

@fdellwing fdellwing deleted the serenity_strptime branch April 18, 2024 07:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants