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

Unnecessary linebreaks in GitHub Actions output #258

Open
sshine opened this issue Sep 22, 2023 · 1 comment
Open

Unnecessary linebreaks in GitHub Actions output #258

sshine opened this issue Sep 22, 2023 · 1 comment

Comments

@sshine
Copy link

sshine commented Sep 22, 2023

The stdout of my build command contains a lot of linebreaks that appear out of nowhere.

I'm not sure where they come from; I don't think they're purely misinterpreted ANSI codes.

    Downloaded clap_complete_command v0.5.1
  
     Compiling proc-macro2 v1.0.66
     Compiling unicode-ident v1.0.11
  
   
    Compiling libc v0.2.147
  
   
    Compiling autocfg v1.1.0
  
   
    
  Compiling
   
  quote
   v
  1
  .
  0
  .
  33
  
  
   
   
   
  Compiling
   
  syn
   v
  2
  .
  0
  .
  31
@sshine
Copy link
Author

sshine commented Sep 25, 2023

This was observed on a private repository, but I can reproduce the problem in public if this helps debugging.

I can also debug this myself, but I would like to know if anyone has a suggestion as to the reason.

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

No branches or pull requests

1 participant