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

[ pysmi version is 0.3.4] MibCompiler error when node name is 'as',the key world change to 'pysmi_as' #69

Open
BugMakerLee opened this issue Dec 21, 2023 · 3 comments

Comments

@BugMakerLee
Copy link

my pysmi version is 0.3.4

the error code is in jsondoc.py

method: genCode(self, ast, symbolTable, **kwargs)

for sym in self.symbolTable[self.moduleName[0]]['_symtable_order']: if sym not in self._out: raise error.PySmiCodegenError('No generated code for symbol %s' % sym)
the sym is nodeName that has been trans,but the name in self.out is not
so the error happened

@BugMakerLee
Copy link
Author

i try pysmi-lextudio 1.1.13 . the bug seem not fix yet

@lextm
Copy link

lextm commented Mar 2, 2024

You might have hit the same issue mentioned in #68.

pysmi-lextudio 1.1.13 does not include that patch, but you can upgrade to 1.3.0 release and try again.

@BugMakerLee
Copy link
Author

thanks,i will update to new version later

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

2 participants