hylo icon indicating copy to clipboard operation
hylo copied to clipboard

The Hylo programming language

Results 184 hylo issues
Sort by recently updated
recently updated
newest added

The Emitter creates a `call_bundle` instruction when it sees a call to a method bundle. For example: ``` type A { public var x: Int public memberwise init public fun...

Bumps [swift-actions/setup-swift](https://github.com/swift-actions/setup-swift) from 1 to 2. Release notes Sourced from swift-actions/setup-swift's releases. 2.0.0 Breaking changes Update setup-swift action to Node 20 runtime (#657) @​jozefizso Features Support Swift 5.10 (#667) @​marcprux...

dependencies

The following program incorrectly compiles and possibly has UB: ```swift subscript s(x: Int): Int { yield x yield x } public fun main() { print(s[x: 1]) } ``` The compiler...

This symbols can't be demangled: `R0U3IntcDaTR2ZZF04copy0lTtT14selfrT1K20K2`. It corresponds to the definition of `Int.copy`, which is defined in a conformance declaration in `Int.hylo` from the core library. The issue is due...

bug

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