13,075,746 commits found in 5 milliseconds
net-im/conduit: Update to 0.10.11
MFH: 2025Q4
(cherry picked from commit b1b70066f0dbc2749aa41652810b5bff3dccc9da )
net-im/conduit: Update to 0.10.11
MFH: 2025Q4
lang/kotlin: Update 2.1.20 → 2.3.0
Release notes:
https://github.com/JetBrains/kotlin/releases/tag/v2.3.0
https://blog.jetbrains.com/kotlin/2025/12/kotlin-2-3-0-released/
FreeBSD /ports 722b555 — editors/zed Makefile, editors/zed/files patch-crates_project_src_debugger_session.rs editors/zed: workaround for GDB issue
This patch is temporary workaround for GDB issue reported in GitHub:
https://github.com/zed-industries/zed/issues/41753
The subtle is incorrect handling of "setExceptionBreakpoints" resulting into
message "error: notStopped". To avoid it let's skip this call for a while.
At least it works for me
PR: 291998
Approved by: tagattie@
net-im/mautrix-whatsapp: Update 0.12.4 => 0.2512.0
Changelogs:
https://github.com/mautrix/whatsapp/releases/tag/v0.12.5
https://github.com/mautrix/whatsapp/releases/tag/v0.2510.0
https://github.com/mautrix/whatsapp/releases/tag/v0.2511.0
https://github.com/mautrix/whatsapp/releases/tag/v0.2512.0
While here merge 2 MKDIRs.
PR: 291977
gate standalone
LLVM /project 14dd9b7 — mlir/include/mlir/Bindings/Python IRCore.h, mlir/lib/Bindings/Python MainModule.cpp IRCore.cpp factor out more impls
fix after rebase
try twolevel_namespace
LLVM /project ab04783 — mlir/include/mlir/Bindings/Python IRCore.h, mlir/lib/Bindings/Python IRCore.cpp MainModule.cpp move impls
LLVM /project bf596cd — mlir/include/mlir/Bindings/Python IRCore.h, mlir/lib/Bindings/Python Pass.cpp jakub's suggestion
LLVM /project 2e3a6df — mlir/cmake/modules AddMLIRPython.cmake, mlir/docs/Bindings Python.md address comments
parameteriez add_mlir_python_modules
address comments
Reflect rename in bazel file
fix empty _mlir_python_support_libs
remove stray newline
LLVM /project ebc5769 — mlir/include/mlir/Bindings/Python IRCore.h, mlir/lib/Bindings/Python IRCore.cpp MainModule.cpp move impls
LLVM /project 8c3e166 — mlir/cmake/modules AddMLIRPython.cmake, mlir/docs/Bindings Python.md address
jpienaar comments
LLVM /project 9e841ec — mlir/cmake/modules AddMLIRPython.cmake, mlir/examples/standalone/python CMakeLists.txt try moving MLIR_BINDINGS_PYTHON_NB_DOMAIN compile defn
LLVM /project 8651959 — mlir/cmake/modules AddMLIRPython.cmake, mlir/include/mlir-c Support.h try MLIR_PYTHON_API_EXPORTED
restore DISABLE_INSTALL
LLVM /project f94326a — mlir/include/mlir/Bindings/Python IRCore.h, mlir/lib/Bindings/Python MainModule.cpp Rewrite.cpp works
LLVM /project 2cac33f — mlir/cmake/modules AddMLIRPython.cmake, mlir/include/mlir/Bindings/Python Globals.h globals doesn't work
comments
set VISIBILITY_INLINES_HIDDEN for libMLIRPYthonSupport
disable LTO by default
LLVM /project 74a4c3a — mlir/include/mlir/Bindings/Python IRCore.h, mlir/lib/Bindings/Python IRCore.cpp MainModule.cpp remove registerError
LLVM /project d2186c2 — mlir/examples/standalone/include/Standalone-c Dialects.h, mlir/examples/standalone/lib/CAPI Dialects.cpp add standalone test/use of IRCore
LLVM /project a1ac2c7 — mlir/test/python/dialects python_test.py, mlir/test/python/lib PythonTestModuleNanobind.cpp port mlir_attribute_subclass