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

Add Colorize::Object#ansi_escape #15113

Merged
merged 5 commits into from
Dec 18, 2024

Conversation

devnote-dev
Copy link
Contributor

@devnote-dev devnote-dev commented Oct 21, 2024

Closes #15079. I am cautious of the spec test for .bright.print as it returned different results when testing. (resolved now)

@devnote-dev
Copy link
Contributor Author

Reading the current CI failures are pointing to .dim.print being "\e[2m" not "\e[0;2m", however on my local machine this escape code is correct. 🤔

@devnote-dev
Copy link
Contributor Author

Seems to have been an environment issue, suddenly it's working fine again...

@straight-shoota
Copy link
Member

I renamed the method to #ansi_escape per #15079 (comment)

@straight-shoota straight-shoota changed the title Add Colorize::Object#print Add Colorize::Object#ansi_escape Dec 16, 2024
@straight-shoota straight-shoota added this to the 1.15.0 milestone Dec 16, 2024
@devnote-dev
Copy link
Contributor Author

Thank you @straight-shoota, it seems I've been missing notifications again. 😅

@straight-shoota straight-shoota merged commit 7629863 into crystal-lang:master Dec 18, 2024
69 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Colorize::Object#print
4 participants