question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Regression: rc0003 outputs extra characters on OSX

See original GitHub issue

Cake 1.0.0-rc0003 seems to write spurious characters the first time a script writes to the Console on OSX.

I’m only able to reproduce on OSX. In Windows it works as expected (Tested Command-prompt, PowerShell, Windows Terminal).

At first glance, it appears to be a side-effect of migrating to Spectre.Console.

What You Are Seeing?

image

What is Expected?

image

What version of Cake are you using?

v1.0.0-rc0003

Are you running on a 32 or 64 bit system?

64-bit

What environment are you running on? Windows? Linux? Mac?

OSX.

Are you running on a CI Server? If so, which one?

No

How Did You Get This To Happen? (Steps to Reproduce)

  • test-console.cake
Information("Hello: {0}", "Augusto1");
Information("Hello: {0}", "Augusto2");
Information("Hello: {0}", "Augusto3");
Information("Hello: {0}", "Augusto4");

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:10 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
devleadcommented, Feb 4, 2021

Can comfirm in iTerm 1.0.0-rc0003 image vs. 1.0.0-rc0002 image

0reactions
cake-build-botcommented, Feb 7, 2021

🎉 This issue has been resolved in version v1.0.0 🎉

The release is available on:

Your GitReleaseManager bot 📦🚀

Read more comments on GitHub >

github_iconTop Results From Across the Web

OS X: "man" output giving extra characters when redirected
I am trying to do a simple output redirect in OS X (El Capitan, v10.11.3) Terminal (bash shell) and am getting a bunch...
Read more >
How can I fix issue about wrong character output in my Mac ...
yesterday I've tried some installations/upgrades of node, Ruby etc. via homebrew. Since that my terminal output on my Mac is unreadable. Looks ...
Read more >
Enter characters with accent marks on Mac
In apps on your Mac, type characters with accent marks by pressing a key on the keyboard to display an accent menu.
Read more >
Mac keyboard typing wrong letters & symbols - Fixed - YouTube
how to fix apple macbook keyboard typing symbols instead of characters How to change mac Input source & Keyboard Type how to change...
Read more >
Accents and special characters in Pages on Mac
In Pages on your Mac, add accent marks, symbols, emoticons, and characters from other languages to your text.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found