Skip to content

issues Search Results · repo:zayfod/pyfranca language:Python

Filter by

15 results
 (51 ms)

15 results

inzayfod/pyfranca (press backspace or delete to remove)

Hi all I am not able to associate block comment and single line comment with the structure or any other type only structured comment is getting associated, please let me know how to fix this issue, package ...
  • manishpatodi
  • Opened 
    on Feb 20, 2020
  • #27

enhancement
help wanted
  • zayfod
  • Opened 
    on Oct 14, 2017
  • #24

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
good first issue
help wanted
  • zayfod
  • Opened 
    on Sep 29, 2017
  • #20

A new module and command-line tool that take a Franca IDL model as input and generate documentation in some form, based on the AST and structured comments. Potential output format options are: - Sphinx ...
enhancement
help wanted
  • zayfod
  • 1
  • Opened 
    on Sep 27, 2017
  • #19

The idea is to create a new module and corresponding command-line tool that can take a Franca IDL model and generate CommonAPI DBus mock objects, e.g. based on pythond-dbus that can later be used in automated ...
enhancement
help wanted
  • zayfod
  • Opened 
    on Sep 27, 2017
  • #18

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
  • zayfod
  • Opened 
    on Sep 27, 2017
  • #17

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 changes in automated ...
enhancement
help wanted
  • zayfod
  • Opened 
    on Sep 27, 2017
  • #16

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 json.dumps(). Among other things, ...
enhancement
help wanted
  • zayfod
  • Opened 
    on Sep 27, 2017
  • #15

- 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
  • zayfod
  • Opened 
    on Sep 27, 2017
  • #14

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. ...
bug
  • jb090979
  • 1
  • Opened 
    on Apr 13, 2017
  • #10
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub