Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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.

2 participants