Haoran SUN

Results 16 issues of Haoran SUN

> Note: If you use the fuzzy expressions such as 'can't use/no effect/problem/error', but don't give any relevant auxiliary information according to the template below, this issue will be not...

improvement
wait patiently
generator

```gluon match 1 with | 1 -> (1, 2) ``` will be formatted into: ```gluon match 1 with | 1 -> (1, 2 ) ``` The position of last bracket...

bug
format

Reproduction code: ```gluon let { xor_shift_rng } = import! std.random let seed = [0b, 0b, 0b, 0b, 0b, 0b, 0b, 0b, 0b, 0b, 0b, 0b, 0b, 0b, 0b, 0b] let...

bug

Hi, I found the following code would make compiler crash with information `thread 'main' has overflowed its stack`. My environment is `gluon_repl 0.16.1` `rustc 1.45.2 (d3fb005a3 2020-07-31)` `Windows 10 v2004`....

bug

```rescript let a = 1 let b =j`$a, $(a), ${a+1}` ``` Take this for example. The first and second interpolation work, however, the third `${a+1}` would trigger an error: ```...

### Description I cannot start the cli tool from the beginning. ### Repro steps Please provide the steps required to reproduce the problem 1. `dotnet tool install --global dotnet-fsharplint` 2....

This guideline seems not to mention it, but fantomas formats empty type definitions to 3 lines: ```fsharp type AnEmptyType = class end ``` I think this is pretty lengthy and...

I hope to implement Helix's selecting style: * When you press 'w' you select till a word end; when you press 'w' again, you will cancel the current selection and...

enhancement

`cargo install gluon_language-server` would run into such error: ```log error: environment variable `GIT_COMMIT` not defined --> gluon_language-server-0.17.0/src/command/initialize.rs:39:65 | 39 | concat!(env!("CARGO_PKG_VERSION"), "-", env!("GIT_COMMIT")).into(), | ^^^^^^^^^^^^^^^^^^ | = note: this error...

bug