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

Printf: Add support for tabs, and give helpful error messages #1323

Merged

Conversation

mwachs5
Copy link
Contributor

@mwachs5 mwachs5 commented Feb 6, 2020

Related issue:
#1321

I added support for \t in printf. I also made the require statements give more information if you do something wrong which is how I figured out the tab was the problem.

Type of change: bug report

Impact: API modification

Development Phase: implementation

Release Notes

Printables printf now supports \t characters.

@mwachs5 mwachs5 requested a review from a team as a code owner February 6, 2020 22:34
@claassistantio
Copy link

claassistantio commented Feb 6, 2020

CLA assistant check
All committers have signed the CLA.

Copy link
Contributor

@jackkoenig jackkoenig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add a \t to one of the Printables tests?

@jackkoenig jackkoenig added this to the 3.2.X milestone Feb 8, 2020
Copy link
Contributor

@jackkoenig jackkoenig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks 🙂

@jackkoenig jackkoenig merged commit 5ede1d2 into chipsalliance:3.2.x Feb 8, 2020
@jackkoenig
Copy link
Contributor

Oh I didn't realize this was against 3.2.x, we usually PR against master and then backport. That's okay, I'll forward port this.

@mwachs5
Copy link
Contributor Author

mwachs5 commented Feb 8, 2020

oh, are the tests passing now? cuz it failed before...

@jackkoenig
Copy link
Contributor

Yeah, you fixed the failing test

mergify bot added a commit that referenced this pull request Feb 10, 2020
…#1326)

Co-authored-by: Megan Wachs <megan@sifive.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
jackkoenig pushed a commit that referenced this pull request Feb 28, 2023
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
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

Successfully merging this pull request may close these issues.

3 participants