[test] Regenerate CSKY/M68k codegen tests after atomic and error-message changes (#202244)
Fix tests after #195308 ([AtomicExpand] Preserve flags expanding
loads/stores to cmpxchg/atomicrmw) and ([CodeGen][NFC] Remove
contractions in error messages).
[MRI] Avoid walking past all defs in hasOneUse() (#201249)
The use-def list is circular in the Prev direction (Head->Prev == Tail)
and defs always precede uses, see
MachineRegisterInfo::addRegOperandToUseList().
We can implement hasOneUse() by checking only the Tail and its Prev,
instead of
walking past all defs from the head via use_iterator.
(devel/R-callr) Updated 3.7.6 to 3.8 0
# callr 3.8.0
* `r()`, `rcmd()`, `rscript()` and `rscript_process` now accept
`pty = TRUE` to run the child R process in a pseudo-terminal.
* callr now supports `carrier::crate()`. `package = NULL`, the new
default, handles functions created with `carrier::crate()` automatically
(#249).
* The `CALLR_TMPDIR` environment variable can now be set to override the
directory callr uses for its auxiliary temporary files. When unset, callr
keeps using `tempdir()` (#172).
* `r_bg()` (and `r()`) subprocesses now exit with a non-zero status when
the evaluated expression throws an error or is interrupted, instead of
always exiting with status 0 (#291).
[16 lines not shown]
net-im/parla: new port
Lightweight Vala + GTK4 + libadwaita desktop client that talks to
deltachat-rpc-server over JSON-RPC. Follows GNOME HIG, works on desktop
and mobile form factors.
WWW: https://github.com/trufae/parla
restish: update to 2.2.0.
Restish v2.0.0 is a major redesign of the REST-ish HTTP CLI, with
a new Go codebase, stronger OpenAPI command generation, typed JSONC
config, safer auth/config handling, improved output/filtering/pagination
behavior, and first-party plugin support.
Highlights:
New v2 module path: github.com/rest-sh/restish/v2
Improved generic HTTP and generated OpenAPI workflows
Automatic v1 config migration for standard config locations
New out-of-process plugin system, including CSV, MCP, bulk, and PKCS#11 plugins
Refreshed docs, install guide, v1 upgrade guide, and interactive tour
This is a breaking major release. Users upgrading from v1 should
read the upgrade guide before switching production workflows.
py-typer: update to 0.26.7.
0.26.7
Fixes
🐛 Respect wait=False when launching URLs with xdg-open. PR #1820 by @patrick91.
0.26.6
Fixes
🐛 Ensure that the default of a list argument is used correctly. PR #1821 by @svlandeg.
Internal
👷 Speed up the CI by shuffling the test matrix. PR #1815 by @svlandeg.