-
Notifications
You must be signed in to change notification settings - Fork 34
Closed
Description
Originally brought up in oscar-system/GAP.jl#889 (comment).
The julia docu explains some scenario, where one would have a good reason to do type piracy, e. g. when splitting a C wrapper into a lightweight jll defining the types and another julia package implementing higher level functionality, see https://docs.julialang.org/en/v1/manual/style-guide/#Avoid-type-piracy-1 (last paragraph).
I would thus propose to add a kwarg to the piracy test with a list of types that should be treated as own types even if they are foreign.
Most other Aqua test cases have some kind of ignore kwarg, so I see no point in not having something similar for test_piracy.
Metadata
Metadata
Assignees
Labels
No labels