Alexander Momchilov
Alexander Momchilov
Hey Rachel, I saw your mention on https://github.com/Quick/Quick/discussions/1177 Sorry, I kind of disappeared off the face of the earth. I think I want to get a bit more involved in...
The build tool plugins introduced in SE-0303 won't work here (at least, not if we want to support `--fix`), as explained in [SE-0332](https://github.com/apple/swift-evolution/blob/main/proposals/0332): > The build tool plugins that were...
@grosem I'm using it to fulfill a protocol requirement, and those aren't adorned with `override`. More specifically, it's for a `OutlineViewNode` protocol that I have: ```swift // Requires NSObjectProtocol for...
> If everybody agrees that having an empty setter block is good enough (as it is now for an override var) I'm in favor! (though I might be biased :p...
I had an indentation error. I've fixed it. Could you retry the CI and merge this if it's good? :)
Oh, looks like the `examples` are mandatory. Should they be?
@maggarwal The artifact I downloaded from https://github.com/boostchicken-dev/udm-utilities/actions/runs/2014794526 only had a `etc` and `usr` folder in it. Where did you get `policy.json`, `storage.conf` and `docker.conf` from?
Closing this, because I think Apple's official [`swift-testing`](https://github.com/apple/swift-testing) package is the blessed way forward. Apple has explored using Result Builders to implement a testing DSL, but it looks like Macros...
@ko1 I think Reflection is exactly the right term. Have a look [at the Wikiepdia page](https://en.wikipedia.org/wiki/Reflective_programming#Implementation): > * Discover and modify [source-code](https://en.wikipedia.org/wiki/Source_code) constructions (such as code blocks, [classes](https://en.wikipedia.org/wiki/Class_(computer_science)), methods, protocols,...
@ko1 Sorry, I don't think I understand. I suppose `ReflectionHelpers`/`ReflectionUtils` would be more precise names, but `*Helpers` names are smelly. It reads better at the callsite, e.g. the standard library...