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

Migrate to cxxheaderparser #213

Merged
merged 1 commit into from
Oct 9, 2023
Merged

Migrate to cxxheaderparser #213

merged 1 commit into from
Oct 9, 2023

Conversation

virtuald
Copy link
Member

@virtuald virtuald commented Sep 10, 2023

Not anywhere near finished, just pushing progress as I make it. Will likely merge #210 and #209 at around the same time as this.

All non-vendor robotpy wrapper projects now compile the latest 2023 wpilib version (changes pushed to 2024-beta branch in individual repos).

@virtuald virtuald force-pushed the cxxheaderparser2 branch 4 times, most recently from fa716fa to 06c0c4b Compare October 1, 2023 07:35
@virtuald virtuald marked this pull request as ready for review October 5, 2023 07:54
@virtuald virtuald force-pushed the cxxheaderparser2 branch 3 times, most recently from 5dc4517 to eb4930f Compare October 9, 2023 03:26
@virtuald virtuald merged commit 6517a73 into main Oct 9, 2023
30 checks passed
@virtuald virtuald deleted the cxxheaderparser2 branch October 9, 2023 03:47
@@ -42,44 +56,79 @@
_type_trans = str.maketrans(_type_bad_chars, "_" * len(_type_bad_chars))


def _encode_type(param: ParamContext) -> str:
names = []
def _encode_type(dt: DecoratedType, names: typing.List[str]) -> str:
Copy link
Member

Choose a reason for hiding this comment

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

I can't see where this function returns a value now.

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.

2 participants