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

Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Nov 1, 2025

Auto-generated pull request for version 1.2.5.9.

Please use Squash and merge to include the changelog in the release message.

Changelog:

  • Add p4tc routing testcases (5409) [vbnogueira]
  • Add redirect_l2 test case (5406) [vbnogueira]
  • JSON error checking when loading (5401) [Chris Dodd]
  • Avoid 'fatal error : Broken pipe' from preprocessor (5400) [Chris Dodd]
  • Bump grpcio for Mac (5404) [Bryan Richter]
  • Fix EliminateTuples bug with nested struct/tuples (5362) [Chris Dodd]
  • Increase minimum required BISON version to 3.1 (5398) [Kyle Cripps]
  • Prevent unintended backtick parsing (5397) [Bryan Richter]
  • Fix simplifySwitch handling of enums (5365) [Chris Dodd]
  • Bump peter-evans/create-or-update-comment from 4 to 5 (5395) [dependabot[bot]]
  • Bump peter-evans/find-comment from 3 to 4 (5396) [dependabot[bot]]
  • Disable ptf-ebpf-kernels-weekly workflow (5391) [Bryan Richter]
  • Extend CopyStructures to optionally copy tuples (5364) [Chris Dodd]
  • Fix gtestasm (tests now throw CompilerBug rather than aborting) (5393) [Chris Dodd]
  • Support for arrays of extern instances (5338) [Chris Dodd]
  • Remove GetV1ModelVersion from front end (5390) [Fabian Ruffy]
  • Small build cleanups (5388) [Bryan Richter]
  • Remove unnecessary table stepper object from pna exr_stepper (5366) [Drew Parker]
  • Add 248 negative tests to p4_16_errors (5369) [KunJeong]
  • [docs] Added test guide (5215) [Vineet Goel]
  • Bump actions/setup-python from 5 to 6 (5373) [dependabot[bot]]
  • Bump actions/github-script from 7 to 8 (5374) [dependabot[bot]]
  • [5350] Replace underscores with hyphens for diagnostic types in the ErrorCatalog (5360) [Kyle Cripps]
  • Make building the control-plane (and protobuf) optional. (5368) [Fabian Ruffy]
  • Bump actions/checkout from 4 to 5 (5363) [dependabot[bot]]
  • Extension to strength reduction for issue 5280 (5281) [Chris Dodd]
  • Print message when P4TEST_IGNORE_STDERR is used (5358) [Bryan Richter]
  • Add Random extern support to the TC backend (5354) [vbnogueira]
  • Add Checksum extern support to the TC backend (5357) [vbnogueira]
  • Make struct used by digest in p4tc packed (5329) [vbnogueira]
  • Add support for operations on value with sizes > 64-bit (5345) [vbnogueira]
  • Fixed SIGSEGV crash in struct assign (5356) [Michal Kekely]
  • Extended Type_InfInt handling in ExpressionEvaluator (5355) [Michal Kekely]
  • ensure child of IR::SwitchCase remains a BlockStatement (5349) [Chris Dodd]
  • Print warnings in a deterministic order (5352) [Kyle Cripps]
  • Add back test case for 5333 (5351) [Kyle Cripps]
  • Switch compilation from C++17 to C++20. (4347) [Fabian Ruffy]
  • Fix unification of serializable enums (5348) [Chris Dodd]
  • Moved warnings about unused instances before the first constant folding (5342) [Denis Matousek]
  • Fix type unification bug with `int' args (5346) [Chris Dodd]
  • Loop unrolling fix (5344) [Chris Dodd]

@jafingerhut jafingerhut enabled auto-merge November 2, 2025 03:36
Signed-off-by: rst0git <[email protected]>

Changelog:
- Add p4tc routing testcases (5409) [vbnogueira]
- Add redirect_l2 test case (5406) [vbnogueira]
- JSON error checking when loading (5401) [Chris Dodd]
- Avoid 'fatal error : Broken pipe' from preprocessor (5400) [Chris Dodd]
- Bump grpcio for Mac (5404) [Bryan Richter]
- Fix EliminateTuples bug with nested struct/tuples (5362) [Chris Dodd]
- Increase minimum required BISON version to 3.1 (5398) [Kyle Cripps]
- Prevent unintended backtick parsing (5397) [Bryan Richter]
- Fix simplifySwitch handling of enums (5365) [Chris Dodd]
- Bump peter-evans/create-or-update-comment from 4 to 5 (5395) [dependabot[bot]]
- Bump peter-evans/find-comment from 3 to 4 (5396) [dependabot[bot]]
- Disable ptf-ebpf-kernels-weekly workflow (5391) [Bryan Richter]
- Extend CopyStructures to optionally copy tuples (5364) [Chris Dodd]
- Fix gtestasm (tests now throw CompilerBug rather than aborting) (5393) [Chris Dodd]
- Support for arrays of extern instances (5338) [Chris Dodd]
- Remove GetV1ModelVersion from front end (5390) [Fabian Ruffy]
- Small build cleanups (5388) [Bryan Richter]
- Remove unnecessary table stepper object from pna exr_stepper (5366) [Drew Parker]
- Add 248 negative tests to `p4_16_errors` (5369) [KunJeong]
- [docs] Added test guide (5215) [Vineet Goel]
- Bump actions/setup-python from 5 to 6 (5373) [dependabot[bot]]
- Bump actions/github-script from 7 to 8 (5374) [dependabot[bot]]
- [5350] Replace underscores with hyphens for diagnostic types in the `ErrorCatalog` (5360) [Kyle Cripps]
- Make building the control-plane (and protobuf) optional. (5368) [Fabian Ruffy]
- Bump actions/checkout from 4 to 5 (5363) [dependabot[bot]]
- Extension to strength reduction for issue 5280 (5281) [Chris Dodd]
- Print message when P4TEST_IGNORE_STDERR is used (5358) [Bryan Richter]
- Add Random extern support to the TC backend  (5354) [vbnogueira]
- Add Checksum extern support to the TC backend (5357) [vbnogueira]
- Make struct used by digest in p4tc packed  (5329) [vbnogueira]
- Add support for operations on value with sizes > 64-bit (5345) [vbnogueira]
- Fixed SIGSEGV crash in struct assign (5356) [Michal Kekely]
- Extended Type_InfInt handling in ExpressionEvaluator (5355) [Michal Kekely]
- ensure child of IR::SwitchCase remains a BlockStatement (5349) [Chris Dodd]
- Print warnings in a deterministic order (5352) [Kyle Cripps]
- Add back test case for 5333 (5351) [Kyle Cripps]
- Switch compilation from C++17 to C++20. (4347) [Fabian Ruffy]
- Fix unification of serializable enums (5348) [Chris Dodd]
- Moved warnings about unused instances before the first constant folding (5342) [Denis Matousek]
- Fix type unification bug with `int' args (5346) [Chris Dodd]
- Loop unrolling fix (5344) [Chris Dodd]
Copy link
Collaborator

@fruffy fruffy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @chreekat! Works again.

@jafingerhut jafingerhut added this pull request to the merge queue Nov 6, 2025
Merged via the queue into main with commit 93294e3 Nov 6, 2025
19 checks passed
@jafingerhut jafingerhut deleted the v1.2.5.9 branch November 6, 2025 19:20
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.

4 participants