-
[Microsoft.Build.Collections.ItemDictionary\.GetEnumerator()](https://github.com/dotnet/msbuild/blob/96a618ca59610908eddc92bfd0198746c34f0ed5/src/Build/Collections/ItemDictionary.cs#L154-L160) current…
-
### Description
std::span fails to construct from an `array`
### Steps to Reproduce
```
auto v= nda::vector{1,2,3};
auto s std::span{v.begin(), v.end()};
```
The issue is that th…
-
Running cql-pytest.cassandra_tests/validation/entities/frozen_collections_test in debug mode
```
│ 1598 view_update_builder make_view_update_builder( …
-
Recently we found that global variables of classes bound by nanobind would leak if we use the `train_from_iterator` method in `tokenizers` with a class based iterator (yield works fine). You could fin…
-
The [`AsyncIterator` spec](https://tc39.es/ecma262/#table-async-iterator-optional) defines a `throw()` method.
>Invoking this method notifies the AsyncIterator object that the caller has detected a…
-
### Suggestion
Change `Skript#getExpressons()` from returning an `Iterator` to a `Collection`
### Why?
All other `Skript#get...` methods return a collection and while this is a small and minor chan…
-
Implement HasNext/Get APIs, which returns an object suitable to be passed outside of iteration loop scope.
Example API:
```
for it.HasNext() {
d := it.Get()
}
```
`it.Get()` would return a…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR44400](https://bugs.llvm.org/show_bug.cgi?id=44400) |
| Status | CONFIRMED |
| Importance | P norm…
-
I am trying to use Abstract Base Classes. But I find the documentation lacking on several points that makes the matter too 'abstract'.
For example. There is no explanation on making abstract objects …
-
This could be quite nice for ergonomics if it was possible. Maybe we could reuse the splice method, or am I wrong?