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

FFI::Probe: fix complex float detection #396

Merged
merged 1 commit into from
Aug 19, 2024
Merged

Conversation

mauke
Copy link
Contributor

@mauke mauke commented Aug 17, 2024

!!$type =~ /complex/ never matches because it is parsed as (!!$type) =~ /complex/. Fix the logic by adding parentheses in the right place.

`!!$type =~ /complex/` never matches because it is parsed as `(!!$type) =~ /complex/`. Fix the logic by adding parentheses in the right place.
@plicease plicease merged commit cef9e64 into PerlFFI:main Aug 19, 2024
35 of 36 checks passed
@plicease
Copy link
Member

Thank you, merged and released as 2.09.

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