-
The following code triggers a 'Detected the use of a mutable collection inside a defer clause.', but I don't think it should lead to any issues.
```scala
defer {
val text = ZIO.succeed("1,2,…
-
-
Make an `iter_mut` to go along with `iter`.
-
- [x] 초안
- [ ] 검토
- [ ] 최종 확인
- [ ] 탈고
-
The below .ojs markup works perfectly on observable, the parser library is able to parse it correctly as a block cell too, but in the new interpreter this fails.
~~~js
mutable x = []
{
mutable …
-
Currently it's possible for an event organizer to make it seem like an attendee agreed to a waiver they never agreed to (i.e., once an attendee has been registered and checked the box, the organizer c…
-
One popular example of code where we are not certain about its UB status is mutability polymorphism:
``` Rust
struct BTree { /* .. */ }
impl BTree {
fn get Option(&'a mut self, key: &K) -> Optio…
-
It seems like some operations mutate `Mat` without requiring `Mat` to be mutable such as [`ellipse`](https://nebgnahz.github.io/cv-rs/cv/mat/struct.Mat.html#method.ellipse). This could result in a dat…
-
### Describe the bug
You can mutate an immutable array if you access it trough a mutable slice, its a fairly simple bug to reproduce.
Code:
```
module main
fn main() {
nums := []int{len: 5,…
-
As noted in https://github.com/hapifhir/org.hl7.fhir.core/pull/1700, results retrieved from the TerminologyCache can be mutated. This should never be the case. Though the validation code may need to a…