Results 165 issues of Max Desiatov

This test output seemed to be pretty stable up to this point, and I haven't found a different way to test the error context functionality end-to-end without being exposed to...

Hi, many thanks for this useful utility. It would be great if REPL supported running multiline queries. With the suggested logic it would not start issuing the query to Athena...

These changes allow us to build the toolchain and Swift runtime on `aarch64` Alpine Linux.

Linux
build-script
arm64
cmake
platform support

Currently, when building LLVM/clang on Alpine Linux, CMake toolchain file specifies incorrect `-unknown-linux-musl` target, which makes the build immediately fail. Correct target that allows building on Alpine should be specified...

The `completion` parameter of `@Argument` property wrapper only allows specifying a single `CompletionKind` value which is not flexible enough. In some cases a command can take either a file or...

enhancement

`@OptionGroup` behaves in an unexpected way with nested groups when `title:` argument value is specified. **ArgumentParser version:** 1.2.2 **Swift version:** swift-driver version: 1.62.15 Apple Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51) Target:...

bug

Since Musl is sufficiently different from Glibc (see https://wiki.musl-libc.org/functional-differences-from-glibc.html), it requires a different import, which now should be applied to files that have `import Glibc` in them.

Existing implementations of `combineLatest` , `zip` , `merge` are great when the total number of sequences is known at compile time (2 or 3 without variadic generics). In some scenarios,...

enhancement
v1.1