Kaloyan Tenchov

Results 17 issues of Kaloyan Tenchov

There is support for primitive type constants/literals (e.g. integers, floats, strings, etc.) as introduced by @jb090979. This can be used as a base for introducing complex type constants (e.g. arrays,...

enhancement
help wanted
good first issue

- unit tests needed to be implemented, based on the Franca IDL v0.11.1 user manual - appropriate support needs to be added for the changed features

enhancement
help wanted

Currently pyfranca's error handling is rudimentary. Whenever lexer, parser, or processor errors are detected an exception is raised and further processing stops. Error handling has to be reworked to allow...

enhancement
help wanted

enhancement
help wanted

The idea is to create a new module and corresponding command-line tool that can take a Franca IDL model and generate [CommonAPI DBus](https://at.projects.genivi.org/wiki/pages/viewpage.action?pageId=5472316) mock objects, e.g. based on [pythond-dbus](https://pypi.python.org/pypi/dbus-python/) that...

enhancement
help wanted

A mdule that can take a Franca IDL AST representation and output it as Franca IDL to a StringIO buffer. The AST serializer sould work similar to Python's `json.dump()` and...

enhancement
help wanted

A command-line tool, based on franca_processor that takes two Franca models as input and outputs the differences between them. A use case for such a tool would be detecting interface...

enhancement
help wanted