-
Notifications
You must be signed in to change notification settings - Fork 99
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
mark not matching bytes red in received packet #115
base: main
Are you sure you want to change the base?
Conversation
Hi @antoninbas and @jafingerhut , Best Wishes, |
I have not tried out your changes yet, but do they insert the terminal escape sequences that change color on some kinds of virtual terminals unconditionally? That is, if I were to run PTF in batch mode with output saved in a text file, would the escape sequences be inserted there, too? Having some kind of command line option to enable/disable the insertion of these escape sequences seems better to me than enabling them unconditionally. I'm not sure what the default should be. I believe Linux commands like |
I have attempted to send an email to the address ipu.ci.triage.team@intel.com, but I got back an error message containing this text. Fun! :-)
|
@jafingerhut if you can't get a hold of anyone at Intel, I think it is possible to block the bot account at the p4lang-org level, so that it can no longer comment. |
@antoninbas Good to know, in case that turns out to be useful. There are a couple of people within Intel looking into this starting yesterday or today -- hopefully they can see what they can do at their end. |
@antoninbas @jafingerhut Intel is working to address this. The comments on the open-source repos were unintentional: there working on adjusting tools to only comment on internal repos, not the p4lang open-source ones. They also plan to have someone delete the unintentional comments from the p4lang repos. |
Hi,
it would be great to determine which bytes exactly are not matching between the received and expected packet with "graphical support", therefore i propose this solution where the not matching bytes at the received packet are marked red.