p4lang-p4c-nightly:ignore-unknown-default

Last commit made on 2018-10-24
Get this branch:
git clone -b ignore-unknown-default https://git.launchpad.net/p4lang-p4c-nightly

Branch merges

Branch information

Name:
ignore-unknown-default
Repository:
lp:p4lang-p4c-nightly

Recent commits

2dc3302... by Chris Dodd <email address hidden>

Supress error in P4RuntimeSerializer for default entry of unknown type

- static entries for a table with a selector (or other) key component
  that is not relevant for the entry need a placeholder default for that
  key component, which should just be ignored.

40b3da6... by Han Wang <email address hidden>

disable a gtest case for older clang version (#1549)

36a1c7e... by Calin Cascaval <email address hidden>

return from failure rather than exit (#1547)

Fixes #1546

0453b6f... by Mihai Budiu <email address hidden>

Fix for issue #1541 (#1543)

* Fix for issue #1541

380830f... by Mihai Budiu <email address hidden>

Fix for issue #1535 (#1537)

075dece... by fruffy <email address hidden>

Optimizations on the testing backend (#1531)

* Simplify parsing.

59d920c... by Calin Cascaval <email address hidden>

make optional arguments to cmake explicit (#1536)

make optional arguments to cmake explicit

123a1fc... by ChrisDodd

P4_14->16 conversion of field_list_calculation with same name as other object (#1533)

- P4_14 allows multiple things with the same name in the global scope
  and requires the compiler to figure out which is which based on
  context. In P4_14 typechecking we don't have detailed knowledge of
  what primitive arguments should be, so we assume they are externs or
  other objects (target dependent), which can turn out to be wrong in
  the case of field_list_calculations.

f7accaf... by Mihai Budiu <email address hidden>

Fix for issue #1524 (#1525)

2468a84... by Andy Fingerhut

Remove TODO that was done. (#1530)