-
Reproducible on 1.22.0
```chpl
var A : [1..5, 1..5] int = 0;
var B : [1..3, 1..3] int = 1;
A += B;
writeln(A);
```
The part of A not corresponding to B gets filled with random values.
…
-
Hi!
I'm wondering if it's not too late to request an ABI breaking change to shrink the size of the STL's `std::exception_ptr` class type down to match that of a single pointer. Currently, it uses a…
-
### Please check those that apply
- [ ] typo
- [x] documentation doesn't exist
- [ ] documentation needs clarification
- [ ] error(s) in example
- [ ] needs example
### Description Of The Is…
-
i suggest to add next rules:
1. **adjacent-overload-signatures** - Enforces function overloads to be consecutive.
2. **arrow-return-shorthand** - Suggests to convert `() => { return x; }` to `() =…
scink updated
5 years ago
-
This has been discussed periodically both in the issue tracker and in person, but I don't think there's a tracking issue yet. (**EDIT**: Here is the original issue from 2011 - https://github.com/dart-…
-
**[T](#title)itle**: `operator is` should be constrained or answered statically.
**[D](#desc)escription**:
- Constrained: `operator is` should be non-viable given a type-unsafe input.
-…
-
## Description
Given the application space of a PowerVR GPU there needs to be a higher quality standard for this SDK.
I could never use this library in a production environment due to the code q…
-
**Is your feature request related to a problem? Please describe.**
I would like to be able to access the offsets of a Series of lists. That would allow me to implement a function like `list_add` that…
bdice updated
2 months ago
-
```
Symbol table builtins are currently related to operators after insertion, in a
loop that checks all entries. We can instead set them during the insertion.
There's also opportunity to compact the…
-
```
Symbol table builtins are currently related to operators after insertion, in a
loop that checks all entries. We can instead set them during the insertion.
There's also opportunity to compact the…