Skip to content

Suggestion for a progress symbol #11817

@aleksandr-shevchenko

Description

@aleksandr-shevchenko

Let's replace this code

psalm/src/Psalm/Progress/LongProgress.php

public function taskDone(int $level): void
{
...
    $this->write(self::doesTerminalSupportUtf8() ? '░' : '_');
...
}

with

$this->write('.');

to get rid of artifacts on Windows 10/11 once and for all.

before
Image
after
Image

PS. Symbol '░' show in my Windows Terminal when run psalm from source, but show as artifact when run psalm from psalm.phar...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions