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

Improve Franca support #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Improve Franca support #26

wants to merge 1 commit into from

Conversation

miketsukerman
Copy link

@miketsukerman miketsukerman commented Aug 23, 2019

Add handling of manages keyword.

interface B { version {major 1 minor 0} }
interface C { version {major 1 minor 0} }
interface D { version {major 1 minor 0} }
interface A manages B,C,D {
 version {major 1 minor 0}
}

AST has been extended. Interface object not has an array manages
containing the list of interfaces.

Add handling of manages keyword.
interface A manages B,C,D {}

Fix build on CI
remove support for python 2.7 (as it's going to deprecated since 2020). And remove support for python 3.4 cause sphinx requires 3.5 at least
@coveralls
Copy link

coveralls commented Aug 23, 2019

Coverage Status

Coverage decreased (-0.2%) to 96.434% when pulling c5b0674 on warzon:add-manages-keyword-support into dd7ff68 on zayfod:master.

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

Successfully merging this pull request may close these issues.

None yet

2 participants