p4lang-p4c-nightly:zma/psa-action-selector

Last commit made on 2020-05-28
Get this branch:
git clone -b zma/psa-action-selector https://git.launchpad.net/p4lang-p4c-nightly

Branch merges

Branch information

Name:
zma/psa-action-selector
Repository:
lp:p4lang-p4c-nightly

Recent commits

a5bc439... by Zhao Ma <email address hidden>

miss one

6fba0ad... by Zhao Ma <email address hidden>

update psa action selector/profile tests to include action data (#2400)

7557897... by Dushyant Yadav <email address hidden>

Fix duplication error with __v1model_version (#2398)

1a6b68d... by Mihai Budiu <email address hidden>

int parameters must be directionless (#2360)

* Parameters with type 'int' are restricted

0c37c45... by Mihai Budiu <email address hidden>

Error for parser infinite loops (#2387)

* Error for parser infinite loops

2b63775... by Mihai Budiu <email address hidden>

Set headers valid when expanding initializations (#2385)

* Set headers valid when expanding initializations

93f4598... by Mihai Budiu <email address hidden>

Inherit all operations for serEnum from underlying type (#2018)

* Inherit all operations for serEnum from underlying type
* Move declaration in v1mode; change precedence of Member

54d7661... by Chris Dodd <email address hidden>

Faster crash dumps (#2380)

- run addr2line through a pipe so it does not need to reload.

1659a2a... by Mihai Budiu <email address hidden>

Make IR DAG into tree to remove ambiguities (#2388)

* Make IR DAG into tree to remove ambiguities

e331810... by Steffen Smolka <email address hidden>

Support new @p4runtime_translation syntax. (#2365)

* Parse new @p4runtime_translation syntax.

* whitespace fixes

* add gtest for new @p4runtime_translation syntax; simplify parsing.

* simplify

* make unit tests work with @antoninbas's feedback

* add e2e tests

* rename e2e tests

* fix e2e tests

* fix e2e test

* clearer code

* Use different encoding for second argument of @p4runtime_translation. The old encoding was not stable under type-checking.

* add TODO