Danny Mösch

Results 61 issues of Danny Mösch

Swift Testing requires all builds to run on Swift 6.1.

Swift has the notion of condition lists that behave exactly as if the condition elements were combined with the `&&` operator. Condition lists can be regarded as **idiomatic** Swift. This...

rule-request

This happens in macOS with `swift` available in the `PATH` twice, namely one from Xcode and another one installed with `swiftly`. A fixed version has been set with `swiftly use...

While analyzing this code, I extracted parts to see whether the behavior is the same in link creation and link lookup. Now I think it's worth keeping this. What do...

Swiftly installed with Homebrew doesn't link its binary into `SWIFTLY_BIN_DIR`. If we just call `swiftly` from the command line, it refers to `$(brew --prefix)/bin/swiftly` which is actually a symlink to...

Building with Bazel doesn't work at the moment. That's mainly due to the missing dependencies for `SwiftRefactorTest` and `SwiftSyntaxMacros`. However, there is also an issue with `rules_python` which gets fixed...

Resolves #8.