8000 Automated Release v1.2.5.5 by github-actions[bot] · Pull Request #5210 · p4lang/p4c · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Automated Release v1.2.5.5 #5210

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 2, 2025
Merged

Automated Release v1.2.5.5 #5210

merged 1 commit into from
Apr 2, 2025

Conversation

github-actions[bot]
Copy link
Contributor
@github-actions github-actions bot commented Apr 1, 2025

Auto-generated pull request for version 1.2.5.5.

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

Changelog:

  • Correctly attach the dontmerge annotation in the desugar_varbit_extract pass. (5193) [Fabian Ruffy]
  • Update ptf-ebpf CI test to Ubuntu 22.04 (5159) [Andy Fingerhut]
  • [infra] Fixing auto-label workflow (5198) [Vineet Goel]
  • Automatically disable p4tc tests when the necessary environment is missing (5177) [Fabian Ruffy]
  • [psa]: minor spacing adjustments in dpdk/psa.p4 (5202) [Glen Gibb]
  • [bmv2]: output the scalar metadata fields (5200) [Glen Gibb]
  • [bmv2]: allow BoolLiteral in ternary table entry (5199) [Glen Gibb]
  • [BMv2] PNA: hash default + enum fix (5196) [Glen Gibb]
  • [infra] Change permissions of label update workflow. (5197) [Fabian Ruffy]
  • BMv2: ActionSelector fix + enable backends (5195) [Glen Gibb]
  • BMv2: DirectCounter and InternetChecksum fixes (5194) [Glen Gibb]
  • make DumpPipe from Tofino available to all (5184) [Glen Gibb]
  • Add SPDX-License-Identifier: GPL-2.0-only to Python source files using scapy (5111) [Andy Fingerhut]
  • Fix tofino license regeneration (5161) [Vineet Goel]
  • Add the Barefoot Tofino Assembler to the Tofino back end. (5121) [Fabian Ruffy]
  • Do not return nullpointer in the evaluator pass when there is nothing to do. (5178) [Fabian Ruffy]
  • Do not throw a Python exception when the binary to execute is not found. (5180) [Fabian Ruffy]
  • Fix missing space when emitting error enum with toP4. (5179) [Fabian Ruffy]
  • frontend: Fix SpecializeGenericTypes (5133) [Vladimír Štill]
  • Update validate-p4c CI test to use Ubuntu 22.04 (5160) [Andy Fingerhut]
  • Add Auto-Labeling for Issues using GitHub Actions (5136) [Vineet Goel]
  • Replace most mentions of Ubuntu 20.04 with 22.04 (5156) [Andy Fingerhut]
  • [4365] [4907] Add test cases related to issue 4365 (5175) [Kyle Cripps]
  • Add @likely/@unlikely annotations for blocks (4979) [Chris Dodd]
  • fix warnings from -Wswitch-enum (5170) [Chris Dodd]
  • Update p4tc's iproute2 to v17-rc8 (5172) [Fabian Ruffy]
  • Pass to get rid of action_run() calls (5053) [Chris Dodd]
  • Updated the no start state error message to include only parser name (5164) [Pitchumani Sivanupandi]
  • Update p4tc CI tests to run on Ubuntu 22.04 (5168) [Andy Fingerhut]
  • Replace unnecessary use of Scapy with ptf.pcap_writer in p4tc tests (5165) [Andy Fingerhut]
  • Add statement splitter utility (5158) [Vladimír Štill]
  • Fix wrong references to return value when function is inlined multiple times into the same scope (5163) [Anton Korobeynikov]
  • Mark inline locations with annotation. (5150) [Anton Korobeynikov]
  • First take at p4tc automated tests (5011) [vbnogueira]
  • Support for op= assignments in the frontend/midend (5108) [Chris Dodd]

fruffy
fruffy 8000 approved these changes Apr 1, 2025
@fruffy fruffy enabled auto-merge April 1, 2025 12:09
Copy link
Contributor
@jafingerhut jafingerhut left a comment

Choose a reason for hiding this comment

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

LGTM

Signed-off-by: rst0git <9142901+rst0git@users.noreply.github.com>

Changelog:
- Correctly attach the dontmerge annotation in the desugar_varbit_extract pass. (5193) [Fabian Ruffy]
- Update ptf-ebpf CI test to Ubuntu 22.04 (5159) [Andy Fingerhut]
- [infra] Fixing auto-label workflow (5198) [Vineet Goel]
- Automatically disable p4tc tests when the necessary environment is missing (5177) [Fabian Ruffy]
- [psa]: minor spacing adjustments in dpdk/psa.p4 (5202) [Glen Gibb]
- [bmv2]: output the scalar metadata fields (5200) [Glen Gibb]
- [bmv2]: allow BoolLiteral in ternary table entry (5199) [Glen Gibb]
- [BMv2] PNA: hash default + enum fix (5196) [Glen Gibb]
- [infra] Change permissions of label update workflow. (5197) [Fabian Ruffy]
- BMv2: ActionSelector fix + enable backends (5195) [Glen Gibb]
- BMv2: DirectCounter and InternetChecksum fixes (5194) [Glen Gibb]
- make DumpPipe from Tofino available to all (5184) [Glen Gibb]
- Add SPDX-License-Identifier: GPL-2.0-only to Python source files using scapy (5111) [Andy Fingerhut]
- Fix tofino license regeneration  (5161) [Vineet Goel]
- Add the Barefoot Tofino Assembler to the Tofino back end.  (5121) [Fabian Ruffy]
- Do not return nullpointer in the evaluator pass when there is nothing to do. (5178) [Fabian Ruffy]
- Do not throw a Python exception when the binary to execute is not found. (5180) [Fabian Ruffy]
- Fix missing space when emitting error enum with toP4. (5179) [Fabian Ruffy]
- frontend: Fix SpecializeGenericTypes (5133) [Vladimír Štill]
- Update validate-p4c CI test to use Ubuntu 22.04 (5160) [Andy Fingerhut]
- Add Auto-Labeling for Issues using GitHub Actions (5136) [Vineet Goel]
- Replace most mentions of Ubuntu 20.04 with 22.04 (5156) [Andy Fingerhut]
- [4365] [4907] Add test cases related to issue 4365 (5175) [Kyle Cripps]
- Add @likely/@unlikely annotations for blocks (4979) [Chris Dodd]
- fix warnings from -Wswitch-enum (5170) [Chris Dodd]
- Update p4tc's iproute2 to v17-rc8 (5172) [Fabian Ruffy]
- Pass to get rid of action_run() calls (5053) [Chris Dodd]
- Updated the no start state error message to include only parser name (5164) [Pitchumani Sivanupandi]
- Update p4tc CI tests to run on Ubuntu 22.04 (5168) [Andy Fingerhut]
- Replace unnecessary use of Scapy with ptf.pcap_writer in p4tc tests (5165) [Andy Fingerhut]
- Add statement splitter utility (5158) [Vladimír Štill]
- Fix wrong references to return value when function is inlined multiple times into the same scope (5163) [Anton Korobeynikov]
- Mark inline locations with annotation. (5150) [Anton Korobeynikov]
- First take at p4tc automated tests (5011) [vbnogueira]
- Support for op= assignments in the frontend/midend (5108) [Chris Dodd]
@fruffy fruffy added this pull request to the merge queue Apr 2, 2025
Merged via the queue into main with commit bb34ae4 Apr 2, 2025
20 checks passed
@fruffy fruffy deleted the v1.2.5.5 branch April 2, 2025 18:07
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.

3 participants
0