Tags: aaron-foreflight/swift-custom-dump
Tags
Turn Windows CI back on (pointfreeco#99) * Turn Windows CI back on * Only test debug
visionOS Support (pointfreeco#94) * visionOS Support * wip * try again
Sort unordered dictionaries when nested in another type (pointfreeco#91) Fixes pointfreeco#87. The generic `T` is `Any` when traversing deeper into the mirror. It's possible that we should be opening existentials more explicitly at each layer, but we already have the mirror's subject type, so we can use that instead.
Show difference when values are equal if labels differ (pointfreeco#84)
Don't use `AnyKeyPath.debugDescription` due to crash (pointfreeco#81) * Don't use `AnyKeyPath.debugDescription` due to crash SE-0369's implementation unfortunately has a crash related to dynamic member lookup, so we should revert our reliance on it till the bug is fixed. See swiftlang/swift#64865 for more info. * wip * wip * wip
Fix regression in `typeName` output (pointfreeco#77) * Fix regression in `typeName` output The regular expression that strips excessive info from type names was refactored in pointfreeco#73 to fix some bugs that were discovered, but this change caused a regression in some nested types. * fix * wip
PreviousNext