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

Compatibility with gawk-5 #297

Closed
ferki opened this issue Apr 22, 2019 · 1 comment
Closed

Compatibility with gawk-5 #297

ferki opened this issue Apr 22, 2019 · 1 comment

Comments

@ferki
Copy link

ferki commented Apr 22, 2019

When using the recently been released gawk-5.0.0, the test suite seems to fail when asserting gawk version to match ^4. (as reported for example in Gentoo bug 684048).

A quick and simple check of functionality with gawk-5.0.0 installed seems to indicate everything is still OK (at least with using Google translate). The test also passes except for the GawkVersion test mentioned above.

I'm opening this issue to learn how it is best to go forward in this regard. Would you prefer updating the test suite to also allow gawk-5, or would it be best to keep the dependency tied to gawk-4 on the packaging side?

@soimort
Copy link
Owner

soimort commented Apr 22, 2019

Thanks for the report. They haven't packaged gawk 5.0.0 for Arch yet, so the test suite still ran fine on my side so far.

Except for #285, it seems gawk 5 is mostly backward compatible with its version 4. But I think I'll give it a try for a few extra days to make sure it breaks nothing. Then I'll mark it as gawk 5-ready.

        assertTrue(GawkVersion ~ "^(4|5).")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants