#410 closed defect (fixed)
chicken-install question does ignore abort
| Reported by: | Christian Kellermann | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 4.9.0 |
| Component: | unknown | Version: | 4.6.x |
| Keywords: | chicken-install dependency no-install | Cc: | |
| Estimated difficulty: |
Description
Try any egg with a missing dependency and chicken-install -n in a local repo and it will ask:
You specified `-no-install', but this extension has dependencies that are required for building. Do you still want to install them? (yes/no/abort) abort
typing 'abort' will happily try to install the missing deps.
Note: See
TracTickets for help on using
tickets.

Ugh. Fixed in "experimental" and "master". Thanks.