[OpenMP] Enable collapse handling in triangular loops. (#184674)
These changes ensure that triangular loops are handled correctly when
calculating the number of iterations in OpenMP loops with `collapse`.
bootgrid: force a lightweight redraw when columns are programmatically changed
This is evident in the new firewall rules page, where disabling inspect
mode can leave a gap on the right side of the table due to the removed
columns.
py-inline-snapshot: updated to 0.32.4
0.32.4 — 2026-03-01
Added
- Added `context_managers` parameter to `Example.run_inline()`, allowing tests to inject context managers (e.g. `unittest.mock.patch`) that are active during `show_report()`.
Fixed
- Fixed `UsageError("unmanaged values can not be compared with snapshots")` raised during session teardown when using `-k` to filter tests. This was caused by inline-snapshot trying to update snapshots that were never compared. This is a rare edge case that caused problems when matchers were used, so it has been removed.
bootgrid: use expand formatter for blocklist URLs and dnsbl types as well (https://github.com/opnsense/core/issues/9796)
While here, the fetched value should use the formatter value first,
falling back to the actual cell value if it isn't there.
[X86] Declare 128/256-bit funnel shifts legal on VBMI2 + NOVLX targets (#184634)
Add tablegen patterns to widen 128/256-bit funnel shift to 512-bit
Similar to what we do for 128/256-bit AVX512F rotates (and a lot of
other instructions) already - and I've take the opportunity to create
similar macros to reduce duplication in the rotate patterns
Another step towards #184002
py-tabulate: updated to 0.10.0
0.10.0
Add support for Python 3.11, 3.12, 3.13.
Drop support for Python 3.7, 3.8.
PRESERVE_STERILITY global is replaced with preserve_sterility function argument.
New formatting options: headersglobalalign, headersalign, colglobalalign.
New output format: ``colon_grid`` (Pandoc grid_tables with alignment)
Various bug fixes.
Improved error messages.
p5-Plack-Middleware-Session: update to 0.36.
0.36 2025-07-23 15:01:17 EDT
- DBI Store improvements: Allow specification of id and data columns,
support for extending modules to set DB data columns, fix quoting issues (#48)