Ticket #1897 (closed todo: fixed)

Opened 11 years ago

Last modified 11 years ago

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

  Changed 11 years ago by jkeenan

  • status changed from new to assigned
  • owner set to jkeenan

This is potentially a GCI task.

follow-up: ↓ 3   Changed 11 years ago by coke

-1

just rip out the comments; no one is asking for this.

in reply to: ↑ 2   Changed 11 years ago by jkeenan

Replying to coke:

{{{ -1 just rip out the comments; no one is asking for this. }}}

On the contrary; I want it. I could have used this in my work tonight on TT #1044.

kid51

  Changed 11 years ago by jkeenan

  • status changed from assigned to closed
  • resolution set to fixed
  • patch set to applied

Implemented in commit a3bd233f968f203b320f2fb2c8fa623c5a531ae5. Closing ticket.

Note: See TracTickets for help on using tickets.