Skip to content

Commit

Permalink
Add docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens committed Jul 18, 2023
1 parent 0496961 commit 4fedbc9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/ambiguities.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ false-positive.
callable (sometimes also called "functor") and the constructor.
That is to say, `MyModule.MyType` means to ignore ambiguities between
`(::MyType)(x, y::Int)` and `(::MyType)(x::Int, y)`.
- `extension_combinations = :default`: In julia versions 1.8 and before,
this keyword argument is ignored. In julia versions 1.9 and later,
it contains the combinations of extensions to test, as a vector of
vectors of strings or symbols. The default value `:default` tests
a small amount of combinations, at least *no extensions* and *all
extensions*.
- `recursive::Bool = true`: Passed to `Test.detect_ambiguities`.
Note that the default here (`true`) is different from
`detect_ambiguities`. This is for testing ambiguities in methods
Expand Down

0 comments on commit 4fedbc9

Please sign in to comment.