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

Handle anon structs and unions #75

Open
WhoAteDaCake opened this issue May 20, 2021 · 7 comments
Open

Handle anon structs and unions #75

WhoAteDaCake opened this issue May 20, 2021 · 7 comments

Comments

@WhoAteDaCake
Copy link

      typedef struct LCUI_BackgroundPosition {
        int using_value;
        union {
          struct {
            char x, y;
          };
          int value;
        };
      } LCUI_BackgroundPosition;

Would not compile correctly.

@WhoAteDaCake
Copy link
Author

Ended up fixing it on my own fork

@beta-ziliani
Copy link
Member

Sorry for the lake of response. Do you mind converting it into a PR?

@WhoAteDaCake
Copy link
Author

Excuse me, are you a maintainer? It depends on other PRs so they should get merged first

@beta-ziliani
Copy link
Member

I can help. Which PRs?

@WhoAteDaCake
Copy link
Author

#71
#69
#67
#65

@Dan-Do
Copy link

Dan-Do commented Sep 27, 2021

I can help. Which PRs?

Hello @beta-ziliani. Do you still support this project? I saw many PRs in waiting.

@beta-ziliani
Copy link
Member

Thanks for the ping! We're discussing the future of this shard with the team, I hope to have news soon. Feel free to ping me again in a couple of weeks.

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

No branches or pull requests

3 participants