Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output script command in verbose mode #4123

Merged

Conversation

alcohol
Copy link
Member

@alcohol alcohol commented Jun 9, 2015

Follow up on #4120

Not sure if we should only show it in verbose mode, or show by default and hide in quiet mode. Feedback/thoughts?

/cc @Seldaek @theofidry

@theofidry
Copy link
Contributor

IMO it should be shown even in quiet mode. It is not too verbose to begin with and otherwise it would be meaningless for the use case described in #4120.

@alcohol alcohol force-pushed the output-script-command-in-verbose-mode branch from e85e562 to 9223f4a Compare June 9, 2015 12:02
@stof
Copy link
Contributor

stof commented Jun 12, 2015

what about the case of PHP scripts ?

@alcohol
Copy link
Member Author

alcohol commented Jun 13, 2015

What exactly do you mean? Like..

"scripts": {
  "command": "Some\\Class::method"
}

?

@Seldaek Seldaek merged commit fd34c58 into composer:master Jul 4, 2015
Seldaek added a commit that referenced this pull request Jul 4, 2015
@Seldaek
Copy link
Member

Seldaek commented Jul 4, 2015

Thanks, I added the event name in verbose mode too, I think this might become a pain for people with plugins having lots of listeners though so we might need to downgrade it to -v/-vv instead of */-v but let's see how it goes.

naderman added a commit to naderman/composer that referenced this pull request Jul 6, 2015
…oviders-2

* github-composer/master: (64 commits)
  Fix tests
  Add event name in verbose mode, refs composer#4123
  Use only one level of verbosity
  Rendering fix, refs composer#4172
  Formatting tweaks, refs composer#4172
  Minor tweaks, refs composer#4172
  Revert "apply a regex solution instead of tokenizer"
  apply a regex solution instead of tokenizer
  updated spdx related files
  Mark VersionParser::formatVersion() as deprecated
  Update callers of VersionParser::formatVersion()
  Move VersionParser::formatVersion() to BasePackage::getFullPrettyVersion()
  Changing config.json to satis.json
  Fix: Import Symfony\Component\Finder\Finder
  CS fixes
  outside of table, no need to escape
  added some links and some restructuring
  better phrasing / structure + moved version testing link
  reworking basic usage, added versions article
  add installer information
  ...

Conflicts:
	src/Composer/Repository/ComposerRepository.php
@alcohol alcohol deleted the output-script-command-in-verbose-mode branch September 13, 2016 06:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants