-
### Discord username
_No response_
### What type of issue is this?
Permanent – Ocurring repeatably
### Is this issue blocking you from using Enso?
- [ ] Yes, I can't use Enso because of this issu…
-
## Feature Request
Currently, quite some line breaks are being stripped from scoped code. This makes that code hard to read (I'm also scoping my own package's main code).
If it's technically pos…
-
```
error: src\zproto.modules\zmod.zproto.cppm:201:8: fatal error: malformed or corrupted AST file: 'ran out of source locations'
201 | export import :EEntityType;
| ^
PLEASE submit a b…
-
Reproducer:
```go
func TestFormatCrash(t *testing.T) {
const src = `package main
import(
"a"//t
"a")
`
fs := token.NewFileSet()
f, err := parser.ParseFile(fs, "test.go", src, parser.Pars…
-
**Is your feature request related to a problem? Please describe.**
There are some crates out there that, in my opinion, would benefit from being able to directly access the lexer and its tokens, and/…
-
Hi team,
I am trying to compile some of our GLSL shaders using `slangc` and I am running into issues because we are using constant in shader bindings declaration.
Currently we are using [google/s…
-
## Problem statement
I can annotate a type that is aliased to another type, but not one that is aliased to a pointer to another type.
```go
// FooResponse is a foo response
//
// swagger:mode…
-
I was toying with the idea of parallelizing typchecking in mypy, and faced with the sad state of parallelism in Python I figured I would try to transpile mypy to rust for shits and giggles, to see how…
-
It would be nice to render the AST back to markdown. This has two purposes:
- Test round trips. If we render then parse and AST, and we should get the same AST we started with.
- In conjunction …
-
### Zig Version
0.14.0-dev.2271+f845fa04a
### Steps to Reproduce and Observed Output
create a `test.zig` with this:
```zig
const std = @import("std");
const Self = @This();
map: std.A…