zayfod / pyfranca

A Python module and tools for working with Franca interface definition language (IDL) models.
MIT License
19 stars 13 forks source link

Bug in Fidl Import #10

Closed jb090979 closed 7 years ago

jb090979 commented 7 years ago

The current Version 0.3.0 of pyfranca cannot import a chain of fidl file. If A.fidl import B.fild, wich imports C.fidl causes the error that all Symbols in C.fidl are missing, because C.fidl isn't processed.

I check the pyfranca code and may found the root cause. I create a pull request with an unittest that show the problem. See pull request 11 for further details. https://github.com/zayfod/pyfranca/pull/11

zayfod commented 7 years ago

Fixed in 5cec01090923914b3729ffe72153a87a6c401ac5 . Thanks!