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

[Blocked] Make sure disabled functions have correct signature #297

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Geod24
Copy link
Member

@Geod24 Geod24 commented Jul 13, 2022

One of the issues with disable at the moment is that it does
'regular' overload resolution, so trying to e.g. compare
const objects will fail because the overload is not marked const.
This has subtle consequences, for example on how typeinfos are generated.

While working on DIP1000 compatibility I came across this issue. It revealed a bug in the frontend, which will be fixed in v2.101.0, so we can't merge this PR for a while.

One of the issues with disable at the moment is that it does
'regular' overload resolution, so trying to e.g. compare
const objects will fail because the overload is not marked const.
This has subtle consequences, for example on how typeinfos are generated.
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.

None yet

1 participant