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

Add support for pointer and array debug types #349

Merged
merged 4 commits into from
Sep 14, 2022

Conversation

ghaith
Copy link
Contributor

@ghaith ghaith commented Sep 2, 2022

Description

The debug info can now create a pointer or array type
Arrays support multiple dimensions passed as ranges

Related Issue

Fixes #348

How This Has Been Tested

Created smoke tests insuring the call into the DI builder returns a type

Option<Breaking Changes>

Checklist

The debug info can now create a pointer or array type
Arrays support multiple dimensions passed as ranges
@ghaith
Copy link
Contributor Author

ghaith commented Sep 2, 2022

Marked as a draft until I can also do some local tests with the new generated types

Tested locally, and behaves as I expected, also added a "reference type" in addition to the pointer

@ghaith ghaith marked this pull request as ready for review September 5, 2022 09:10
@TheDan64 TheDan64 self-requested a review September 7, 2022 22:13
@TheDan64 TheDan64 merged commit ddce82e into TheDan64:master Sep 14, 2022
@TheDan64 TheDan64 added this to the 0.1.0 milestone Sep 14, 2022
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.

Add support for array and pointer types in debug_info
2 participants