-
... to test exception safetiness
something like on-every-line step by step during test-run
or is something like that complete out of mutation testing scope?
-
To reproduce: run attached file, change AI from bonecrusher to any other AI and will work again.
[4p-ffa.json](https://github.com/user-attachments/files/16228844/4p-ffa.json)
Linux
cd /home//.…
-
### System information
FreeBSD | 14.0-CURRENT
Kernel version | 1400041
Architecture | AMD64
OpenZFS version | zfs-2.1.99-FreeBSD_g6c8f03232
Kernel module | zfs-kmod-2.1.99-FreeBSD_g6c8f03232
…
-
Feature gate: `#![feature(c_str_module)]`
This is a tracking issue for the `std::ffi::c_str` module.
### Public API
This adds `{core, alloc, std}::ffi::c_str` modules and migrates some ex…
-
## Overview
By modifying the `print-runtime-metrics` option of the `test` flag to analyze memory allocations. I discovered that memory is not fully released and continue to accumulate even after th…
-
I am encountering the error in detector.cpp at this line
`inputTensorValuesFp16.push_back(float32_to_float16(fp32));`
I can see that the declaration of inputTensorValuesFp16 is
`std::vector in…
-
Hi, I'm using loom to verify a lock-free data structure that I've written (I should add this is the first time I'm using loom).
I set up 3 unit tests, each one has my structure in different configu…
-
I am experimenting with the new v3-turbo model (metal implementation):
On iPhone 12 mini after a few segments I get the error(s):
```
Execution of the command buffer was aborted due to an error…
chnbr updated
4 weeks ago
-
### What happened?
Hi there,
I was trying to build llama.cpp in a project that uses the C++ 23 standard and there are a lot of errors when building the `llama` target with MSVC. The only fix is to d…
-
This should have been supported from the day 1. I think we need to take the user-facing API from `toml_datetime` (so we don't need to depend on another external crate) and perhaps also take the [parsi…