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

WIP: attempt to update to last spec, broken, importer needs to be fixed #173

Closed
wants to merge 1 commit into from

Conversation

oroulet
Copy link
Member

@oroulet oroulet commented Apr 22, 2020

Help welcome. We need to fix parser and I have no time currently

the issue (as far as I remember) is that the xml now looks like this.

<ArrayDimensions>
    <UInt32>0</UInt32>
  </ArrayDimensions>

While before itwas
<ArrayDimensions>0</ArrayDimensions>

So the current code is trying to create an object of type UInt32 which does not exist as this should be registered as a number and just write code like : obj.ArrayDimentsions = 0 (you get an attribute error since the code is written similar to: gettatr(ua, myobj))
This is touchy to fix since the syntax without the datatype is still used at several other places.

Also to complicate things, the entire xml address space is now only one file while before it was several small files. This is a big issue on machine with little memory..

@oroulet
Copy link
Member Author

oroulet commented May 2, 2020

fixed in another PR

@oroulet oroulet closed this May 2, 2020
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.

1 participant