Pavel Safronov

Results 4 issues of Pavel Safronov

Repro steps on MacOS using zsh: ```zsh mkdir test cd test dolt init commit=$(dolt log --oneline | head -n 1 | cut -d ' ' -f 1) dolt reset --hard...

cli

GMS changes frequently break dolt tests and require quick GMS fixes/updates. We should run dolt engine tests as part of the GMS CI process. Something like this: 1. Run standard...

SQLSmith.Rand is used for some randomization, but not always. [This file](https://github.com/PingCAP-QE/go-sqlsmith/blob/master/util/rand.go) uses `math.rand` directly. This means that there is currently no way to exactly reproduce the outcome of SQLSmith.

## The code with a problem is: ``` alias ll='ls -alF' alias ..='cd ..' ``` ## It looks like: ![Screenshot 2024-05-07 at 3 45 52 PM](https://github.com/jeff-hykin/better-shell-syntax/assets/1359724/5a294fa3-fae5-4116-b367-6f3fcea26d74) ## It should look...