-
Syntax error on super in generator functions:
### Input:
```javascript
class B {
* generator() { yield * [ 1, 2, 3 ]; }
}
class A extends B {
* generator() {
yield * super.generator(…
-
I've got in my simulation runs:
```
WARNING: Task M20_b38d872198d6c6d4 inactive for more than 85 seconds, might have been killed.
INFO: 19 of 20 tasks in M20_b38d872198d6c6d4 failed
```
But l…
-
# Partial properties
* [x] Proposed
* [ ] Prototype: N/A
* [ ] Implementation: [features/partial-properties](https://github.com/dotnet/roslyn/features/partial-properties)
* [ ] Specification: [p…
-
Error: error:0606506D:digital envelope routines:EVP_DecryptFinal_ex:wrong final block length
at Decipheriv.final (internal/crypto/cipher.js:174:29)
at Function.decrypt (D:\runtime\service\no…
-
Currently nested functions are always heap-allocated, even if they are trivial (#712 contains ideas about how to improve this). A simple improvement would be to use a dedicated per-type freelist for e…
-
### .NET version
.NET 8
### Did it work in .NET Framework?
Yes (using classic COM interop)
### Did it work in any of the earlier releases of .NET Core or .NET 5+?
Works using the classi…
-
Could start with what already exists, including the C++ binaries files and CMake build system:
* https://github.com/iree-org/iree/tree/main/tests/e2e/matmul
* https://github.com/iree-org/iree/tree…
-
### **Description**
Iterators/generators should have `%IteratorPrototype%` as its prototype, or in its prototype chain before any ECMAScript code runs.
Async iterators/generators should have `%A…
-
# important open items:
## v1.0 (beta)
* [x] board generator #54 @Necktschnagge
* [x] Qt Layout #58 @Necktschnagge
* [x] DoubleCklick on ListView + Make Solver usable from GUI @Necktschna…
-
## Maintainer List
@deivuss331, @poplaw, @akowalska622, @Onxi95, @RafalMichniuk
## For New Translators
Please read this first (click to open)
To translate an article:
1. Check that no one else h…