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

Bad coloured output when type has two operators #8

Open
nbenitez opened this issue Dec 9, 2023 · 0 comments · May be fixed by #9
Open

Bad coloured output when type has two operators #8

nbenitez opened this issue Dec 9, 2023 · 0 comments · May be fixed by #9

Comments

@nbenitez
Copy link

nbenitez commented Dec 9, 2023

Colour-valgrind fails to recognize a type with two operators, that's why it shows red error output below, because the code void*& is a type with two operators (* and &) but colour-valgrind only supports one operator.

I'm sending a MR to fix it.

Please see error output:

Captura desde 2023-12-09 18-39-27

Text version

@nbenitez nbenitez changed the title Bad coloured output Bad coloured output when type has two operators Dec 9, 2023
nbenitez added a commit to nbenitez/colour-valgrind that referenced this issue Dec 9, 2023
Code like 'void*&' which contains two operators
was causing regex error.

Fixes StarlitGhost#8
@nbenitez nbenitez linked a pull request Dec 9, 2023 that will close this issue
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 a pull request may close this issue.

1 participant