Skip to content

Duplicate symbol discovered by Whateverable #77

@coke

Description

@coke

See Raku/whateverable#386

The following code errors, and was discovered only because it was combined with IRC::Client in , and I kept narrowing the second use statement below.

$ raku -e 'use IRC::Client; use IO::Socket::Async::SSL'
===SORRY!=== Error while compiling -e
Merging GLOBAL symbols failed: duplicate definition of symbol SSL
at -e:1

The only dependency this module has is OpenSSL, and using that as the second use does not generate the same duplicate definition error.

This is with the following versions installed:

IRC::Client:ver<4.0.9>:auth<zef:lizmat>
IO::Socket::Async::SSL:ver<0.7.14>:auth<zef:jnthn>
IO::Socket::Async::SSL:ver<0.8.0>:auth<zef:jnthn>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions