-
Currently, build graph calculations and `BUILD` file evaluation are pinned to the `__local__` environment (see #17129), meaning that it will not run in a `docker`, or `remote` environment. This is acc…
-
Consider the following program:
```dart
void f(List xs, X Function(X) g) {}
void main() => f([], (int i) => i);
```
Both the analyzer and the CFE reject this program, reporting that "`X` coul…
-
Intel plans to measure MLPerf Inference Power benchmark results on Xeon and use the information in a whitepaper or collaterals as unverified results. The results will be mentioned as per rules [https:…
-
https://github.com/mlcommons/inference_policies/blob/master/inference_rules.adoc#412-relaxed-constraints-for-the-open-division
Rule 2 states that:
> The accuracy dataset must be the same as use…
-
A recent change to the MX semantics (required to provide sensible compilation times on the LLVM backend: https://github.com/runtimeverification/mx-semantics/pull/265) introduces `#Or` patterns in a se…
-
### TL;DR
I propose we write the inference rules of the standard in literate Haskell, so that they become executable. That would make experimentation easier and the standard more robust.
### Pro…
-
## Compiler version
3.3.1
3.4.0-RC4
## Minimized code
```Scala
// Error: Cannot prove that A[U]
-
### initial situation
Rule:
[equivalentSymmetric: (?a owl:equivalentClass ?b) -> (?b owl:equivalentClass ?a)]
Model:
(foo owl:equivalentClass bar)
(bar owl:equivalentClass foo)
-
The ruff rule`ARG003: unused-class-method-argument` does not seem to understand that unused arguments sometimes are necessary in order to implement a protocol. See example below:
```py
from abc im…
-
See https://github.com/dart-lang/sdk/issues/54013 for some background information.
I would like to propose that we add a new rule to the definition of `UP` just before the rules about intersection …