Tags: maruel/panicparse
Tags
stack: Fix test expectations for go1.19 and update GA to go1.19 Bump github actions to run on go1.19. When starting a program on macOS on go1.18 and earlier, it seems that exec.Cmd.Run() used to evaluate symlinks. It is not true anymore on go1.19. Update test expectations accordingly. go1.19 also changed stack traces to not include assembly like it did previously. Test only change.
Avoid unicode filename (#78) This is similar to 53e9d3e. Over at https://github.com/cockroachdb/cockroach, we use bazel and it chokes on this file: ``` java.io.IOException: Error extracting [...]/com_github_maruel_panicparse_v2-v2.2.1.zip to [...]: [...]/com_github_maruel_panicparse_v2/cmd/panic/internal/utf8/?tf8.go (Illegal byte sequence) ``` which is why we're on a fork so far. It would be nice to avoid this. There is an (eternal, it seems) [upstream discussion], so there is little home of bazel starting to support non-unicode filenames. [upstream discussion]: bazelbuild/bazel#374
PreviousNext