Pkg.jl: Missing tab completion

Created on 9 Aug 2019  路  3Comments  路  Source: JuliaLang/Pkg.jl

Tab completing MLJ<tab> in pkg> mode does not list MLJModels, even though it鈥檚 a registered package.

REPL bug

Most helpful comment

The reason is that MLJModels doesn't declare any compat with Julia and we interpret that erroneously to mean that there is no compatibility at all.

All 3 comments

The reason is that MLJModels doesn't declare any compat with Julia and we interpret that erroneously to mean that there is no compatibility at all.

Cc @ablaom

@dpsanders Thanks. Fixed on master.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jebej picture jebej  路  3Comments

cossio picture cossio  路  3Comments

omus picture omus  路  4Comments

jlperla picture jlperla  路  3Comments

KristofferC picture KristofferC  路  4Comments