-
Notifications
You must be signed in to change notification settings - Fork 830
Don't consider seq`1 prefix in NicePrint. #15280
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
Conversation
adjust expected output
|
Implementing this into .IsPrefixDisplay would be better, I also do not immediately see how the flag flows into that. |
|
@T-Gro I found "a way" to set |
It now uses the IsPrefix nicely for rest of the code, I like this change => at least the complication of finding is isolated in once place only. |
This is an attempt to fix #15268.
I'm not quite sure this is the way to go. I was also thinking of adding an extra check for when the entity flags are created but couldn't figure it out completely when that happens.
And even if that is possible, that might be a bit of an expensive check as it probably applies to every type that is imported.