Ticket #1897 (closed todo: fixed)
Implement 'silent' configuration
| Reported by: | jkeenan | Owned by: | jkeenan |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.11 |
| Component: | configure | Version: | 2.10.0 |
| Severity: | medium | Keywords: | |
| Cc: | Language: | ||
| Patch status: | applied | Platform: |
Description
Documentation to several of the packages underlying Configure.pl indicates that we ought to be able to configure silently:
lib/Parrot/Configure/Options/Conf.pm:44: --silent
Don't be verbose, interactive or fatal
lib/Parrot/Configure/Options/Conf/Shared.pm:70: silent
lib/Parrot/Configure/Options/Test.pm:39: silent
But it appears this had never been implemented.
$ grep -n silent Configure.pl $
Make it so.
Change History
Note: See
TracTickets for help on using
tickets.
