Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: symfony/console
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.4.20
Choose a base ref
...
head repository: symfony/console
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.4.21
Choose a head ref
  • 9 commits
  • 25 files changed
  • 6 contributors

Commits on Mar 5, 2021

  1. Configuration menu
    Copy the full SHA
    5360aa2 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2021

  1. [Console] Fix tests

    chalasr committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    701ae4a View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. bug #40427 [Console] Stop accepting ints as InputOption defaults

    The types accepted and provided by `InputInterface::getOption`
    and `setOption` do not include `int` (and passing something like
    `--option=123` will set the option to the string `"123"`, not
    to the integer `123`).
    
    The `InputOption` default types should match this.
    oliverklee committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    3c65c2d View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Configuration menu
    Copy the full SHA
    eaa700f View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. Configuration menu
    Copy the full SHA
    ef7b1af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a5fe71 View commit details
    Browse the repository at this point in the history
  3. bug #40348 [Console] Fix line wrapping for decorated text in block ou…

    …tput (grasmash)
    
    This PR was squashed before being merged into the 4.4 branch.
    
    Discussion
    ----------
    
    [Console] Fix line wrapping for decorated text in block output
    
    | Q             | A
    | ------------- | ---
    | Branch?       |
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | License       | MIT
    
    Fixed bug that caused decorated text to be wrapped too early in SymfonyStyle->block().
    
    Commits
    -------
    
    760be88310 [Console] Fix line wrapping for decorated text in block output
    nicolas-grekas committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    0a6f821 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. [Console] minor fix

    nicolas-grekas committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    075ea64 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. Uses the correct assignment action for console options depending if t…

    …hey are short or long
    topikito authored and chalasr committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    1ba4560 View commit details
    Browse the repository at this point in the history
Loading