Skip to content

Conversation

@nojaf
Copy link
Contributor

@nojaf nojaf commented May 31, 2023

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.

@nojaf nojaf marked this pull request as ready for review June 1, 2023 11:22
@nojaf nojaf requested a review from a team as a code owner June 1, 2023 11:22
@T-Gro
Copy link
Member

T-Gro commented Jun 1, 2023

Implementing this into .IsPrefixDisplay would be better, I also do not immediately see how the flag flows into that.

@nojaf
Copy link
Contributor Author

nojaf commented Jun 5, 2023

@T-Gro I found "a way" to set IsPrefixDisplay to false for seq, but it is quite hardcoded.
Any ideas or thoughts?

@T-Gro
Copy link
Member

T-Gro commented Jun 8, 2023

@T-Gro I found "a way" to set IsPrefixDisplay to false for seq, but it is quite hardcoded. Any ideas or thoughts?

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

Signature file makes seq<int> instead of int seq

6 participants