Daniel Rodríguez Troitiño
Daniel Rodríguez Troitiño
Eternal Terminal client host name parsing will not allow parsing IPv6 addresses passed directly on the command line, or the format is not very easy to figure out. The code...
I have started using `objc-colordump`, but I find it a little bit complicated to use when you are changing the palette colors. My setup: I created the palette with one...
…and why I think it cannot be reproduced with a (simple) subclass of NSOperationQueue. Luckily we can see the source code of libdispatch at http://opensource.apple.com/source/libdispatch/libdispatch-187.9/ and see how Apple implements...
### Description The open source `swiftc` from a recent `main` fails to compile some of the tests of the test suite that use `SwiftUI` when the selected Xcode is one...
I accidentally created `stable/20240725` by mistake when quickly typing the branch name and not looking what I was doing. It seems that I can create branches, but I cannot delete...
Otherwise the test will try to execute in configurations that do not build the runtime module, and will fail to pass.
### Description The following test: ``` // REQUIRES: objc_interop // RUN: %empty-directory(%t) // RUN: split-file %s %t // RUN: %target-swift-frontend -typecheck -module-name SwiftLibrary -package-name SwiftLibraryPkg %t/SwiftLibrary.swift -swift-version 6 -I %t/ObjCLibrary...