Skip to content

Conversation

jpobst
Copy link
Contributor

@jpobst jpobst commented May 20, 2020

In #4665 we updated our Mono.Android.dll map.csv to a new version that contains entries for all Java int fields and the API level they were introduced. However this file was generated before #4671 was created, which greatly increased the accuracy of our API levels.

This PR uses the increased accuracy to fill in many lines which previously did not have API level information (ApiLevel = 0).

This PR does not change anything shipped, it's just better bookkeeping for more accurate enumification.

@jpobst jpobst requested a review from jonpryor as a code owner May 20, 2020 18:50
@jonpryor jonpryor merged commit f3bf582 into master May 21, 2020
@jonpryor jonpryor deleted the enum-api-levels branch May 21, 2020 23:10
jonpryor pushed a commit that referenced this pull request May 26, 2020
In commit 91970b1 we updated `src/Mono.Android/map.csv` to a new
version that contains entries for all Java `int` fields and the API
level in which they were introduced.  However this file was generated
before commit 3f438e4, which greatly increased the accuracy of our
API level contents

Use the increased accuracy of 3f438e46to to fill in many lines which
previously did not have API level information (ApiLevel = 0).

This commit does not change anything shipped, it's just better
bookkeeping for more accurate enumification.
@github-actions github-actions bot locked and limited conversation to collaborators Jan 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants