aplteam / Tatin

Tatin is a package manager for Dyalog APL
MIT License
25 stars 5 forks source link

]GetDeletePolicy is buggy #178

Closed aplteam closed 3 months ago

aplteam commented 7 months ago

No argument

]GetDeletePolicy 

This presents a list with all known Registries for the user to select from. Instead it should act on the principal Tatin server, like many other user commands.

? as argument

When a question mark is specified as argument as in

]GetDeletePolicy ?

a list with all known Registries should be provided for the user to select from.

* as argument

When an asterisk is specified as argument as in

]GetDeletePolicy *

The delete policies operated by all known Registries should be provided.

Bug

Currently, the following statements all return "Any":

]GetDeletePolicy foo
]GetDeletePolicy 1
]GetDeletePolicy *
]GetDeletePolicy ?
]GetDeletePolicy 

Instead they must throws an error: neither an alias nor a URL with the HTTP protocol.

aplteam commented 3 months ago

Solved in 0.107.0