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

Draft: Franca IDL input #129

Closed
wants to merge 7 commits into from
Closed

Commits on Nov 5, 2024

  1. DevDocs: Explain layer types, rules and guidelines

    Signed-off-by: Gunnar Andersson <[email protected]>
    gunnar-mb committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    6576663 View commit details
    Browse the repository at this point in the history
  2. Use modern installation method (containers and CI tests)

    Installation of the local package for development testing has changed,
    because calling setup.py directly is now deprecated (see multiple
    sources in python community for more details)
    
    Signed-off-by: Gunnar Andersson <[email protected]>
    gunnar-mb committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    fc96dae View commit details
    Browse the repository at this point in the history
  3. Bugfix: arraysize on Error shall be int, had wrong type

    We might consider some type of consolidation to define identical
    concepts in one place - for example many items need a datatype
    definition.  But, comparing to Error to Argument, for example, one
    difference is that the Error item is optionally named but Arguments must
    be named.
    
    Signed-off-by: Gunnar Andersson <[email protected]>
    gunnar-mb committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    fdcdced View commit details
    Browse the repository at this point in the history
  4. Update pyfranca submodule

    Signed-off-by: Gunnar Andersson <[email protected]>
    gunnar-mb committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    bf48022 View commit details
    Browse the repository at this point in the history
  5. print_franca_tree.py: Printout for debugging

    Signed-off-by: Gunnar Andersson <[email protected]>
    gunnar-mb committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    1bbfbc1 View commit details
    Browse the repository at this point in the history
  6. Updated Franca2IFEX with table-driven translation approach

    Signed-off-by: Gunnar Andersson <[email protected]>
    gunnar-mb committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    369aa7d View commit details
    Browse the repository at this point in the history
  7. Type checking constructor: error msg provids more info

    Signed-off-by: Gunnar Andersson <[email protected]>
    gunnar-mb committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    a929cdd View commit details
    Browse the repository at this point in the history