[lldb] Fix delayed breakpoints on running processes
Breakpoints should never be delayed on a running process, as they can
immediately affect program execution.
Revert "[clang] Give unnamed namespaces internal linkage" (#198738)
This was causing assertion failures:
Assertion `D->getCachedLinkage() == LV.getLinkage()' failed.
see discussion on the original PR.
Reverts llvm/llvm-project#198215
[mlir][SPIRVToLLVM] Add missing conversions for GL ops (#198722)
Add direct LLVM intrinsic lowerings for spirv.GL.Pow, spirv.GL.Fma,
spirv.GL.UMax, spirv.GL.UMin, and spirv.GL.SAbs
prusaslicer: Update to 2.9.5
This is final release of PrusaSlicer 2.9.5, introducing substantial
improvements in SLA slicing pipeline. Please, read change logs of 2.9.5-beta2
and 2.9.5-rc1 for more detailed description of the new features with respect
to 2.9.4.
PrusaSlicer 2.9.5-rc1 Pre-release
Summary
This is the first release candidate of PrusaSlicer 2.9.5. Read the change log
of 2.9.5-beta2 to see complete list of changes compared to 2.9.4.
The release candidate saves its profiles into the regular PrusaSlicer
configuration directory. When you first run it, it will search for all
configurations produced by alpha or beta versions and offer to create a copy
of the latest one.
[101 lines not shown]
[DAG] isKnownNeverZero - add computeKnownBits fallback DemandedElts handling and tests (#198691)
Add DemandedElts to fallback cases in isKnownNeverZero
Fixes #183041
Tests:
AND and XOR as fallback cases, can see the improvement after code updated.
py-django-formtools: updated to 2.6.1
2.6.1 (2026-05-16)
- Add missing .mo files for translations updated in 2.6
- Add support for Django 6.0
2.6 (2026-05-16)
- Fix form validation in default templates
- Exclude tests from wheels
- Improved performance when using condition_dict
- Dropped support for Python < 3.9 and Django < 4.2
- Added support for Django 5.1/5.2
- Updated translations
py-django-modelcluster: updated to 6.5
6.5 (01.05.2026)
* Preliminary Django 6.1 support (Sage Abdullah)
* Implement `none` method on FakeQuerySet (Victor Miti)
* Fix: Recursively copy child relations on `copy_cluster`, `copy_all_child_relations` and `copy_child_relation` (Jakub Musil, Matt Westcott)
* Fix: Fix behavior of ParentalManyToManyFields and `prefetch_related()` supplied with a lookup queryset (Bernhard Bliem)
* Fix: Prevent `ClusterForm` creating duplicates when unsaved child objects exist on both initial instance and form data (Alex Tomkins)
* Maintenance: Migrate setup.py to pyproject.toml (Storm Heg)
* Maintenance: Add tooling for linting / formatting (Storm Heg)
* Maintenance: Set up nightly testing against Django main branch (Storm Heg)
* Maintenance: Set up PyPI trusted publishing (Storm Heg)
py-django-import-export: updated to 4.4.1
4.4.1
- Refactor lookup value retrieval in Field and CachedForeignKeyWidget
- Fix CachedForeignKeyWidget type mismatch on non-string lookup fields
[lldb][NFC] Sink eager breakpoint logic into ExecuteBreakpointSiteAction
A future patch will want to control whether all breakpoints are eager or
not based on whether the process is running. Sinking the logic allows
for a smaller diff.
py-django-polymorphic: updated to 4.11.3
4.11.3
Bump requests from 2.32.5 to 2.33.0
Bump cryptography from 46.0.5 to 46.0.6
Bump pygments from 2.19.2 to 2.20.0
Bump pytest from 9.0.2 to 9.0.3
Bump cryptography from 46.0.6 to 46.0.7
Bump the gha-updates group with 7 updates
jazzband -> django-commons updates
🤖 Update Code of Conduct 🤖
upgrade lock file, upgrade type checking, cut release for django-commons
move codecov from token to oidc
fix release workflow
py-setuptools-gettext: updated to 0.1.18
0.1.18
Add support for locale/<code>/LC_MESSAGES/<domain>.po layout
Allow configuring the msgfmt compiler in pyproject.toml
Include .po files in sdist and run build_mo via python -m build
py-greenlet: updated to 3.5.0
3.5.0
- Remove the ``atexit`` callback. This callback caused greenlet APIs
to become unavailable far too soon during interpreter shutdown. Now
they remain available while all ``atexit`` callbacks run. Sometime
after ``Py_IsFinalizing`` becomes true, they may begin misbehaving.
Because the order in which C extensions are finalized is undefined,
C extensions that are sensitive to this need to check the results of
that function before invoking greenlet APIs. As a convenience,
``PyGreenlet_GetCurrent`` sets an exception and returns ``NULL``
when this happens (and ``greenlet.getcurrent`` begins returning
``None``); other greenlet C API functions have undefined behaviour.
Methods invoked directly on pre-existing ``greenlet.greenlet``
objects will continue to function at least until the greenlet C
extension has been garbage collected and finalized.
[lldb] Move TestDuplicateMembers.py (#198532)
`TestDuplicateMembers.py` is not macosx specific and does not run on
Windows because the `ar` utility which does not exist on Windows.
This patch moves the test to the `test/API/functionalities` directory.
Firewall: Rules [new]: Fix action, ipprotocol and protocol translations (legacy rules) (#10299)
* Firewall: Rules [new]: Fix action, ipprotocol and protocol translations. Fix Automatically generated rules category.
* Ensure translations are passed through all the way to icon formatter in view
* Ensure inet46 always shows as Any or *
* Update src/opnsense/mvc/app/models/OPNsense/Firewall/Filter.xml
Co-authored-by: Franco Fichtner <franco at opnsense.org>
* Update src/opnsense/scripts/filter/list_non_mvc_rules.php
Co-authored-by: Franco Fichtner <franco at opnsense.org>
---------
Co-authored-by: Franco Fichtner <franco at opnsense.org>