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

Properly fix DisplayMetrics.DENSITY_DEVICE_STABLE mapping #1084

Closed
jonpryor opened this issue Dec 7, 2017 · 2 comments
Closed

Properly fix DisplayMetrics.DENSITY_DEVICE_STABLE mapping #1084

jonpryor opened this issue Dec 7, 2017 · 2 comments
Assignees
Labels
Area: xamarin-android Build Issues building the xamarin-android repo *itself*.
Milestone

Comments

@jonpryor
Copy link
Member

jonpryor commented Dec 7, 2017

Commit ef77024 manually removed the DisplayMetrics.DENSITY_DEVICE_STABLE enum binding, added by commit 50c0c15. This fix is incomplete/incorrect: the problem is that the underlying tooling in build-tools/enumification-helpers is doing "something" wrong, which means this invalid mapping will be reintroduced in the future.

We need to fix build-tools/enumification-helpers so that DisplayMetrics.DENSITY_DEVICE_STABLE isn't reintroduced for enum mapping.

@jonpryor jonpryor added the Area: xamarin-android Build Issues building the xamarin-android repo *itself*. label Dec 7, 2017
@jonpryor jonpryor added this to the d15-6 milestone Dec 7, 2017
@atsushieno
Copy link
Contributor

And someone needs to investigate why the PR build was green, which is why I think it's fine and it's merged.

@atsushieno
Copy link
Contributor

enumification-helpers is fixed, and we have already discovered that api-compatibility didn't run inter-api-diff and therefore this kind of failure didn't get detected. And there is already 6dfba92 so nothing needs to be tracked from this issue anymore. Closing.

@ghost ghost locked as resolved and limited conversation to collaborators Jun 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Area: xamarin-android Build Issues building the xamarin-android repo *itself*.
Projects
None yet
Development

No branches or pull requests

2 participants