-
Currently `testing_roc_alloc`in crates/compiler/builtins/bitcode/src/utils.zig ignores the value passed as alignment and always returns a pointer to memory with alignment 1. This caused me a few hour…
-
We need something to figure out what the effects on compiler time are for changes etc.
-
#60737 suggests adding `const Testing bool = ...` to package testing, unaware of #52600 that added `func() Testing bool`.
This proposal is a replacement for #60737 to discuss whether the new API shou…
-
See https://en.cppreference.com/w/cpp/named_req/TrivialClock
_This is a design change, not a bug._
Using chrono becomes tricky when implementing the platform layer because C++ chrono treats sys…
-
This is the central question that many other issues are debating.
At the moment, for performance reasons, testing is optional and can be done in the implementer package's test suite with `Interfaces.…
-
Has anyone else noticed that the average step time increases noticeably over the course of training? It feels like some kind of resource leakage but I haven't tracked it down yet. I'm using the late…
-
We want to add static analysis, before that, we should be able to test our grammar:
```
peg!(
grammar arith;
// The rule 'le' is not reachable.
#![test(warn(unreachable_rule(le))]
compariso…
-
## Bug description
`cli-xtask` doesn't work for [Virtual workspaces](https://doc.rust-lang.org/cargo/reference/workspaces.html#virtual-workspace) out of the box as the first thing it does is attemp…
-
By convention, users would expect to type in `--no-capture`. The fact that the argument is `--nocapture` trips people up, especially as they have to wait for their test to compile before they see the…
-
Hello and thank you for supporting this -
My team is using your image to produce our installers in our GitLab. It works well but our total pipeline takes around 20-30 minutes to complete, we need t…