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

moustachio-belvedere picture moustachio-belvedere  路  3Comments

oxinabox picture oxinabox  路  3Comments

cscherrer picture cscherrer  路  3Comments

jaabadi picture jaabadi  路  3Comments

cossio picture cossio  路  3Comments