Skip to content

String library preprocessor: use tag types, not expanded structs #4171

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

smowton
Copy link
Contributor

@smowton smowton commented Feb 13, 2019

Without these we get assignments whose types match according to base_type_eq, but not operator==. Required for #4056.

Without these we get assignments whose types match according to base_type_eq, but not operator==.
Copy link
Collaborator

@tautschnig tautschnig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this change actually already enable some uses of base_type_eq to go away?

@smowton
Copy link
Contributor Author

smowton commented Feb 13, 2019

Very possibly, but we're very close to getting #4056 mergeable so think we could just do this wholesale

@smowton smowton mentioned this pull request Feb 13, 2019
3 tasks
Copy link
Contributor

@allredj allredj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✔️
Passed Diffblue compatibility checks (cbmc commit: c4ae7de).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/100753205

@smowton smowton merged commit ee1a284 into diffblue:develop Feb 13, 2019
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 this pull request may close these issues.

5 participants