Otto Kekäläinen

Results 403 comments of Otto Kekäläinen

CI failed without error messages: ``` go run testcli.go &> output.log ls -alh output.log shell: /usr/bin/bash -e {0} Error: Process completed with exit code 1. ```

According to https://github.com/chzyer/readline/pull/116 the capability to syntax highlight was merged into Chyzer's version and that is probably also why the gohxs version seized to be maintained?

Thanks @ccoVeille for the suggestion, but based on Ken's comment I think we need to have confirmation on the syntax highlightning issue https://github.com/chzyer/readline/issues/253 before it makes sense to polish the...

@MichaelEischer This one should be easy to review. I am happy to refine and rebase it as many rounds as needed.

This is a subtask of #2506. I am currently a bit baffled about these module dependencies that point to a subdirectory inside a specific branch in a module: ``` src/github.com/pingcap/tiup/components/client/main.go:27:2:...

Seems TiUp has a bunch of Go dependencies that are not yet in Debian at all. One major one is [xo/usql](https://github.com/xo/usql), for which I started packaging at https://salsa.debian.org/go-team/packages/usql/-/merge_requests/1

For the record, `dh-make-golang estimate github.com/pingcap/tiup` reports on latest v.1.16.2: ``` Bringing github.com/pingcap/tiup to Debian requires packaging the following Go modules: github.com/pingcap/tiup github.com/AstroProfundis/sysinfo github.com/ScaleFT/sshkeys github.com/dchest/bcrypt_pbkdf github.com/appleboy/easyssh-proxy github.com/asaskevich/EventBus github.com/cavaliergopher/grab/v3 (github.com/cavaliergopher/grab in...

I have the build working on multiple platforms now, but tests not passing. Still requires quite a lot of work. ![Image](https://github.com/user-attachments/assets/5db1b009-929f-4cf5-a11b-f322a4fc398c)

I am seriously struggling with this code base and design of TiUP. It assumes there is always a `~/.tiup` directory, a `root.json` file and a mirror defined. I am not...

Generic requirements for a Go program in Linux: - Doing a regular Go build should produce the binary using regular Go source code structure and dependencies. - The name of...