p4lang-p4c-nightly:bf-temp

Last commit made on 2020-08-08
Get this branch:
git clone -b bf-temp https://git.launchpad.net/p4lang-p4c-nightly

Branch merges

Branch information

Name:
bf-temp
Repository:
lp:p4lang-p4c-nightly

Recent commits

63bbb03... by Chris Dodd <email address hidden>

Infer don't care for type args used only by @optional args

- rerun travis

567bca8... by Chris Dodd <email address hidden>

Fix warnings about uninitialized fields/vars (#2484)

a5c6c5b... by fruffy <email address hidden>

[Testing] Add Travis Validation Tests for P4C. (#2458)

cfa2437... by Hemant Singh <email address hidden>

Fix Range error found with Issue 2485 (#2489)

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

 Analyze copy-in before calling functions (#2483)

* Analyze copy-in before calling functions

92bd482... by Mihai Budiu <email address hidden>

Use type inference for constructor type arguments (#2482)

* Use type inference for constructor type arguments

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

String literals are constants (#2481)

* String literals are constants

7ee76d1... by fruffy <email address hidden>

Support regex matching for toP4 dumps. (#2463)

* Support regex matching for toP4 dumps.

aef72f1... by lalithsuresh

Fix some typos in options.h (#2473)

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

Substitute type parameters as well in default arguments (#2441)

* Substitute type parameters as well in default arguments
* Reorder two passes in the frontend
* Do not infer don't care for unused type variables