-
This check generates `"move negation inside multiplication"` steps. These usually appear at the start and end of the sub-steps in a check. This is because they're putting the AST in a form that othe…
-
Found while reviewing #126597 for the nth and final time. Many parts of the emitter look fishy to me wrt. Unicode handling and to be honest it was quite *frustrating* to review code related to it beca…
-
It is normal editorial practice (at least IMHO) in the _Guidelines_ to indicate elided element content in examples with ``, and elided textual (or mixed?) content with “ ... ”. Sometimes, of course, t…
sydb updated
5 months ago
-
If we write something like:
```
id (a: t) (b: t) -> t = b
```
This should be the same as writing:
```
id a b: t -> t -> t = b
```
That is, the type variable `t` across the annotations …
j-hui updated
2 years ago
-
### Initial checklist
- [X] I read the [support docs](https://github.com/micromark/.github/blob/main/support.md)
- [X] I read the [contributing guide](https://github.com/micromark/.github/blob/main/c…
-
In this code, two generators are defined. Their definitions should be equivalent. The async-fn variant where lifetimes are elided works fine, but the variant where the lifetimes are defined explicitly…
-
I'm working on cleaning up my NixOS configs, and am curious about running some of my own integration tests in CI. I'm also planning to use disko, so was thinking it might be nice to use `lib.makeDisko…
-
If a query produces many results (where 'many' probably should be a configurable value in the `qonfig.json`), allow the query to keep running but don't display all of the results. Goal is to prevent e…
-
![df1](https://github.com/user-attachments/assets/78dc0374-b7f4-44a9-8f7a-26bdd03b3e91)
![df2](https://github.com/user-attachments/assets/1a77bb6d-3780-4b89-8ec7-73feb9ce211c)
## Description
##…
-
I think the flattening step of the MIR elaborator has the necessary type information to determine (conservatively) whether a type is zero-sized or not, and to elide it if so. I also think this can be …