-
-
It would useful to have a function like
```hs
mutableArrayFromListN :: PrimMonad m => Int -> [a] -> m (MutableArray (PrimState m) a)
```
given that there already exists
```hs
arrayFromList…
-
This error occurs in our nightly CI at https://github.com/Nemocas/AbstractAlgebra.jl since https://github.com/JuliaLang/julia/pull/55906 is merged.
Apparently, this PR changed `ismutable(BigFloat(2))…
-
Somewhat meant as a means of discussion (though ultimately just expressing my opinion):
After having used and reviewed a bunch of PRs using the mutable syntax node API I am personally not too happy…
-
**Is your feature request related to a problem? Please describe.**
I have the case, when I need to update RangeBitmap on the fly, but it is immutable, so I have to rebuilt it from scratch every time.…
-
Disable value when non-payable, etc.
-
## Environment
* **IntelliJ Rust plugin version:** 0.4.199.5414-231
* **Rust toolchain version:** 1.71.0 (8ede3aae2 2023-07-12) x86_64-pc-windows-msvc
* **IDE name and version:** CLion 2023.1.2 (…
-
**Is your feature request related to a problem? Please describe.**
For 2.0.0.rc.2, there is no way to set the mutable_content and content_available header fields.
This was present in the LegacyF…
-
I'm filing this as a regression, although the summary is worded in a feature request-ish way.
So, the regression itself is this: code that transmutes from a type without interior mutability to one …
-
CC @franziskuskiefer and @karthikbhargavan
This piece of code:
```rust
#[inline(always)]
pub(crate) fn rej_sample(a: &[u8], result: &mut [i16]) -> usize {
let mut sampled = 0;
for b…