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

refactor(id-cmd): split up id files into multiple files #680

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

sruehl
Copy link
Contributor

@sruehl sruehl commented Aug 23, 2023

This PR spilts up id_gen.go into multiple files

resolves #679

sruehl referenced this pull request in apache/plc4x Aug 28, 2023
@sruehl
Copy link
Contributor Author

sruehl commented Aug 29, 2023

On note on this PR. The variables enum is still to big. In plc4x I solved it with this regex ^([A-Z][a-z]*)(.*),Variable$ -> $1$2,Variable$1 apache/plc4x@b2f3acb. I could extend this PR to split them even more up like I did in the plc4x commit.

@sruehl sruehl mentioned this pull request Aug 29, 2023
@magiconair magiconair added this to the v0.6.1 milestone Dec 10, 2024
@magiconair
Copy link
Member

@sruehl could you rebase your PR and then I'll merge it to v0.6.1.

@sruehl sruehl force-pushed the refactor/split_id_gen branch 2 times, most recently from 2619f05 to bc5da56 Compare December 10, 2024 09:58
@sruehl sruehl force-pushed the refactor/split_id_gen branch from bc5da56 to 8756c0b Compare December 10, 2024 10:00
@sruehl
Copy link
Contributor Author

sruehl commented Dec 10, 2024

@magiconair rebased

@magiconair magiconair merged commit d7282d1 into gopcua:main Dec 10, 2024
5 checks passed
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.

id_gen.go too large
2 participants