You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error-types fixture is currently failing for me because of a SIGBUS. I'm pretty sure I'm running into this issue: swiftlang/swift#55963. I think Fedora recently upgraded to swift 6.0.1, it was working with the previous version.
Maybe we should disable this feature for objects used as errors? It seems like somewhat of a niche feature and I'm not the only one who's experienced this bug. I'm not really sure though, maybe it's more of a me problem and I should just skip that test.
The text was updated successfully, but these errors were encountered:
bendk
added a commit
to bendk/uniffi-rs
that referenced
this issue
Nov 10, 2024
I added these while trying to figure out the swift tests were failing on
my machine. It seems like it might actually be a swift issue (see
mozilla#2305), but I still think these are useful.
The
error-types
fixture is currently failing for me because of a SIGBUS. I'm pretty sure I'm running into this issue: swiftlang/swift#55963. I think Fedora recently upgraded to swift6.0.1
, it was working with the previous version.Maybe we should disable this feature for objects used as errors? It seems like somewhat of a niche feature and I'm not the only one who's experienced this bug. I'm not really sure though, maybe it's more of a me problem and I should just skip that test.
The text was updated successfully, but these errors were encountered: