Stéphan Kochen
Stéphan Kochen
Everything but the empty string is true. The string is simply `!!`'d. It looks like the only way to get a better result from Firefox is after it has already...
It's possible I missed some detail on the `main` branch. I built this change on `main` without testing, then backported to 5.8 and tested that, because my intent was to...
Thanks for the reminder. I've been away for a bit, but took another look just now. The conflict was a simple move of a CMake code snippet in b5866040ae7348515beebcc4e3cda167781439a4, so...
The rebase was trivial, and I did not find new issues at a glance diffing 97e6b56456f..c50263c7301.
I've been staring at the PR, but can't find my mistake. It seems the Jenkins log has expired. I'll try to find some time to reproduce it soon.
For reference: ``` FAILED: stdlib/public/Cxx/WATCHOS_SIMULATOR/arm64/Cxx.o cd /Users/ec2-user/jenkins/workspace/swift-PR-macos/branch-main/build/buildbot_incremental/swift-macosx-x86_64/stdlib/public/Cxx && /Applications/Xcode.app/Contents/Developer/usr/bin/python3 /Users/ec2-user/jenkins/workspace/swift-PR-macos/branch-main/swift/utils/line-directive @/Users/ec2-user/jenkins/workspace/swift-PR-macos/branch-main/build/buildbot_incremental/swift-macosx-x86_64/stdlib/public/Cxx/f141d0b80036276a8e5dc363a1815fcf946ca02e.txt -- /Users/ec2-user/jenkins/workspace/swift-PR-macos/branch-main/build/buildbot_incremental/swift-macosx-x86_64/./bin/swiftc -c -sdk /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator9.1.sdk -target arm64-apple-watchos4.0 -resource-dir /Users/ec2-user/jenkins/workspace/swift-PR-macos/branch-main/build/buildbot_incremental/swift-macosx-x86_64/./lib/swift -F/Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator9.1.sdk/../../../Developer/Library/Frameworks -O -D INTERNAL_CHECKS_ENABLED -D SWIFT_ENABLE_EXPERIMENTAL_CONCURRENCY -D SWIFT_ENABLE_EXPERIMENTAL_DISTRIBUTED -D SWIFT_ENABLE_RUNTIME_FUNCTION_COUNTERS...
Right, it looks like `macro` arguments are interpolated differently, and are not actually variables. They can't be used in `variable` position: ``` cmake_minimum_required(VERSION 3.10) project(cmaktest) macro(foo name) message("Testing: ${name}") if(name...
The clap approach sounds considerate. In line with that and on this point specifically: > We can also add warnings to types or methods which are just completely gone in...
Hi! The main instance at castling.club doesn't use a CDN, so I don't really have experience running it behind one. I can't really help investigate what's wrong in your setup,...
The error message is definitely vague, but I happened on the same error when testing just now. It looks like port 587 typically requires STARTTLS. Using `SmtpTransport::starttls_relay` should fix your...