Dave Abrahams

Results 220 issues of Dave Abrahams

This should work but does not. ```swift subscript m(_ foo: Int): Int { let { 3 } } subscript m(bar: Int): X { let { X() } } fun main()...

bug

It's awkward that, if there are 10 linearly-dependent steps to testing my project, I have to put them all into one devcontainer `runCmd` when the devcontainer is treated as a...

feature

And this appears in my `*Messages*` buffer: ``` Found the following clients for /Users/dave/src/hylo/Docs/MetatypeLowering.md: (server-id sourcekit-ls, priority 0) The following clients were selected based on priority: (server-id sourcekit-ls, priority 0)...

The tests should exercise the error capture functionality; they currently do not. Windows support is coming, but expect it to be a much bigger change because of the many workarounds...

Or better yet, there should be a way to request public accessibility for any/all of the components in the generated Swift code. Not having this limits usability.

All the examples seem to get built by SPM… except for that one!

[This page](https://docs.swift.org/swift-book/documentation/the-swift-programming-language/opaquetypes/) of TSPL shows the example: ``` func `repeat`(shape: T, count: Int) -> some Collection { return Array(repeating: shape, count: count) } ``` Which is pretty useless; it should...

Content issue

## Description This is just #21 but with `Half` still in use on x64 Macs. I need to remove the `Half` dependency in order to run on Windows but unfortunately...