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: v6.4.22
Choose a base ref
...
head repository: symfony/console
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.4.23
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Jun 27, 2025

  1. [Console] Table counts wrong number of padding symbols in `renderCell…

    …()` method when cell contain unicode variant selector
    vladimir-vv authored and nicolas-grekas committed Jun 27, 2025
    Configuration menu
    Copy the full SHA
    fe00f1b View commit details
    Browse the repository at this point in the history
  2. bug #60042 [Console] Table counts wrong number of padding symbols in …

    …`renderCell()` method when cell contain unicode variant selector (vladimir-vv)
    
    This PR was squashed before being merged into the 6.4 branch.
    
    Discussion
    ----------
    
    [Console] Table counts wrong number of padding symbols in `renderCell()` method when cell contain unicode variant selector
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 6.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? |no
    | Issues        | Fix #60038
    | License       | MIT
    
    When rendering a table in console and use emojis then width of columns could be wrong calculated.
    
    Commits
    -------
    
    380afcc8535 [Console] Table counts wrong number of padding symbols in `renderCell()` method when cell contain unicode variant selector
    nicolas-grekas committed Jun 27, 2025
    Configuration menu
    Copy the full SHA
    2f21bcd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9056771 View commit details
    Browse the repository at this point in the history
Loading