-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
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
Labels
No labels