Dave Abrahams

Results 220 issues of Dave Abrahams

From looking at the code, I think the things being labeled as x86 binaries are actually x64 binaries; `TARGET_CPU` doesn't get used for anything but choosing the names of files.

typecheck at 3a3f5a078: ```swift type MutableSlice< Unsliced: MutableCollection >: MutableCollection { memberwise init var core: remote inout Unsliced var start_position_: Position var end_position_: Position public typealias Position = Unsliced.Position public...

At 3a3f5a0 typecheck: ``` type MutableArraySlice: MutableCollection { memberwise init var core: remote inout Array var start_position_: Position var end_position_: Position public typealias Position = Int public typealias Element =...

We are working around it with [this](https://github.com/hylo-lang/hylo/blob/main/Sources/TestUtils/KnownBugs.swift#L2) and its uses. See also https://github.com/hylo-lang/Swifty-LLVM/issues/24

spooky

Too many issues and PRs get no attention at all. It would be good to ensure that new submissions aren't left hanging indefinitely and a label like this could help...

At 58b62b6adaaaa run DriverTests and you can see failures in the standard library reflecting the bug in the title. ``` Test Case '-[DriverTests.DriverTests testTypeCheckSuccess]' started./Users/dave/src/hylo/Tests/DriverTests/DriverTests.swift:104: error: -[DriverTests.DriverTests testTypeCheckSuccess] : XCTAssertTrue...

Currently blocked on https://github.com/apple/swift/issues/70979

Github maintains a [container registry](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry). It looks like it could be used to save devcontainer build time if we pushed our docker images there. The same should be done for...

ci
devx