Daniel Dunbar

Results 17 comments of Daniel Dunbar

I'm not sure, very obvious ones to me are: * ``, for integral types * ``, for path types * feels like there should be a good answer for float...

Nice work! Did you happen to look into why the same set of constraints comes up repeatedly? I only looked quickly, but why do you need to partially implement a...

Mildly related, Envoy uses tcp:// for some of its specifications: https://github.com/envoyproxy/envoy/blob/master/docs/configuration/listeners/listeners.rst

We don't have any strong need for this, it was just an idea. It would be easy to experiment by writing a SwiftPM OutputByteStream implementation which targets a channel, to...

This is more subtle than one might think. Unlike most build systems, llbuild is designed as a library for building build systems, and unlike `make`, `ninja`, etc. it doesn't have...

While it never landed, for posterity I did at one point start working on this here: https://github.com/ddunbar/swift-llbuild/tree/SR-6053

This also has some (loose) similarities to the Linda programming language: https://en.wikipedia.org/wiki/Linda\_(coordination_language)

This is probably related to the module maps that come with the /usr/include directories as part of the command line tools package.