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

Fix Nodeclass in ReferenceDescriptions of UA-Nodeset #1794

Merged
merged 2 commits into from
Mar 9, 2025

Conversation

cziebuhr
Copy link
Contributor

@cziebuhr cziebuhr commented Mar 7, 2025

Fixes #1529.

Add references after all nodes has been processed, when we know the respective NodeClass of the TargetNode. Reused schema version 1.05.01, to not introduce additional changes to the address space.

I also fixed the generation of binary_address_space.pickle, which probably wasn't up-to-date before, unless the generator has been run twice. Not sure if this file is needed at all, at least it's not used by asyncua itself.

cziebuhr added 2 commits March 7, 2025 17:47
generate_address_space.py used old address space for pickle generation,
which means you had to run it twice to get the new one
@oroulet
Copy link
Member

oroulet commented Mar 9, 2025

thanks!

@oroulet oroulet merged commit 9f36754 into FreeOpcUa:master Mar 9, 2025
6 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.

Browsing for HasTypeDefinition references is broken
2 participants