attaswift / BigInt

Arbitrary-precision arithmetic in pure Swift
MIT License
764 stars 106 forks source link

Windows CI checkout error in 5.4.0 #120

Closed koliyo closed 4 months ago

koliyo commented 4 months ago

The new file paths for generated documentation gives me errors during checkout of swift dependencies on github windows CI runners.

error: 'bigint': Couldn’t check out revision ‘88071df9f27361b52d92f9acea85e8b658af8183’:
    error: invalid path 'docs/data/documentation/bigint/bigint/!=(_:_:)-3bni3.json'

This structure is new in 5.4.0 from what I can tell

tgymnich commented 4 months ago

Seems related to: https://github.com/apple/swift-docc/issues/284

tgymnich commented 4 months ago

I reverted back to using jazzy from docc for now until this is fixed (793a7fa).

tgymnich commented 4 months ago

Closed in v5.4.1