History log of /seL4-camkes-master/projects/camkes-tool/camkes/parser/tests/teststage9.py
Revision Date Author Comments
# dc946d48 25-Nov-2019 Kent McLeod <Kent.Mcleod@data61.csiro.au>

trivial: Update tests post refactor


# 3ce1f977 13-Jul-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

Fix whitespace

- remove trailing whitespace
- remove duplicate blank lines
- remote blank lines at end of file


# 8b2ec3e6 20-Jun-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

Fix licenses


# 7b57f41f 15-Aug-2016 Stephen Sherratt <Stephen.Sherratt@data61.csiro.au>

Allow old style N-1 connection syntax

In previous versions of CAmkES, N-1 connections could be declared by
using multiple connection statements with interfaces in common. CAmkES
next removed support for this, replacing it with connection statements
that allow multiple interfaces on either side. This proved too
restrictive, as it made it impossible to connect both external and
internal interfaces to an interface exposed by a hierarchical component.

This change adds back limited support for the old syntax. An interface
may appear in multiple connections, provided that:
- it is on the same side (to/from) of each connection
- the connector type of each connection is the same
- it is the only interface on its side of each connection


# 6f04aa5d 30-May-2016 Matthew Fernandez <matthew.fernandez@nicta.com.au>

Catch attributes with C keyword names.

This commit cherry-picks c2dde22c6dd3da239fe06818755fb5844c8c3caa from
ssh://github.inside.nicta.com.au/mfernandez/project.


# 43cad607 29-May-2016 Matthew Fernandez <matthew.fernandez@nicta.com.au>

Test default attribute values get propagated to settings dict.

This commit cherry-picks 5675582b6c2d20ecca903b199ee2b0b46e00ca2a from
ssh://github.inside.nicta.com.au/mfernandez/project.

Closes JIRA CAMKES-409


# bacfebce 27-Oct-2015 Matthew Fernandez <matthew.fernandez@nicta.com.au>

Refactored parser init commit.