-
this has to affect symbol tracing as `::` as a built-in still creates a symbol if not overridden.
-
do 構文に限らず、特定のマクロだけを set_option pp.notation のような機能で脱糖することができないか?
-
### Description
>$subject
Currently, the service logged an unhandled error message for request with invalid credentials.
### Steps to Reproduce
consider the following service with basic auth.
…
-
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…
-
Some backends (e.g. F*) don't support as patterns, and reject them. For instance:
```rust
fn f(x: Option) -> u8 {
match x {
_binder @ Some(x) => x,
_ => 0,
}
}
```
W…
-
#### Input
[→ View on sorbet.run](https://sorbet.run/#%23%20typed%3A%20true%0Aextend%20T%3A%3ASig%0A%0Aclass%20IntegerWrapper%20%3C%20T%3A%3AStruct%0A%20%20const%20%3Avalue%2C%20Integer%0Aend%0A%0As…
-
If you run
```
class Point(var x, var y)
async fn main() {
p = Point(22, 44)
test(p).x += 1
print(p).await
}
async fn test(p) {
print("Hi").await
p
}
```
you g…
-
**Windows 11**
* Plugin version: 1.3.7
* Platform: iOS or Android
*** Flutter info (`flutter info`, `flutter doctor`):**
[√] Flutter (Channel stable, 3.24.3, on Microsoft Windows [Version 10.0.2…
-
To avoid a valid lint, we should desugar `FooClientMethods` methods as `async fn foo() -> Result` into `fn foo() -> impl Future` instead.
See for context.
-
https://github.com/mozilla/rhino/commit/f3f1b3f93833f477d59043e26a0bd1ef59a90163#diff-d0e61fbbe651a547bf81371014f77ac41baa787abac5f56122e9b5e791be91dcR2579
https://github.com/requirejs/r.js
```
F…